Home
last modified time | relevance | path

Searched refs:cacheKey (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
H A Dindex.js25 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 DPluralRulesLoader.java188 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 DResourceBundleWrapper.java148 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle()
149 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
H A DICUResourceBundle.java1363 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 DShaderModuleVk.cpp118 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 Dentry.js9 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 DResourceBundleWrapper.java150 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle()
151 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
H A DICUResourceBundle.java1230 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 Dtzgnames.cpp819 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 Dtzgnames.cpp819 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 Dtzgnames.cpp822 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 Dloader.js617 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 DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserver.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 230 milliseconds