Home
last modified time | relevance | path

Searched defs:cacheKey (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DResourceBundleWrapper.java148 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local
DPluralRulesLoader.java188 String cacheKey = rulesId + "/" + rangesId; // could end with "/null" (this is OK) in getOrCreateRulesForLocale() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DResourceBundleWrapper.java150 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DShaderModuleVk.cpp118 auto cacheKey = std::make_pair(layout, entryPointName); in GetTransformedModuleHandle() local
/third_party/typescript/src/harness/
DfakesHosts.ts344 …const cacheKey = this.vfs.shadowRoot && `SourceFile[languageVersion=${languageVersion},setParentNo… constant
/third_party/typescript/src/tsserver/
DnodeServer.ts204 const cacheKey = extractWatchDirectoryCacheKey(path, currentDrive); constant
/third_party/icu/icu4c/source/i18n/
Dtzgnames.cpp819 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp822 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
/third_party/typescript/src/compiler/
Dprogram.ts487 const cacheKey = mode !== undefined ? `${mode}|${strName}` : strName; constant
618 const cacheKey = mode !== undefined ? `${mode}|${name}` : name; constant
Dchecker.ts40467 …const cacheKey = use & IterationUse.AllowsAsyncIterablesFlag ? "iterationTypesOfAsyncIterable" : "… constant
/third_party/typescript/lib/
Dtsc.js74632 function getCachedIterationTypes(type, cacheKey) { argument
74635 function setCachedIterationTypes(type, cacheKey, cachedTypes) { argument
DtypingsInstaller.js88582 function getCachedIterationTypes(type, cacheKey) { argument
88585 function setCachedIterationTypes(type, cacheKey, cachedTypes) { argument