Home
last modified time | relevance | path

Searched defs:subkey (Results 1 – 17 of 17) 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.cc111 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in RegKey()
144 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create()
150 const wchar_t* subkey, in CreateWithDisposition()
185 HKEY subkey = nullptr; in CreateKey() local
197 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open()
219 HKEY subkey = nullptr; in OpenKey() local
465 const wchar_t* subkey, in Open()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcache.py39 def has(self, entity, subkey): argument
/external/python/cpython3/Lib/test/test_importlib/
Dtest_windows.py39 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_getpath.py1003 def OpenKeyEx(self, hkey, subkey): argument
1036 def QueryValue(self, hkey, subkey): argument
Dtest_winreg.py59 def delete_tree(self, root, subkey): argument
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2843 __in LPCWSTR subkey in LoadOptionalFeatureStatesFromKey()
2879 __in LPCWSTR subkey in LoadTargetDirFromKey()
2911 const LPCWSTR subkey = L"Software\\Python\\PyLauncher"; in LoadAssociateFilesStateFromKey() local
2940 WCHAR subkey[256]; in LoadOptionalFeatureStates() local
/external/python/cpython3/PC/
Dlauncher2.c1389 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString()
1594 HKEY subkey; in _registrySearchTags() local
1637 HKEY subkey; in registrySearch() local
1804 const wchar_t *subkey; member
Dlauncher.c249 _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits, in _locate_pythons_for_key()
/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/python/cpython3/Modules/
D_winapi.c2022 HKEY subkey; in _winapi__mimetypes_read_windows_registry_impl() 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()