Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/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()
/external/tensorflow/tensorflow/python/keras/utils/
Dvis_utils.py241 assert dot.get_node(inbound_layer_id)
242 assert dot.get_node(layer_id)
252 assert dot.get_node(inbound_layer_id)
253 assert dot.get_node(layer_id)
/external/tinyalsa/
Dsnd_utils.c98 SND_DLSYM(dl, node->get_node, "snd_card_def_get_node", err); in snd_utils_resolve_symbols()
133 node->dev_node = node->get_node(node->card_node, in snd_utils_get_dev_node()
Dsnd_utils.h43 void* (*get_node) (void *card, unsigned int id, member
/external/tinycompress/
Dsnd_utils.c98 SND_DLSYM(dl, node->get_node, "snd_card_def_get_node", err); in snd_utils_resolve_symbols()
133 node->dev_node = node->get_node(node->card_node, in snd_utils_get_dev_node()
Dsnd_utils.h43 void* (*get_node) (void *card, unsigned int id, member
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-05-16-09-30-27.bpo-33542.idNAcs.rst1 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js183 get_node(me, node);
196 function get_node(me, mom) function
282 get_node(me, me.node);
/external/bcc/src/cc/frontends/p4/compiler/
DtopoSorting.py50 def get_node(self, node): member in Graph
DebpfDeparser.py39 hdr_node = header_graph.get_node(hdr)
/external/llvm-project/llvm/utils/
Dcheck_ninja_deps.py142 label = lambda v: g.get_node(v).attr["label"]
/external/antlr/runtime/Cpp/include/
Dantlr3exception.hpp148 TokenType* get_node() const;
Dantlr3exception.inl57 …e<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<ImplTraits, StreamType>::get_node() const function in ANTLR_ExceptionBase
/external/wpa_supplicant_8/src/utils/
Dxml-utils.h84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
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()
/external/python/cpython2/Lib/
Duuid.py262 def get_node(self): member in UUID
265 node = property(get_node)
/external/libfuse/lib/
Dfuse.c540 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() function
798 struct node *parent = get_node(f, parentid); in hash_name()
881 node = get_node(f, parent); in find_node()
986 for (node = get_node(f, nodeid); in unlock_path()
1038 for (node = get_node(f, nodeid); node->nodeid != FUSE_ROOT_ID; in try_get_path()
1102 if (get_node(f, qe->nodeid1)->treelock == 0) in queue_element_wakeup()
1286 for (node = get_node(f, id2); node->nodeid != FUSE_ROOT_ID; in check_dir_loop()
1297 for (node = get_node(f, id1); node->nodeid != FUSE_ROOT_ID; in check_dir_loop()
1416 node = get_node(f, nodeid); in forget_node()
2712 parent = get_node(f, parent)->parent->nodeid; in fuse_lib_lookup()
[all …]
/external/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()
/external/python/cpython3/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.
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c2097 mo = get_node(ctx->xml, node, "supportedMOList"); in hs20_spp_post_dev_data()
2190 macaddr = get_node(ctx->xml, devdetail, in hs20_spp_post_dev_data()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc5511 OpFunc get_node; in TEST_P() member
5560 NodeDef node_def = op.get_node(tf_type_, keep_dims); in TEST_P()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h1214 inline isl::checked::ast_node get_node() const;
5323 isl::checked::ast_node ast_node_mark::get_node() const in get_node() function

12