Home
last modified time | relevance | path

Searched defs:subkey (Results 1 – 19 of 19) 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/cronet/base/win/
Dregistry.cc437 const wchar_t* subkey, in GenericRegKey()
476 const wchar_t* subkey, in Create()
484 const wchar_t* subkey, in CreateWithDisposition()
514 HKEY subkey = nullptr; in CreateKey() local
528 const wchar_t* subkey, in Open()
557 HKEY subkey = nullptr; in OpenKey() local
641 HKEY subkey = nullptr; in DeleteKey() local
917 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey()
934 const wchar_t* subkey, in ExportDerivedRegKey()
Dregistry_unittest.cc79 static T Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcache.py39 def has(self, entity, subkey): argument
/external/python/cpython3/Lib/test/test_importlib/
Dtest_windows.py40 def delete_registry_tree(root, subkey): argument
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptCmac.c144 TPM2B_IV subkey = {{0, {0}}}; in CryptCmacEnd() local
/external/cronet/net/proxy_resolution/win/
Dproxy_config_service_win.cc112 const wchar_t* subkey) { in AddKeyToWatchList()
/external/cpuinfo/src/arm/windows/
Dinit.c104 LPCTSTR subkey, in read_registry()
/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/python/cpython3/Modules/
D_winapi.c1930 HKEY subkey; in _winapi__mimetypes_read_windows_registry_impl() local
/external/cronet/third_party/libevent/
Devdns.c2917 config_nameserver_from_reg_key(HKEY key, const char *subkey) in config_nameserver_from_reg_key()
/external/libevent/
Devdns.c3842 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) in config_nameserver_from_reg_key()