Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 136) sorted by relevance

123456

/AliOS-Things-master/components/freetype/src/base/
A Dftutil.c291 node->next = after; in FT_List_Insert()
294 if ( !after ) in FT_List_Insert()
297 after->prev = node; in FT_List_Insert()
313 after = node->next; in FT_List_Remove()
316 before->next = after; in FT_List_Remove()
318 list->head = after; in FT_List_Remove()
320 if ( after ) in FT_List_Remove()
321 after->prev = before; in FT_List_Remove()
337 after = node->next; in FT_List_Up()
343 before->next = after; in FT_List_Up()
[all …]
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c923 if( before->year > after->year ) in x509_check_time()
926 if( before->year == after->year && in x509_check_time()
927 before->mon > after->mon ) in x509_check_time()
930 if( before->year == after->year && in x509_check_time()
931 before->mon == after->mon && in x509_check_time()
932 before->day > after->day ) in x509_check_time()
935 if( before->year == after->year && in x509_check_time()
936 before->mon == after->mon && in x509_check_time()
938 before->hour > after->hour ) in x509_check_time()
945 before->min > after->min ) in x509_check_time()
[all …]
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c1090 after = end; in psh_glyph_compute_inflections()
1095 end = after; in psh_glyph_compute_inflections()
1096 after = after->next; in psh_glyph_compute_inflections()
1122 end = after; in psh_glyph_compute_inflections()
1422 after = point; in psh_glyph_compute_extrema()
1425 after = after->next; in psh_glyph_compute_extrema()
1454 before = after->prev; in psh_glyph_compute_extrema()
1455 point = after; in psh_glyph_compute_extrema()
1472 after = point; in psh_glyph_compute_extrema()
1486 after = after->next; in psh_glyph_compute_extrema()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg271 # Add or remove space after '>'.
419 # Add or remove space after class ':'.
804 # (OC) Add or remove space after '@property'.
913 # Add or remove space after 'noexcept'.
916 # Add or remove space after '_'.
919 # If true, a <TAB> is inserted after #define.
1650 # Add or remove newline before first element, after comma, and after last
2122 # if after a brace open.
2129 # if after a brace open.
2162 # Whether to remove blank lines after '{'.
[all …]
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dheapalloc_bytesio2.py19 after = micropython.mem_total() variable
21 print(after - before < len(data))
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css303 div.line:after {
1581 #powerTip:before, #powerTip:after {
1587 #powerTip.n:after, #powerTip.n:before,
1602 #powerTip.n:after, #powerTip.s:after,
1603 #powerTip.w:after, #powerTip.e:after,
1604 #powerTip.nw:after, #powerTip.ne:after,
1605 #powerTip.sw:after, #powerTip.se:after {
1622 #powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
1650 #powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
1677 #powerTip.e:after {
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
12 # which get ignored after the change.)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtimepng.c196 struct timespec before, after; in perform_one_test() local
227 if (mytime(&after)) in perform_one_test()
232 unsigned long s = after.tv_sec - before.tv_sec; in perform_one_test()
233 long ns = after.tv_nsec - before.tv_nsec; in perform_one_test()
/AliOS-Things-master/components/jsoncpp/example/readFromStream/
A DwithComment.json5 // comment after
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dframerate.fig54 4 0 0 50 0 0 12 0.0000 4 180 2340 1800 2175 Time after drawing is complete\001
/AliOS-Things-master/components/jsoncpp/test/data/
A Dlegacy_test_preserve_comment_01.json5 "first" : 1, // comment after 'first' on the same line
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A DREADME.rst57 …3) after tmall genius responses "嗯,已发现智能设备,是否连接?", say "连接", then tmall genius will establish gatt…
58 …4) after gatt connection has been established, say "天猫精灵,开灯 or 天猫精灵,关灯" to control the LED1's on/o…
/AliOS-Things-master/components/jsoncpp/cmake/
A DJoinPaths.cmake8 # Modelled after Python’s os.path.join
/AliOS-Things-master/components/SDL2/build-scripts/
A Dwindows-buildbot-zipper.bat7 echo Please run from root of source tree after doing a Release build.
/AliOS-Things-master/components/freetype/src/autofit/
A Dafcjk.c2024 AF_Edge before, after; in af_cjk_hint_edges() local
2030 before = after = edge; in af_cjk_hint_edges()
2036 while ( ++after < edge_limit ) in af_cjk_hint_edges()
2037 if ( after->flags & AF_EDGE_DONE ) in af_cjk_hint_edges()
2040 if ( before >= edges || after < edge_limit ) in af_cjk_hint_edges()
2043 af_cjk_align_serif_edge( hints, after, edge ); in af_cjk_hint_edges()
2044 else if ( after >= edge_limit ) in af_cjk_hint_edges()
2048 if ( after->fpos == before->fpos ) in af_cjk_hint_edges()
2053 after->pos - before->pos, in af_cjk_hint_edges()
2054 after->fpos - before->fpos ); in af_cjk_hint_edges()
A Daflatin2.c2254 AF_Edge before, after; in af_latin2_hint_edges() local
2261 for ( after = edge + 1; after < edge_limit; after++ ) in af_latin2_hint_edges()
2262 if ( after->flags & AF_EDGE_DONE ) in af_latin2_hint_edges()
2266 after < edge_limit && after > edge ) in af_latin2_hint_edges()
2268 if ( after->opos == before->opos ) in af_latin2_hint_edges()
2273 after->pos - before->pos, in af_latin2_hint_edges()
2274 after->opos - before->opos ); in af_latin2_hint_edges()
A Daflatin.c2604 AF_Edge before, after; in af_latin_hint_edges() local
2611 for ( after = edge + 1; after < edge_limit; after++ ) in af_latin_hint_edges()
2612 if ( after->flags & AF_EDGE_DONE ) in af_latin_hint_edges()
2616 after < edge_limit && after > edge ) in af_latin_hint_edges()
2618 if ( after->opos == before->opos ) in af_latin_hint_edges()
2623 after->pos - before->pos, in af_latin_hint_edges()
2624 after->opos - before->opos ); in af_latin_hint_edges()
A Dafblue.dat36 // in the line, respectively, ignoring whitespace before and after the
47 // character after each block and counts the number of blocks to set the
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DANNOUNCE31 * Fixed a use-after-free vulnerability (CVE-2019-7317) in png_image_free.
A Dlibpng-manual.txt1511 after decompression, 0 for iTXt
1514 after decompression, 0 for tEXt/zTXt
1698 until after you read the stuff after the image. This will be
2640 png_read_update_info() after all the
2716 /* This function is called after the whole image
2717 has been read, including any chunks after the
3152 after decompression, 0 for iTXt
3154 after decompression, 0 for tEXt/zTXt
3234 PNG_AFTER_IDAT: after IDAT
4137 after the structure is initialized.
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dexample.c-bak152 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
156 fprintf(stderr, "bad gzgets after gzseek\n");
159 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
420 printf("after inflateSync(): hel%s\n", (char *)uncompr);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A DREADME40015 Save the file and exit after edition.
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamousetap.m160 * check in InitMouseEventTap, after we move the semaphore check
173 …/* We signal the runloop started semaphore *after* the run loop has started, indicating it's safe …
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake20 # add_subdirectory() after the call to download_project(). Source and build
63 # after the first successful download. See the documentation of the ExternalProject
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DDownloadProject.cmake20 # add_subdirectory() after the call to download_project(). Source and build
63 # after the first successful download. See the documentation of the ExternalProject

Completed in 49 milliseconds

123456