/prebuilts/go/darwin-x86/src/debug/dwarf/ |
typeunit.go | 22 cache Type // Cache the type, nil to start. 98 if tu.cache != nil { 99 return tu.cache, nil 109 tu.cache = t
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
typeunit.go | 22 cache Type // Cache the type, nil to start. 98 if tu.cache != nil { 99 return tu.cache, nil 109 tu.cache = t
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/ |
okhttp-2.5.0.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/ |
okhttp-2.7.2.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/ |
okhttp-2.7.4.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/ |
okhttp-3.3.0.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/ |
okhttp-3.4.1.jar | |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
IsaFloppy.h | 80 UINT8 *Cache;
1082 Common interface for free cache.
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
decorators.py | 14 def Cache(obj): 18 @Cache 25 Cached methods maintain their cache for the lifetime of the /instance/, while 26 cached functions maintain their cache for the lifetime of the /module/.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
chrome_browser_backend.py | 58 @decorators.Cache
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
android_profiling_helper.py | 106 @decorators.Cache 113 '/data/dalvik-cache',
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheBuilder.java | 17 package com.google.common.cache; 30 import com.google.common.cache.AbstractCache.SimpleStatsCounter; 31 import com.google.common.cache.AbstractCache.StatsCounter; 32 import com.google.common.cache.LocalCache.Strength; 41 * <p>A builder of {@link LoadingCache} and {@link Cache} instances having any combination of the 45 * <li>automatic loading of entries into the cache 52 * <li>accumulation of cache access statistics 56 * cache instances created by {@code CacheBuilder} will not perform any type of eviction. 85 * <p>The returned cache is implemented as a hash table with similar performance characteristics to 87 * {@link Cache} interfaces. The {@code asMap} view (and its collection views) have <i>weakl [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Locale.java | 564 static private final Cache LOCALECACHE = new Cache(); [all...] |
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader_test.go | 342 Cache-Control: max-age=0 357 Cache-Control: private
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader_test.go | 342 Cache-Control: max-age=0 357 Cache-Control: private
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
Ide.c | [all...] |
/external/clang/lib/AST/ |
OpenMPClause.cpp | 572 llvm::SmallPtrSet<const ValueDecl *, 8> Cache; 575 if (Cache.count(VD)) 578 Cache.insert(VD);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleDisplayNamesImpl.java | 57 private static final Cache cache = new Cache(); field in class:LocaleDisplayNamesImpl 95 synchronized (cache) { 96 return cache.get(locale, dialectHandling); 101 synchronized (cache) { 102 return cache.get(locale, contexts); 715 private static class Cache { 721 private LocaleDisplayNames cache; 731 this.cache = new LocaleDisplayNamesImpl(locale, dialectHandling) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RelativeDateTimeFormatter.java | 412 RelativeDateTimeFormatterData data = cache.get(locale); 804 private static class Cache { 805 private final CacheBase<String, RelativeDateTimeFormatterData, ULocale> cache = field in class:RelativeDateTimeFormatter.Cache 815 return cache.getInstance(key, locale); 1212 private static final Cache cache = new Cache(); field in class:RelativeDateTimeFormatter [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
LocaleDisplayNamesImpl.java | 53 private static final Cache cache = new Cache(); field in class:LocaleDisplayNamesImpl 91 synchronized (cache) { 92 return cache.get(locale, dialectHandling); 97 synchronized (cache) { 98 return cache.get(locale, contexts); 711 private static class Cache { 717 private LocaleDisplayNames cache; 727 this.cache = new LocaleDisplayNamesImpl(locale, dialectHandling) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RelativeDateTimeFormatter.java | 466 RelativeDateTimeFormatterData data = cache.get(locale); 867 private static class Cache { 868 private final CacheBase<String, RelativeDateTimeFormatterData, ULocale> cache = field in class:RelativeDateTimeFormatter.Cache 878 return cache.getInstance(key, locale); 1275 private static final Cache cache = new Cache(); field in class:RelativeDateTimeFormatter [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 349 factory->Cache[factory->maskCacheIndex(computeDigest())] = next; 372 CacheTy Cache; 616 TreeTy *&entry = Cache[maskCacheIndex(digest)]; [all...] |
/external/llvm/tools/bugpoint/ |
Miscompilation.cpp | [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
ImmutableSet.h | 349 factory->Cache[computeDigest()] = next; 372 CacheTy Cache; 613 TreeTy *&entry = Cache[digest]; [all...] |
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
Miscompilation.cpp | [all...] |