Home
last modified time | relevance | path

Searched defs:subkey (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/rtc_base/win/
Dwindows_version.cc41 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey()
56 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create()
62 const wchar_t* subkey, in CreateWithDisposition()
80 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open()
/external/libwebsockets/lib/plat/windows/
Dwindows-resolv.c42 char subkey[512], dhcpns[512], ns[512], value[128], *key = in lws_plat_asyncdns_init() local
/external/python/cpython3/Lib/test/test_importlib/
Dtest_windows.py20 def delete_registry_tree(root, subkey): argument
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcache.py43 def has(self, entity, subkey): argument
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptCmac.c144 TPM2B_IV subkey = {{0, {0}}}; in CryptCmacEnd() local
/external/python/cpython2/Lib/test/
Dtest_winreg.py65 def delete_tree(self, root, subkey): argument
/external/python/cpython3/Lib/test/
Dtest_winreg.py59 def delete_tree(self, root, subkey): argument
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2817 __in LPCWSTR subkey in LoadOptionalFeatureStatesFromKey()
2853 __in LPCWSTR subkey in LoadTargetDirFromKey()
2885 const LPCWSTR subkey = L"Software\\Python\\PyLauncher"; in LoadAssociateFilesStateFromKey() local
2914 WCHAR subkey[256]; in LoadOptionalFeatureStates() local
/external/kmod/libkmod/
Dlibkmod-index.c486 const char *subkey, in index_searchwild__all()
968 const char *subkey, in index_mm_searchwild_all()
/external/jemalloc_new/include/jemalloc/internal/
Drtree.h345 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); in rtree_leaf_elm_lookup() local
/external/ipsec-tools/src/racoon/
Doakley.c2882 int subkey; local
/external/ImageMagick/MagickCore/
Dnt-base.c2022 MagickPrivate unsigned char *NTRegistryKeyLookup(const char *subkey) in NTRegistryKeyLookup()
/external/python/cpython3/PC/
Dlauncher.c249 _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits, in _locate_pythons_for_key()
/external/protobuf/php/ext/google/protobuf/
Dmessage.c388 zval subkey; local
/external/libevent/
Devdns.c3842 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) in config_nameserver_from_reg_key()