/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/ |
H A D | index.js | 25 const cacheKey = cacheOptions({ 30 if (agentCache.has(cacheKey)) { 31 return agentCache.get(cacheKey) 35 agentCache.set(cacheKey, newAgent)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | PluralRulesLoader.java | 188 String cacheKey = rulesId + "/" + rangesId; // could end with "/null" (this is OK) in getOrCreateRulesForLocale() 193 hasRules = pluralRulesCache.containsKey(cacheKey); in getOrCreateRulesForLocale() 195 rules = pluralRulesCache.get(cacheKey); // can be null in getOrCreateRulesForLocale() 220 if (pluralRulesCache.containsKey(cacheKey)) { in getOrCreateRulesForLocale() 221 rules = pluralRulesCache.get(cacheKey); in getOrCreateRulesForLocale() 223 pluralRulesCache.put(cacheKey, rules); // can be null in getOrCreateRulesForLocale()
|
H A D | ResourceBundleWrapper.java | 148 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() 149 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
|
H A D | ICUResourceBundle.java | 1363 String cacheKey = openType != OpenType.LOCALE_DEFAULT_ROOT ? in instantiateBundle() 1366 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | ShaderModuleVk.cpp | 118 auto cacheKey = std::make_pair(layout, entryPointName); in GetTransformedModuleHandle() local 120 mTransformedShaderModuleCache->FindShaderModule(cacheKey); in GetTransformedModuleHandle() 194 mTransformedShaderModuleCache->AddOrGetCachedShaderModule(cacheKey, newHandle); in GetTransformedModuleHandle()
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
H A D | entry.js | 9 const cacheKey = require('./key.js') 127 this.key = cacheKey(request) 143 var matches = await cacache.index.compact(options.cachePath, cacheKey(request), (A, B) => { 196 const key = cacheKey(request)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ResourceBundleWrapper.java | 150 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() 151 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
|
H A D | ICUResourceBundle.java | 1230 String cacheKey = openType != OpenType.LOCALE_DEFAULT_ROOT ? in instantiateBundle() 1233 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 819 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local 820 if (cacheKey != NULL) { in getPartialLocationName() 821 cacheKey->tzID = key.tzID; in getPartialLocationName() 822 cacheKey->mzID = key.mzID; in getPartialLocationName() 823 cacheKey->isLong = key.isLong; in getPartialLocationName() 824 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName() 826 uprv_free(cacheKey); in getPartialLocationName()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.cpp | 819 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local 820 if (cacheKey != nullptr) { in getPartialLocationName() 821 cacheKey->tzID = key.tzID; in getPartialLocationName() 822 cacheKey->mzID = key.mzID; in getPartialLocationName() 823 cacheKey->isLong = key.isLong; in getPartialLocationName() 824 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName() 826 uprv_free(cacheKey); in getPartialLocationName()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 822 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local 823 if (cacheKey != NULL) { in getPartialLocationName() 824 cacheKey->tzID = key.tzID; in getPartialLocationName() 825 cacheKey->mzID = key.mzID; in getPartialLocationName() 826 cacheKey->isLong = key.isLong; in getPartialLocationName() 827 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName() 829 uprv_free(cacheKey); in getPartialLocationName()
|
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 617 const cacheKey = request + '\x00' + ArrayPrototypeJoin(paths, '\x00'); 618 const entry = Module._pathCache[cacheKey]; 715 Module._pathCache[cacheKey] = filename; 1119 const cacheKey = request + '\x00' + 1121 Module._pathCache[cacheKey] = selfResolved;
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |