HomeSort by relevance Sort by last modified time
    Searched defs:subKey (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/win/
WebURLResponse.cpp 436 HKEY subKey;
437 err = RegOpenKeyEx(key, mimeType, 0, KEY_QUERY_VALUE, &subKey);
442 err = RegQueryValueEx(subKey, TEXT("Extension"), 0, &keyType, (LPBYTE)extension, &keySize);
463 RegCloseKey(subKey);
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 249 const char* subKey = NULL;
257 subKey = keyPath + 18;
260 subKey = keyPath + 11;
263 subKey = keyPath + 19;
266 subKey = keyPath + 18;
271 const char *placeHolder = strstr(subKey, "$VERSION");
279 while ((keyEnd > subKey) && (*keyEnd != '\\'))
284 size_t partialKeyLength = keyEnd - subKey;
288 strncpy(partialKey, subKey, partialKeyLength);
337 lResult = RegOpenKeyEx(hRootKey, subKey, 0, KEY_READ, &hKey)
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 399 UWord subKey;
412 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) {
413 fprintf(f, "%ld ", subKey );
    [all...]

Completed in 120 milliseconds