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

  /external/chromium_org/third_party/npapi/npspy/windows/
profilew.cpp 44 hKey = NULL;
55 &hKey,
59 hKey = NULL;
64 if(hKey)
65 RegCloseKey(hKey);
75 LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)&val, &size);
89 LONG res = RegSetValueEx(hKey, key, 0L, REG_DWORD, (const BYTE *)&val, size);
95 LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)string, (DWORD *)&size);
102 LONG res = RegSetValueEx(hKey, key, 0L, REG_SZ, (const BYTE *)string, size);
111 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_WIDTH, 0L, NULL, (BYTE *)width, &size)
    [all...]
profilew.h 45 HKEY hKey;
  /external/clang/lib/Driver/
WindowsToolChain.cpp 94 HKEY hRootKey = NULL;
95 HKEY hKey = NULL;
137 HKEY hTopKey = NULL;
167 KEY_READ | KEY_WOW64_32KEY, &hKey);
169 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType,
176 RegCloseKey(hKey);
185 &hKey);
187 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType,
191 RegCloseKey(hKey);
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
crypto.c 212 HCRYPTKEY hKey;
236 (hCryptProv, CALG_RC4, hHash, 0x00800000, &hKey)) {
243 if (!CryptEncrypt (hKey, 0, TRUE, 0, dest, &dwDataLen, msglen)) {
253 CryptDestroyKey (hKey);
263 HCRYPTKEY hKey;
287 (hCryptProv, CALG_RC4, hHash, 0x00800000, &hKey)) {
294 if (!CryptDecrypt (hKey, 0, TRUE, 0, dest, &dwDataLen)) {
304 CryptDestroyKey (hKey);
  /device/asus/grouper/keymaster/
pkcs11.h 435 CK_OBJECT_HANDLE hKey);
459 CK_OBJECT_HANDLE hKey);
504 CK_OBJECT_HANDLE hKey);
526 CK_OBJECT_HANDLE hKey);
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
pkcs11.h 435 CK_OBJECT_HANDLE hKey);
459 CK_OBJECT_HANDLE hKey);
504 CK_OBJECT_HANDLE hKey);
526 CK_OBJECT_HANDLE hKey);
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h 435 CK_OBJECT_HANDLE hKey);
459 CK_OBJECT_HANDLE hKey);
504 CK_OBJECT_HANDLE hKey);
526 CK_OBJECT_HANDLE hKey);
  /external/chromium_org/base/win/
registry.h 29 explicit RegKey(HKEY key);
30 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
33 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access);
35 LONG CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
42 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access);
51 void Set(HKEY key);
54 HKEY Take();
136 HKEY Handle() const { return key_; }
141 static LONG RegDeleteKeyExWrapper(HKEY hKey,
    [all...]
registry.cc 45 RegKey::RegKey(HKEY key)
51 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access)
70 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
75 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
78 HKEY subhkey = NULL;
102 HKEY subkey = NULL;
114 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
116 HKEY subhkey = NULL;
139 HKEY subkey = NULL;
162 void RegKey::Set(HKEY key)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 656 milliseconds