| /third_party/flutter/skia/src/gpu/ |
| D | GrImageTextureMaker.cpp | 40 GrUniqueKey cacheKey; in makeCopyKey() local 41 fImage->makeCacheKeyFromOrigKey(fOriginalKey, &cacheKey); in makeCopyKey() 42 MakeCopyKeyFromOrigKey(cacheKey, stretch, paramsCopyKey); in makeCopyKey() 74 GrUniqueKey cacheKey; in makeCopyKey() local 76 GrUniqueKey::Builder builder(&cacheKey, fOriginalKey, kDomain, 0, "Image"); in makeCopyKey() 77 MakeCopyKeyFromOrigKey(cacheKey, stretch, paramsCopyKey); in makeCopyKey()
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/ |
| D | cache.js | 14 function cacheKey (req) { function 41 const key = cacheKey(req) 111 const ckey = cacheKey(req) 133 cacache.put.stream(this._path, cacheKey(req), cacheOpts), 154 cacheKey(req), 164 cacache.put.stream(cachePath, cacheKey(req), cacheOpts) 209 cacheKey(req)
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/ |
| D | ajv.js | 260 if (schemaObj) this._cache.del(schemaObj.cacheKey); 266 var cacheKey = serialize ? serialize(schemaKeyRef) : schemaKeyRef; 267 this._cache.del(cacheKey); 283 self._cache.del(schemaObj.cacheKey); 295 var cacheKey = serialize ? serialize(schema) : schema; 296 var cached = this._cache.get(cacheKey); 315 cacheKey: cacheKey, property 320 this._cache.put(cacheKey, schemaObj);
|
| /third_party/node/deps/npm/node_modules/pacote/lib/ |
| D | finalize-manifest.js | 6 const cacheKey = require('./util/cache-key') constant 55 const cacheKey = key || finalKey(manifest, spec) 56 if (!opts.cache || !cacheKey) { 60 opts.cache, cacheKey, '.', { 238 return cacheKey(`${spec.type}-manifest`, pkg._uniqueResolved) 242 cacheKey(
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | PluralRulesLoader.java | 188 String cacheKey = rulesId + "/" + rangesId; // could end with "/null" (this is OK) in getOrCreateRulesForLocale() local 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()
|
| D | ResourceBundleWrapper.java | 148 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local 149 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
|
| D | ICUResourceBundle.java | 1223 String cacheKey = openType != OpenType.LOCALE_DEFAULT_ROOT ? 1226 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() {
|
| /third_party/node/deps/npm/node_modules/pacote/lib/util/ |
| D | cache-key.js | 3 module.exports = cacheKey 4 function cacheKey (type, identifier) { function
|
| D | pack-dir.js | 6 const cacheKey = require('./cache-key') constant 24 opts.cache, cacheKey('packed-dir', label), opts
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| 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/typescript/src/harness/ |
| D | fakesHosts.ts | 340 …const cacheKey = this.vfs.shadowRoot && `SourceFile[languageVersion=${languageVersion},setParentNo… constant 341 if (cacheKey) { 343 const sourceFileFromMetadata = meta.get(cacheKey) as ts.SourceFile | undefined; 357 if (cacheKey) { 379 fs.filemeta(canonicalFileName).set(cacheKey, parsed);
|
| /third_party/node/deps/npm/node_modules/aws4/ |
| D | aws4.js | 179 cacheKey = [this.credentials.secretAccessKey, date, this.region, this.service].join(), 180 kDate, kRegion, kService, kCredentials = credentialsCache.get(cacheKey) 186 credentialsCache.set(cacheKey, kCredentials)
|
| /third_party/flutter/skia/src/gpu/ccpr/ |
| D | GrCCPathCache.h | 205 const GrCCPathCache::Key& cacheKey() const { SkASSERT(fCacheKey); return *fCacheKey; } in cacheKey() function 244 GrCCPathCacheEntry(sk_sp<GrCCPathCache::Key> cacheKey, const MaskTransform& maskTransform) in GrCCPathCacheEntry() argument 245 : fCacheKey(std::move(cacheKey)), fMaskTransform(maskTransform) { in GrCCPathCacheEntry()
|
| /third_party/typescript/src/tsserver/ |
| D | nodeServer.ts | 205 const cacheKey = extractWatchDirectoryCacheKey(path, currentDrive); constant 206 let status = cacheKey && statusCache.get(cacheKey); 209 logger.info(`${cacheKey} for path ${path} not found in cache...`); 228 if (cacheKey) { 229 statusCache.set(cacheKey, status);
|
| /third_party/node/deps/npm/node_modules/pacote/lib/fetchers/ |
| D | git.js | 6 const cacheKey = require('../util/cache-key') constant 60 opts.cache, cacheKey('packed-dir', cacheName), opts
|
| /third_party/node/lib/internal/modules/cjs/ |
| D | loader.js | 470 const cacheKey = request + '\x00' + ArrayPrototypeJoin(paths, '\x00'); 471 const entry = Module._pathCache[cacheKey]; 538 Module._pathCache[cacheKey] = filename; 881 const cacheKey = request + '\x00' + 883 Module._pathCache[cacheKey] = selfResolved; 1025 callbackMap.set(compiled.cacheKey, {
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | tzgnames.cpp | 816 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local 817 if (cacheKey != NULL) { in getPartialLocationName() 818 cacheKey->tzID = key.tzID; in getPartialLocationName() 819 cacheKey->mzID = key.mzID; in getPartialLocationName() 820 cacheKey->isLong = key.isLong; in getPartialLocationName() 821 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName() 823 uprv_free(cacheKey); in getPartialLocationName()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| 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/deps/icu-small/source/i18n/ |
| 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/icu/icu4c/source/i18n/ |
| 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ResourceBundleWrapper.java | 150 String cacheKey = disableFallback ? name : name + '#' + defaultID; in instantiateBundle() local 151 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() { in instantiateBundle()
|
| D | ICUResourceBundle.java | 1230 String cacheKey = openType != OpenType.LOCALE_DEFAULT_ROOT ? 1233 return BUNDLE_CACHE.getInstance(cacheKey, new Loader() {
|
| /third_party/flutter/skia/src/image/ |
| D | SkImage_Lazy.cpp | 351 GrUniqueKey* cacheKey) const { in makeCacheKeyFromOrigKey() 352 SkASSERT(!cacheKey->isValid()); in makeCacheKeyFromOrigKey() 355 GrUniqueKey::Builder builder(cacheKey, origKey, kDomain, 0, "Image"); in makeCacheKeyFromOrigKey()
|
| D | SkImage_Lazy.h | 71 void makeCacheKeyFromOrigKey(const GrUniqueKey& origKey, GrUniqueKey* cacheKey) const;
|
| /third_party/weex-loader/src/ |
| D | util.js | 42 const cacheKey = hash.digest('hex') 43 return `./${filename}?${cacheKey}`
|