HomeSort by relevance Sort by last modified time
    Searched refs:hkey (Results 1 - 22 of 22) sorted by null

  /external/icu/icu4c/source/common/
wintz.c 99 HKEY hkey; local
111 &hkey);
112 RegCloseKey(hkey);
122 static LONG openTZRegKey(HKEY *hkey, const char *winid)
149 hkey);
157 HKEY hkey; local
159 result = openTZRegKey(&hkey, winid)
179 HKEY hkey; local
199 HKEY hkey; local
    [all...]
  /external/libusb/msvc/
missing.c 38 HKEY hkey; local
50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey);
58 rc = RegQueryValueEx(hkey, wName, NULL, &dwType,
60 RegCloseKey(hkey);
  /external/curl/lib/
hmac.c 57 unsigned char * hkey; local
77 hkey = (unsigned char *) ctxt->hmac_hashctxt2 + hashparams->hmac_ctxtsize;
78 (*hashparams->hmac_hfinal)(hkey, ctxt->hmac_hashctxt1);
79 key = hkey;
curl_ntlm_core.c 309 HCRYPTKEY hkey; local
336 if(!CryptImportKey(hprov, (BYTE *) &blob, sizeof(blob), 0, 0, &hkey)) {
345 CryptEncrypt(hkey, 0, FALSE, 0, out, &len, len);
347 CryptDestroyKey(hkey);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
regbag.h 50 HKEY hkey,
80 HKEY hkey,
100 #define ICreatePropBagOnRegKey_Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag) (This)->lpVtbl->Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag)
113 static FORCEINLINE HRESULT ICreatePropBagOnRegKey_Create(ICreatePropBagOnRegKey* This,HKEY hkey,LPCOLESTR subkey,DWORD ulOptions,DWORD samDesired,REFIID iid,LPVOID *ppBag) {
114 return This->lpVtbl->Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag);
123 HKEY hkey
    [all...]
shlwapi.h 568 LWSTDAPI_(DWORD) SHDeleteEmptyKeyA(HKEY hkey,LPCSTR pszSubKey);
569 LWSTDAPI_(DWORD) SHDeleteEmptyKeyW(HKEY hkey,LPCWSTR pszSubKey);
573 LWSTDAPI_(DWORD) SHDeleteKeyA(HKEY hkey,LPCSTR pszSubKey);
574 LWSTDAPI_(DWORD) SHDeleteKeyW(HKEY hkey,LPCWSTR pszSubKey);
578 LWSTDAPI_(HKEY) SHRegDuplicateHKey(HKEY hkey) variable
    [all...]
winreg.h 37 #define HKEY_CLASSES_ROOT ((HKEY) (ULONG_PTR)((LONG)0x80000000))
38 #define HKEY_CURRENT_USER ((HKEY) (ULONG_PTR)((LONG)0x80000001))
39 #define HKEY_LOCAL_MACHINE ((HKEY) (ULONG_PTR)((LONG)0x80000002))
40 #define HKEY_USERS ((HKEY) (ULONG_PTR)((LONG)0x80000003))
41 #define HKEY_PERFORMANCE_DATA ((HKEY) (ULONG_PTR)((LONG)0x80000004))
42 #define HKEY_PERFORMANCE_TEXT ((HKEY) (ULONG_PTR)((LONG)0x80000050))
43 #define HKEY_PERFORMANCE_NLSTEXT ((HKEY) (ULONG_PTR)((LONG)0x80000060))
44 #define HKEY_CURRENT_CONFIG ((HKEY) (ULONG_PTR)((LONG)0x80000005))
45 #define HKEY_DYN_DATA ((HKEY) (ULONG_PTR)((LONG)0x80000006))
140 WINADVAPI LONG WINAPI RegCloseKey(HKEY hKey)
    [all...]
netmon.h     [all...]
shlobj.h     [all...]
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 19 from ctypes.wintypes import HKEY
104 SetupDiOpenDevRegKey.restype = HKEY
108 RegCloseKey.argtypes = [HKEY]
112 RegQueryValueEx.argtypes = [HKEY, LPCSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD]
155 hkey = SetupDiOpenDevRegKey(
165 hkey,
171 RegCloseKey(hkey)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winreg.py 64 hkey = OpenKey(root, subkey, KEY_ALL_ACCESS)
70 subsubkey = EnumKey(hkey, 0)
74 self.delete_tree(hkey, subsubkey)
75 CloseKey(hkey)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 67 hkey = OpenKey(root, subkey, KEY_ALL_ACCESS)
73 subsubkey = EnumKey(hkey, 0)
77 self.delete_tree(hkey, subsubkey)
78 CloseKey(hkey)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 67 hkey = OpenKey(root, subkey, KEY_ALL_ACCESS)
73 subsubkey = EnumKey(hkey, 0)
77 self.delete_tree(hkey, subsubkey)
78 CloseKey(hkey)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 67 hkey = OpenKey(root, subkey, KEY_ALL_ACCESS)
73 subsubkey = EnumKey(hkey, 0)
77 self.delete_tree(hkey, subsubkey)
78 CloseKey(hkey)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 67 hkey = OpenKey(root, subkey, KEY_ALL_ACCESS)
73 subsubkey = EnumKey(hkey, 0)
77 self.delete_tree(hkey, subsubkey)
78 CloseKey(hkey)
  /external/ImageMagick/MagickCore/
nt-base.c 127 const HKEY
128 hkey;
125 hkey; member in struct:__anon12733
1061 hkey; local
1123 hkey; local
    [all...]
  /external/v8/gypfiles/
vs_toolchain.py 97 with _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, subkey) as hkey:
98 return _winreg.QueryValueEx(hkey, value)[0]
  /external/clang/lib/Driver/
MSVCToolChain.cpp 96 static bool readFullStringValue(HKEY hkey, const char *valueName,
106 result = RegQueryValueExW(hkey, WideValueName.c_str(), NULL, &type, NULL,
111 result = RegQueryValueExW(hkey, WideValueName.c_str(), NULL, NULL, &buffer[0],
139 HKEY hRootKey = HKEY_LOCAL_MACHINE;
140 HKEY hKey = NULL;
162 HKEY hTopKey = NULL;
191 KEY_READ | KEY_WOW64_32KEY, &hKey);
193 lResult = readFullStringValue(hKey, valueName, value)
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 3363 milliseconds