Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/py/
A Dpairheap.c67 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 Dpairheap.h48 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 Dtreeview.cc38 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 Dlv_cont.c302 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 Dlv_win.c124 lv_obj_t * child; in lv_win_create() local
475 lv_obj_t * child; in lv_win_signal() local
A Dlv_page.c797 lv_obj_t * child; in lv_page_signal() local
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/
A Dhaas1000_genbin.py194 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 Dgenbin.py194 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 Dtask.py36 def ph_pairing(child): argument
/AliOS-Things-master/components/cjson/include/
A DcJSON.h109 struct cJSON *child; member
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crt.c2038 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 Dlv_obj.c470 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 Dinfra_cjson.h69 *child; /* An array or object item will have a child pointer pointing to member
/AliOS-Things-master/components/cjson/src/
A DcJSON.c1722 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 Dk_rbtree.h93 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 DSDL_x11mouse.c390 Window root, child; in X11_GetGlobalMouseState() local
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c703 cJSON *child = NULL; in board_parse_json_buff() local
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp2204 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 Dboard_mgr.c1267 cJSON *child = NULL; in board_parse_json_buff() local
/AliOS-Things-master/components/amp/ui/render/include/
A Drender.h171 list child; member
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1604 lite_cjson_item_t *child = NULL; in add_item_to_array() local
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp790 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 Dminiz.h3163 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 Dlfs.c4269 lfs_block_t child[2]; in lfs_fs_parent_match() local
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs2.c3917 lfs2_block_t child[2]; local

Completed in 95 milliseconds

12