/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 135 EmbedderNode* get_node() { in get_node() function in v8::internal::StateBase 449 if (!parent.get_node()) { in AddEdge() 452 if (!current.get_node()) { in AddEdge() 457 graph_.AddEdge(parent.get_node(), current.get_node(), in AddEdge() 458 parent.get_node()->InternalizeEdgeName(edge_name)); in AddEdge() 460 graph_.AddEdge(parent.get_node(), current.get_node()); in AddEdge() 470 if (!parent.get_node()) { in AddEdge() 475 graph_.AddEdge(parent.get_node(), v8_nod in AddEdge() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | oma_dm_client.c | 84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri() 396 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_browser() 434 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_get_cert() 540 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_run_add() 554 pps_node = get_node(ctx->xml, pps, uri); in oma_dm_run_add() 589 node = get_node(ctx->xml, add, "Item/Meta/Type"); in oma_dm_run_add() 602 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_run_add() 664 node = get_node(ctx->xml, add, "Item/Target/LocURI"); in oma_dm_add() 681 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_add() 770 pps_node = get_node(ct in oma_dm_replace() [all...] |
H A D | osu_client.c | 157 node = get_node(ctx->xml, getcert, "enrollmentServerURI"); in osu_get_certificate() 171 node = get_node(ctx->xml, getcert, "estUserID"); in osu_get_certificate() 186 node = get_node(ctx->xml, getcert, "estPassword"); in osu_get_certificate() 316 url_node = get_node(ctx->xml, params, "CertURL"); in download_cert() 317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert() 758 a = get_node(ctx->xml, node, "Username"); in get_user_pw() 765 a = get_node(ctx->xml, node, "Password"); in get_user_pw() 791 ssid = get_node(ctx->xml, spe, "SSID"); in set_pps_cred_policy_spe() 826 node = get_node(ctx->xml, prp, "Priority"); in set_pps_cred_policy_prp() 837 node = get_node(ct in set_pps_cred_policy_prp() [all...] |
H A D | spp_client.c | 263 node = get_node(ctx->xml, pps, pos); in process_update_node() 275 parent = get_node(ctx->xml, pps, pos); in process_update_node() 729 err = get_node(ctx->xml, node, "sppError"); in process_spp_post_dev_data_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | oma_dm_client.c | 84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri() 396 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_browser() 434 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_get_cert() 540 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_run_add() 554 pps_node = get_node(ctx->xml, pps, uri); in oma_dm_run_add() 589 node = get_node(ctx->xml, add, "Item/Meta/Type"); in oma_dm_run_add() 602 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_run_add() 664 node = get_node(ctx->xml, add, "Item/Target/LocURI"); in oma_dm_add() 681 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_add() 770 pps_node = get_node(ct in oma_dm_replace() [all...] |
H A D | osu_client.c | 157 node = get_node(ctx->xml, getcert, "enrollmentServerURI"); in osu_get_certificate() 171 node = get_node(ctx->xml, getcert, "estUserID"); in osu_get_certificate() 186 node = get_node(ctx->xml, getcert, "estPassword"); in osu_get_certificate() 316 url_node = get_node(ctx->xml, params, "CertURL"); in download_cert() 317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert() 758 a = get_node(ctx->xml, node, "Username"); in get_user_pw() 765 a = get_node(ctx->xml, node, "Password"); in get_user_pw() 791 ssid = get_node(ctx->xml, spe, "SSID"); in set_pps_cred_policy_spe() 826 node = get_node(ctx->xml, prp, "Priority"); in set_pps_cred_policy_prp() 837 node = get_node(ct in set_pps_cred_policy_prp() [all...] |
H A D | spp_client.c | 263 node = get_node(ctx->xml, pps, pos); in process_update_node() 275 parent = get_node(ctx->xml, pps, pos); in process_update_node() 729 err = get_node(ctx->xml, node, "sppError"); in process_spp_post_dev_data_response()
|
/third_party/astc-encoder/Test/ |
H A D | astc_trace_analysis.py | 207 def get_node(data, name, multiple=False, hard_fail=True): function 263 for block in get_node(data, "block", True): 285 for pas in get_node(block, "pass", True): 305 for candidate in get_node(pas, "candidate", True):
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 268 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() function 344 struct node *parent = get_node(f, parentid); in hash_name() 489 for (node = get_node(f, nodeid); node && node->nodeid != FUSE_ROOT_ID; in get_path_name() 530 for (node = get_node(f, nodeid); node && node->nodeid != FUSE_ROOT_ID; in get_path_name() 569 node = get_node(f, nodeid); in forget_node() 1401 update_stat(get_node(f, ino), &buf); in fuse_lib_getattr() 1492 update_stat(get_node(f, ino), &buf); in fuse_lib_setattr() 1770 node = get_node(f, ino); in fuse_do_release() 1819 get_node(f, e.ino)->open_count++; in fuse_lib_create() 1855 node = get_node( in open_auto_cache() [all...] |
/third_party/libfuse/lib/ |
H A D | fuse.c | 533 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() function 791 struct node *parent = get_node(f, parentid); in hash_name() 874 node = get_node(f, parent); in find_node() 979 for (node = get_node(f, nodeid); in unlock_path() 1031 for (node = get_node(f, nodeid); node->nodeid != FUSE_ROOT_ID; in try_get_path() 1099 if (get_node(f, qe->nodeid1)->treelock == 0) in queue_element_wakeup() 1258 for (node = get_node(f, id2); node->nodeid != FUSE_ROOT_ID; in check_dir_loop() 1269 for (node = get_node(f, id1); node->nodeid != FUSE_ROOT_ID; in check_dir_loop() 1367 node = get_node(f, nodeid); in forget_node() 2659 parent = get_node( in fuse_lib_lookup() [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | composer.py | 24 def get_node(self): member in Composer
|
H A D | __init__.py | 70 yield loader.get_node()
|
H A D | constructor.py | 45 return self.construct_document(self.get_node())
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | xml-utils.h | 84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
|
H A D | xml-utils.c | 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() function 114 match = get_node(ctx, node, path); in get_child_node()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | xml-utils.h | 84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
|
H A D | xml-utils.c | 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() function 114 match = get_node(ctx, node, path); in get_child_node()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | segment.c | 237 * get_node() -- fetch numa node id of page at vaddr 240 static int get_node(void *vaddr) in get_node() function 945 node = get_node(apage); in segment_location()
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 662 def get_node(self): member in CParser
|