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

  /external/chromium_org/third_party/libusb/src/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/chromium_org/third_party/icu/source/common/
wintz.c 96 HKEY hkey; local
108 &hkey);
109 RegCloseKey(hkey);
119 static LONG openTZRegKey(HKEY *hkey, const char *winid)
146 hkey);
154 HKEY hkey; local
156 result = openTZRegKey(&hkey, winid)
    [all...]
  /external/icu/icu4c/source/common/
wintz.c 96 HKEY hkey; local
108 &hkey);
109 RegCloseKey(hkey);
119 static LONG openTZRegKey(HKEY *hkey, const char *winid)
146 hkey);
154 HKEY hkey; local
156 result = openTZRegKey(&hkey, winid)
176 HKEY hkey; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/hmac/
hm_pmeth.c 130 ASN1_OCTET_STRING *hkey = NULL; local
134 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
135 if (!hkey)
137 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
  /external/openssl/crypto/hmac/
hm_pmeth.c 130 ASN1_OCTET_STRING *hkey = NULL; local
134 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
135 if (!hkey)
137 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win.py 112 hkey = _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT, sub_key)
113 args = _winreg.QueryValue(hkey, '').split()
114 _winreg.CloseKey(hkey)
129 hkey = _winreg.CreateKeyEx(_winreg.HKEY_CURRENT_USER, 'Software\\Classes\\' + sub_key, 0, _winreg.KEY_WRITE)
130 _winreg.SetValue(hkey, '', _winreg.REG_SZ, cmdline)
131 _winreg.CloseKey(hkey)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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...]
  /external/chromium_org/tools/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)
  /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/chromium_org/third_party/openssl/openssl/apps/
enc.c 114 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local
268 hkey= *(++argv);
422 if ((str == NULL) && (cipher != NULL) && (hkey == NULL))
581 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))
  /external/openssl/apps/
enc.c 114 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local
268 hkey= *(++argv);
428 if ((str == NULL) && (cipher != NULL) && (hkey == NULL))
587 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))

Completed in 1197 milliseconds