/AliOS-Things-master/components/freetype/src/base/ |
A D | ftutil.c | 291 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 D | x509.c | 923 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 D | pshalgo.c | 1090 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 D | uncrustify.cfg | 271 # 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 D | heapalloc_bytesio2.py | 19 after = micropython.mem_total() variable 21 print(after - before < len(data))
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 303 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 | .gitignore | 7 # 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 D | timepng.c | 196 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 D | withComment.json | 5 // comment after
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | framerate.fig | 54 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 D | legacy_test_preserve_comment_01.json | 5 "first" : 1, // comment after 'first' on the same line
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | README.rst | 57 …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 D | JoinPaths.cmake | 8 # Modelled after Python’s os.path.join
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | windows-buildbot-zipper.bat | 7 echo Please run from root of source tree after doing a Release build.
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afcjk.c | 2024 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 D | aflatin2.c | 2254 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 D | aflatin.c | 2604 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 D | afblue.dat | 36 // 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 D | ANNOUNCE | 31 * Fixed a use-after-free vulnerability (CVE-2019-7317) in png_image_free.
|
A D | libpng-manual.txt | 1511 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 D | example.c-bak | 152 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 D | README400 | 15 Save the file and exit after edition.
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamousetap.m | 160 * 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 D | DownloadProject.cmake | 20 # 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 D | DownloadProject.cmake | 20 # add_subdirectory() after the call to download_project(). Source and build 63 # after the first successful download. See the documentation of the ExternalProject
|