/external/wpa_supplicant_8/hs20/client/ |
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(ctx->xml, pps, pos); in oma_dm_replace() [all …]
|
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(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp() [all …]
|
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()
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-05-16-09-30-27.bpo-33542.idNAcs.rst | 1 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 183 get_node(me, node); 196 function get_node(me, mom) function 282 get_node(me, me.node);
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | process-graph.py | 75 def get_node(name): function 173 node = get_node(name) 178 node = get_node(name)
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | topoSorting.py | 50 def get_node(self, node): member in Graph
|
D | ebpfDeparser.py | 39 hdr_node = header_graph.get_node(hdr)
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3exception.hpp | 148 TokenType* get_node() const;
|
D | antlr3exception.inl | 57 …e<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<ImplTraits, StreamType>::get_node() const function in ANTLR_ExceptionBase
|
/external/python/cpython2/Lib/ |
D | uuid.py | 262 def get_node(self): member in UUID 265 node = property(get_node)
|
/external/wpa_supplicant_8/src/utils/ |
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()
|
D | xml-utils.h | 84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 240 static int get_node(void *vaddr) in get_node() function 945 node = get_node(apage); in segment_location()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b5.rst | 307 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
|
D | 3.6.6rc1.rst | 241 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 2098 mo = get_node(ctx->xml, node, "supportedMOList"); in hs20_spp_post_dev_data() 2191 macaddr = get_node(ctx->xml, devdetail, in hs20_spp_post_dev_data()
|