Home
last modified time | relevance | path

Searched refs:CACHE (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/
H A Dindex.js14 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 DStringPrep.java197 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 DStringPrep.java182 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 DDateNumberFormat.java42 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 DICUResourceBundleReader.java147 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 DDateNumberFormat.java46 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 DICUResourceBundleReader.java149 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 Dfd3_program.c121 * 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 Dpycore_opcode.h82 [CACHE] = CACHE,
242 [CACHE] = "CACHE",
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java19 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 DBaseLocale.java23 private static final Cache CACHE = new Cache(); field in BaseLocale
65 BaseLocale baseLocale = CACHE.get(key); in getInstance()
/third_party/python/Include/
H A Dopcode.h11 #define CACHE 0 macro
/third_party/python/Lib/
H A Ddis.py41 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 DULocale.java332 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 DULocale.java358 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 Dcodeobject.c1457 instructions[++i] = _Py_MAKECODEUNIT(CACHE, 0); in deopt_code()
/third_party/python/Python/
H A Dcompile.c229 *codestr++ = _Py_MAKECODEUNIT(CACHE, 0); in write_instr()
950 case CACHE: in stack_effect()
H A Dceval.c5615 TARGET(CACHE) {
/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 47 milliseconds