Home
last modified time | relevance | path

Searched refs:get_node (Results 1 – 25 of 25) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc135 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_node, in AddEdge()
476 parent.get_node()->InternalizeEdgeName(edge_name)); in AddEdge()
478 graph_.AddEdge(parent.get_node(), v8_node); in AddEdge()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Doma_dm_client.c84 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(ctx->xml, pps, pos); in oma_dm_replace()
[all …]
Dosu_client.c157 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(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp()
[all …]
Dspp_client.c263 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/
Doma_dm_client.c84 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(ctx->xml, pps, pos); in oma_dm_replace()
[all …]
Dosu_client.c157 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(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp()
[all …]
Dspp_client.c263 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/
Dastc_trace_analysis.py207 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/
Dfuse.c268 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(f, ino); in open_auto_cache()
[all …]
/third_party/libfuse/lib/
Dfuse.c533 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(f, parent)->parent->nodeid; in fuse_lib_lookup()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml-utils.c89 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()
Dxml-utils.h84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml-utils.c89 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()
Dxml-utils.h84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
/third_party/PyYAML/lib/yaml/
Dcomposer.py24 def get_node(self): member in Composer
D__init__.py70 yield loader.get_node()
Dconstructor.py45 return self.construct_document(self.get_node())
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c240 static int get_node(void *vaddr) in get_node() function
945 node = get_node(apage); in segment_location()
/third_party/python/Misc/NEWS.d/
D3.7.0b5.rst307 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
D3.6.6rc1.rst241 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
D3.8.0a1.rst4729 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
/third_party/PyYAML/yaml/
D_yaml.pyx662 def get_node(self): member in CParser
/third_party/libabigail/
DChangeLog31431 (get_node, convert_node_to_decl): Define new specializations for
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi43448 …<var-decl name="get_node" type-id="328b0a2f" visibility="default" filepath="include/drm/ttm/ttm_bo…
43877 …<var-decl name="get_node" type-id="328b0a2f" visibility="default" filepath="include/drm/ttm/ttm_bo…
Dtest-PR27569-v0.abi43419 …<var-decl name="get_node" type-id="328b0a2f" visibility="default" filepath="include/drm/ttm/ttm_bo…
43848 …<var-decl name="get_node" type-id="328b0a2f" visibility="default" filepath="include/drm/ttm/ttm_bo…