/AliOS-Things-master/components/freetype/src/base/ |
A D | ftutil.c | 271 node->prev = before; in FT_List_Add() 273 if ( before ) in FT_List_Add() 274 before->next = node; in FT_List_Add() 312 before = node->prev; in FT_List_Remove() 315 if ( before ) in FT_List_Remove() 316 before->next = after; in FT_List_Remove() 323 list->tail = before; in FT_List_Remove() 336 before = node->prev; in FT_List_Up() 340 if ( !before ) in FT_List_Up() 343 before->next = after; in FT_List_Up() [all …]
|
/AliOS-Things-master/components/jsoncpp/test/data/ |
A D | legacy_test_comment_02.json | 15 // Comment before double 17 // Comment before string 19 // Comment before true 21 // Comment before false 23 // Comment before null
|
A D | legacy_test_comment_02.expected | 14 // Comment before double 16 // Comment before string 18 // Comment before true 20 // Comment before false 22 // Comment before null
|
A D | legacy_test_preserve_comment_01.expected | 6 /* Comment before 'second'
|
A D | legacy_test_preserve_comment_01.json | 7 /* Comment before 'second'
|
/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | timer_callback.py.exp | 1 before cb1 3 before cb2 5 before cb1 7 before cb4
|
/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/uagent/src/ |
A D | uagent_utility.c | 93 uagent_func_node_t *before = header; in del_list() local 94 p = before->next; in del_list() 97 before->next = p->next;/* rear of list, just remove this node */ in del_list() 103 before = p; in del_list() 104 p = before->next; in del_list()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshalgo.c | 1063 before = start; in psh_glyph_compute_inflections() 1068 start = before; in psh_glyph_compute_inflections() 1069 before = before->prev; in psh_glyph_compute_inflections() 1070 if ( before == first ) in psh_glyph_compute_inflections() 1408 before = point; in psh_glyph_compute_extrema() 1412 before = before->prev; in psh_glyph_compute_extrema() 1413 if ( before == first ) in psh_glyph_compute_extrema() 1454 before = after->prev; in psh_glyph_compute_extrema() 1471 before = point; in psh_glyph_compute_extrema() 1478 before = before->prev; in psh_glyph_compute_extrema() [all …]
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heapalloc_bytesio2.py | 15 before = micropython.mem_total() variable 21 print(after - before < len(data))
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 1581 #powerTip:before, #powerTip:after { 1587 #powerTip.n:after, #powerTip.n:before, 1588 #powerTip.s:after, #powerTip.s:before, 1609 #powerTip.n:before, #powerTip.s:before, 1610 #powerTip.w:before, #powerTip.e:before, 1611 #powerTip.nw:before, #powerTip.ne:before, 1612 #powerTip.sw:before, #powerTip.se:before { 1627 #powerTip.n:before { 1656 #powerTip.s:before, #powerTip.se:before, #powerTip.sw:before { 1683 #powerTip.e:before { [all …]
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 28 # Only works right before the quote char. 259 # Add or remove space before '<'. 325 # Add or remove space before ';'. 361 # Add or remove space before '[]'. 377 # Add or remove space before ','. 422 # Add or remove space before class ':'. 431 # Add or remove space before case ':'. 1563 # Whether to add a newline before 'case', and a blank line before a 'case' 1874 # Add or remove blank line before 'if'. 1905 # Add or remove blank line before 'do'. [all …]
|
/AliOS-Things-master/components/py_engine/tests/misc/ |
A D | sys_atexit.py.exp | 1 done before exit
|
/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 201 if (mytime(&before)) 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 | 3 // comment before
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | aflatin2.c | 2254 AF_Edge before, after; in af_latin2_hint_edges() local 2257 for ( before = edge - 1; before >= edges; before-- ) in af_latin2_hint_edges() 2258 if ( before->flags & AF_EDGE_DONE ) in af_latin2_hint_edges() 2265 if ( before >= edges && before < edge && in af_latin2_hint_edges() 2268 if ( after->opos == before->opos ) in af_latin2_hint_edges() 2269 edge->pos = before->pos; in af_latin2_hint_edges() 2271 edge->pos = before->pos + in af_latin2_hint_edges() 2272 FT_MulDiv( edge->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() [all …]
|
A D | afcjk.c | 2024 AF_Edge before, after; in af_cjk_hint_edges() local 2030 before = after = edge; in af_cjk_hint_edges() 2032 while ( --before >= edges ) in af_cjk_hint_edges() 2033 if ( before->flags & AF_EDGE_DONE ) in af_cjk_hint_edges() 2040 if ( before >= edges || after < edge_limit ) in af_cjk_hint_edges() 2042 if ( before < edges ) in af_cjk_hint_edges() 2045 af_cjk_align_serif_edge( hints, before, edge ); in af_cjk_hint_edges() 2048 if ( after->fpos == before->fpos ) in af_cjk_hint_edges() 2049 edge->pos = before->pos; in af_cjk_hint_edges() 2051 edge->pos = before->pos + in af_cjk_hint_edges() [all …]
|
A D | afhints.c | 1064 AF_Edge before = edges + min - 1; in af_glyph_hints_align_strong_points() local 1069 if ( before->scale == 0 ) in af_glyph_hints_align_strong_points() 1070 before->scale = FT_DivFix( after->pos - before->pos, in af_glyph_hints_align_strong_points() 1071 after->fpos - before->fpos ); in af_glyph_hints_align_strong_points() 1073 u = before->pos + FT_MulFix( fu - before->fpos, in af_glyph_hints_align_strong_points() 1074 before->scale ); in af_glyph_hints_align_strong_points()
|
A D | aflatin.c | 2604 AF_Edge before, after; in af_latin_hint_edges() local 2607 for ( before = edge - 1; before >= edges; before-- ) in af_latin_hint_edges() 2608 if ( before->flags & AF_EDGE_DONE ) in af_latin_hint_edges() 2615 if ( before >= edges && before < edge && in af_latin_hint_edges() 2618 if ( after->opos == before->opos ) in af_latin_hint_edges() 2619 edge->pos = before->pos; in af_latin_hint_edges() 2621 edge->pos = before->pos + in af_latin_hint_edges() 2622 FT_MulDiv( edge->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() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/ |
A D | pngconfig.mak | 24 # IDE libpng.wpj 'before' rule - this setting is local.) 107 $# 1) Edit the 'before' rule of libpng.wpj (from the IDE) to define the 112 $# change the definition of 'awk' in the before rule to the name of your 122 $# must be identified in the 'before' rule of the project.
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/ |
A D | ChangeLog.txt | 3 20170428 V2.0.1 (1) Reset flash status register before download. 15 (2) User needs to select target chip before download or encrypt images.
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/ |
A D | ChangeLog.txt | 3 20170428 V2.0.1 (1) Reset flash status register before download. 15 (2) User needs to select target chip before download or encrypt images.
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-pandora.md | 9 the framebuffer, try to set the following variable before starting your application :
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | README | 8 It knows how to fork before running certain tests, and it makes
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ |
A D | README.md | 7 Note that the native TF Lite plugin(s) *must* be built before using the Unity
|