/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/ |
H A D | index.js | 14 const CACHE = Symbol('cache') 135 this[CACHE] = new Map() // hash of items by key 162 if (this[CACHE].has(key)) { 164 del(this, this[CACHE].get(key)) 168 const node = this[CACHE].get(key) 200 this[CACHE].set(key, this[LRU_LIST].head) 206 if (!this[CACHE].has(key)) return false 207 const hit = this[CACHE].get(key).value 229 del(this, this[CACHE].get(key)) 255 this[CACHE] [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | StringPrep.java | 197 private static final WeakReference<StringPrep>[] CACHE = (WeakReference<StringPrep>[])new WeakReference[MAX_PROFILE+1]; field in StringPrep 321 synchronized (CACHE) { in getInstance() 322 WeakReference<StringPrep> ref = CACHE[profile]; in getInstance() 337 CACHE[profile] = new WeakReference<StringPrep>(instance); in getInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | StringPrep.java | 182 private static final WeakReference<StringPrep>[] CACHE = (WeakReference<StringPrep>[])new WeakReference[MAX_PROFILE+1]; field in StringPrep 304 synchronized (CACHE) { in getInstance() 305 WeakReference<StringPrep> ref = CACHE[profile]; in getInstance() 320 CACHE[profile] = new WeakReference<StringPrep>(instance); in getInstance()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | DateNumberFormat.java | 42 private static SimpleCache<ULocale, char[]> CACHE = new SimpleCache<ULocale, char[]>(); field in DateNumberFormat 63 char[] elems = CACHE.get(loc); in initialize() 86 CACHE.put(loc, elems); in initialize()
|
H A D | ICUResourceBundleReader.java | 147 private static ReaderCache CACHE = new ReaderCache(); field in ICUResourceBundleReader 233 ICUResourceBundleReader reader = CACHE.getInstance(info, root); in getReader()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | DateNumberFormat.java | 46 private static SimpleCache<ULocale, char[]> CACHE = new SimpleCache<ULocale, char[]>(); field in DateNumberFormat 67 char[] elems = CACHE.get(loc); in initialize() 90 CACHE.put(loc, elems); in initialize()
|
H A D | ICUResourceBundleReader.java | 149 private static ReaderCache CACHE = new ReaderCache(); field in ICUResourceBundleReader 235 ICUResourceBundleReader reader = CACHE.getInstance(info, root); in getReader()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_program.c | 121 * Decide whether to use BUFFER or CACHE mode for VS and FS. It in fd3_program_emit() 124 * switch to CACHE for VS until VS is too large. The blob seems in fd3_program_emit() 129 * TODO check if these thresholds for BUFFER vs CACHE mode are the in fd3_program_emit() 135 /* FP:BUFFER VP:CACHE */ in fd3_program_emit() 136 vpbuffer = CACHE; in fd3_program_emit() 139 /* FP:CACHE VP:BUFFER */ in fd3_program_emit() 140 fpbuffer = CACHE; in fd3_program_emit() 143 /* FP:CACHE VP:CACHE */ in fd3_program_emit() 144 vpbuffer = fpbuffer = CACHE; in fd3_program_emit() [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 82 [CACHE] = CACHE, 242 [CACHE] = "CACHE",
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | BaseLocale.java | 19 private static final Cache CACHE = new Cache(); field in BaseLocale 61 BaseLocale baseLocale = CACHE.get(key); in getInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | BaseLocale.java | 23 private static final Cache CACHE = new Cache(); field in BaseLocale 65 BaseLocale baseLocale = CACHE.get(key); in getInstance()
|
/third_party/python/Include/ |
H A D | opcode.h | 11 #define CACHE 0 macro
|
/third_party/python/Lib/ |
H A D | dis.py | 41 CACHE = opmap["CACHE"] variable 506 # Only show the fancy argrepr for a CACHE instruction when it's 515 "CACHE", CACHE, 0, None, argrepr, offset, None, False, 598 # Skip inline CACHE entries:
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ULocale.java | 332 private static final SoftCache<Locale, ULocale, Void> CACHE = new SoftCache<Locale, ULocale, Void>() { field in ULocale 399 return CACHE.getInstance(loc, null /* unused */); in forLocale()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 358 private static final SoftCache<Locale, ULocale, Void> CACHE = new SoftCache<Locale, ULocale, Void>() { field in ULocale 426 return CACHE.getInstance(loc, null /* unused */); in forLocale()
|
/third_party/python/Objects/ |
H A D | codeobject.c | 1457 instructions[++i] = _Py_MAKECODEUNIT(CACHE, 0); in deopt_code()
|
/third_party/python/Python/ |
H A D | compile.c | 229 *codestr++ = _Py_MAKECODEUNIT(CACHE, 0); in write_instr() 950 case CACHE: in stack_effect()
|
H A D | ceval.c | 5615 TARGET(CACHE) {
|
/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/
... |