Home
last modified time | relevance | path

Searched refs:subKey (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Driver/
DWindowsToolChain.cpp114 const char* subKey = NULL; in getSystemRegistryString() local
122 subKey = keyPath + 18; in getSystemRegistryString()
125 subKey = keyPath + 11; in getSystemRegistryString()
128 subKey = keyPath + 19; in getSystemRegistryString()
131 subKey = keyPath + 18; in getSystemRegistryString()
136 const char *placeHolder = strstr(subKey, "$VERSION"); in getSystemRegistryString()
144 while ((keyEnd > subKey) && (*keyEnd != '\\')) in getSystemRegistryString()
149 size_t partialKeyLength = keyEnd - subKey; in getSystemRegistryString()
153 strncpy(partialKey, subKey, partialKeyLength); in getSystemRegistryString()
201 lResult = RegOpenKeyEx(hRootKey, subKey, 0, KEY_READ, &hKey); in getSystemRegistryString()
/external/icu4c/i18n/
Dgregoimp.cpp234 UResourceBundle* CalendarData::getByKey2(const char *key, const char *subKey, UErrorCode& status) { in getByKey2() argument
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey2()
247 …fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(stat… in getByKey2()
254 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey2()
256 …fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(s… in getByKey2()
296 …ndarData::getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode& statu… in getByKey3() argument
307 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey3()
309 …fprintf(stderr, "%p: get %s/%s/%s -> %s - from MAIN %s\n", this, key, contextKey, subKey, u_errorN… in getByKey3()
316 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey3()
318 …fprintf(stderr, "%p: get %s/%s/%s -> %s - from FALLBACK %s\n",this, key, contextKey, subKey, u_err… in getByKey3()
Dgregoimp.h331 UResourceBundle* getByKey2(const char *key, const char *subKey, UErrorCode& status);
345 …UResourceBundle* getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode…
/external/webkit/Source/WebKit/win/
DWebURLResponse.cpp436 HKEY subKey; in suggestedFileExtension() local
437 err = RegOpenKeyEx(key, mimeType, 0, KEY_QUERY_VALUE, &subKey); in suggestedFileExtension()
442 … err = RegQueryValueEx(subKey, TEXT("Extension"), 0, &keyType, (LPBYTE)extension, &keySize); in suggestedFileExtension()
463 RegCloseKey(subKey); in suggestedFileExtension()
/external/valgrind/main/cachegrind/
Dcg_merge.c399 UWord subKey; in show_CacheProfFile() local
412 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) { in show_CacheProfFile()
413 fprintf(f, "%ld ", subKey ); in show_CacheProfFile()