/AliOS-Things-master/components/py_engine/engine/py/ |
A D | pairheap.c | 67 mp_pairheap_t *mp_pairheap_pairing(mp_pairheap_lt_t lt, mp_pairheap_t *child) { in mp_pairheap_pairing() 92 mp_pairheap_t *child = heap->child; in mp_pairheap_delete() local 120 mp_pairheap_t *child = node->child; in mp_pairheap_delete() local 131 mp_pairheap_t *child = node->child; in mp_pairheap_delete() local
|
A D | pairheap.h | 48 struct _mp_pairheap_t *child; member 95 mp_pairheap_t *child = heap->child; in mp_pairheap_pop() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | treeview.cc | 38 for (const auto& child : node->children) { in SortNode() local 52 for (const auto& child : node->children) { in AddStack() local 71 for (const auto& child : node->children) { in AddOther() local 128 for (const auto& child : node.children) { in PrintTreeBelow() local 149 for (const auto& child : node.children) { in DepthOfTreeBelow() local 163 for (const auto& child : node.children) { in WeightBelowNodeMatchingFunction() local
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_cont.c | 302 lv_obj_t * child; in lv_cont_layout_col() local 351 lv_obj_t * child; in lv_cont_layout_row() local 400 lv_obj_t * child; in lv_cont_layout_center() local 536 lv_obj_t * child; in lv_cont_layout_grid() local
|
A D | lv_win.c | 124 lv_obj_t * child; in lv_win_create() local 475 lv_obj_t * child; in lv_win_signal() local
|
A D | lv_page.c | 797 lv_obj_t * child; in lv_page_signal() local
|
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/ |
A D | haas1000_genbin.py | 194 child = subprocess.Popen(cmd_list) variable 219 child = subprocess.Popen(cmd_list) variable 248 child = subprocess.Popen(cmd_list) variable 293 child = subprocess.Popen(cmd_list) variable 422 child = subprocess.Popen(cmd_list) variable
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/ |
A D | genbin.py | 194 child = subprocess.Popen(cmd_list) variable 219 child = subprocess.Popen(cmd_list) variable 248 child = subprocess.Popen(cmd_list) variable 293 child = subprocess.Popen(cmd_list) variable 425 child = subprocess.Popen(cmd_list) variable
|
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/ |
A D | task.py | 36 def ph_pairing(child): argument
|
/AliOS-Things-master/components/cjson/include/ |
A D | cJSON.h | 109 struct cJSON *child; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_crt.c | 2038 static int x509_crt_check_signature( const mbedtls_x509_crt *child, in x509_crt_check_signature() 2078 static int x509_crt_check_parent( const mbedtls_x509_crt *child, in x509_crt_check_parent() 2153 mbedtls_x509_crt *child, in x509_crt_find_parent_in() 2278 mbedtls_x509_crt *child, in x509_crt_find_parent() 2421 mbedtls_x509_crt *child; in x509_crt_verify_chain() local
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.c | 470 lv_obj_t * child = lv_obj_get_child(obj, NULL); in lv_obj_clean() local 1540 lv_obj_t * lv_obj_get_child(const lv_obj_t * obj, const lv_obj_t * child) in lv_obj_get_child() 1560 lv_obj_t * lv_obj_get_child_back(const lv_obj_t * obj, const lv_obj_t * child) in lv_obj_get_child_back()
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_cjson.h | 69 *child; /* An array or object item will have a child pointer pointing to member
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 1722 cJSON *child = NULL; in cJSON_GetArraySize() local 1846 cJSON *child = NULL; in add_item_to_array() local 2345 CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) in cJSON_CreateObjectReference() 2356 CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child) { in cJSON_CreateArrayReference() 2553 cJSON *child = NULL; in cJSON_Duplicate() local
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_rbtree.h | 93 struct k_rbtree_node_t *child = node->rbt_right, *tmp = node->rbt_left; in rbtree_erase_augmented() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11mouse.c | 390 Window root, child; in X11_GetGlobalMouseState() local
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 703 cJSON *child = NULL; in board_parse_json_buff() local
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | main.cpp | 2204 Json::Value root, child; in JSONTEST_FIXTURE_LOCAL() local 2262 Json::Value root, child; in JSONTEST_FIXTURE_LOCAL() local 2382 Json::Value root, child; in JSONTEST_FIXTURE_LOCAL() local 2528 Json::Value root, child; in JSONTEST_FIXTURE_LOCAL() local
|
/AliOS-Things-master/components/amp/services/board_mgr/ |
A D | board_mgr.c | 1267 cJSON *child = NULL; in board_parse_json_buff() local
|
/AliOS-Things-master/components/amp/ui/render/include/ |
A D | render.h | 171 list child; member
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_cjson.c | 1604 lite_cjson_item_t *child = NULL; in add_item_to_array() local
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.cpp | 790 for (const XMLNode* child = this->FirstChild(); child; child = child->NextSibling()) { in DeepClone() local 808 void XMLNode::Unlink( XMLNode* child ) in Unlink()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 3163 int child, root = start; in mz_zip_reader_sort_central_dir_offsets_by_filename() local 3179 int child, root = 0; in mz_zip_reader_sort_central_dir_offsets_by_filename() local
|
/AliOS-Things-master/components/littlefs/src/littlefs-v220/ |
A D | lfs.c | 4269 lfs_block_t child[2]; in lfs_fs_parent_match() local
|
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/ |
A D | lfs2.c | 3917 lfs2_block_t child[2]; local
|