/frameworks/volley/src/test/java/com/android/volley/ |
ResponseDeliveryTest.java | 44 Cache.Entry cacheEntry = CacheTestUtils.makeRandomCacheEntry(data);
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
BaseLocale.java | 40 private static final Cache CACHE = new Cache(); 68 CACHE.put(new Key(language, region), base); 86 BaseLocale baseLocale = CACHE.get(key); 290 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { 292 public Cache() {
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftmoderr.h | 146 FT_MODERRDEF( Cache, 0x400, "cache module" )
|
/external/javassist/src/main/javassist/ |
CtClassType.java | 138 CtMember.Cache memCache = getMembers(); 799 CtMember.Cache cache = hasMemberCache(); local 800 if (cache != null) { 801 CtMember mth = cache.methodHead(); 802 CtMember tail = cache.lastMethod(); 813 protected CtMember.Cache hasMemberCache() { 815 return (CtMember.Cache)memberCache.get(); 820 protected synchronized CtMember.Cache getMembers() { 821 CtMember.Cache cache = null local 1494 CtMember.Cache cache = hasMemberCache(); local [all...] |
CtMember.java | 30 static class Cache extends CtMember { 49 Cache(CtClassType decl) {
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
linux_based_platform_backend.py | 37 @decorators.Cache 87 @decorators.Cache
|
mac_platform_backend.py | 111 @decorators.Cache 127 @decorators.Cache 134 @decorators.Cache 168 assert p.returncode == 0, 'Failed to flush system cache'
|
/external/guice/core/src/com/google/inject/internal/ |
WeakKeySet.java | 21 import com.google.common.cache.Cache; 22 import com.google.common.cache.CacheBuilder; 23 import com.google.common.cache.RemovalCause; 24 import com.google.common.cache.RemovalListener; 25 import com.google.common.cache.RemovalNotification; 55 private final Cache<State, Set<KeyAndSource>> evictionCache = CacheBuilder.newBuilder()
|
/external/llvm/lib/CodeGen/ |
InterferenceCache.h | 38 /// Entry - A cache entry containing interference information for all aliases 44 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions 100 assert(!hasRefs() && "Cannot clear cache entry with references"); 132 // We don't keep a cache entry for every physical register, that would use too 133 // much memory. Instead, a fixed number of cache entries are used in a round- 145 // The actual cache entries. 162 /// init - Prepare cache for a new function. 170 /// Cursor - The primary query interface for the block interference cache. 202 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { 207 setEntry(Cache.get(PhysReg)) [all...] |
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
URLFetcher.java | 21 import com.android.volley.Cache; 105 connection.addRequestProperty("Cache-Control", "max-stale=60"); 166 Cache.Entry cachePolicy = HttpHeaderParser.parseCacheHeaders(response); 169 // Cache is disabled, set the expire time to 0. 172 // Cache policy is not specified, set the expire time to 0.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
page_action.py | 122 @decorators.Cache
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
setmeta.py | 57 Cache-Control and remove the Content-Disposition on the specified objects: 60 -h "Cache-Control:public, max-age=3600" \\ 68 -h "Cache-Control:public, max-age=3600" \\ 79 NOTE: By default, publicly readable objects are served with a Cache-Control 81 about this default behavior see the CACHE-CONTROL section of 83 immediately, you should set a Cache-Control header of "Cache-Control:private, 87 -h "Cache-Control:private, max-age=0, no-transform" gs://bucket/*.html 107 SETTABLE_FIELDS = ['cache-control', 'content-disposition', 291 # content (e.g., adding %2F's into the middle of a Cache-Contro [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 219 void threadSafetyCleanup(BeforeSet *Cache);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_clock.h | 83 typedef DenseSlabAllocCache Cache;
|
/frameworks/volley/src/test/java/com/android/volley/toolbox/ |
RequestTest.java | 48 assertNotNull(Request.class.getMethod("setCacheEntry", Cache.Entry.class));
|
DiskBasedCacheTest.java | 19 import com.android.volley.Cache; 35 Cache.Entry e = new Cache.Entry();
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
browser_finder.py | 31 @decorators.Cache 128 @decorators.Cache 151 @decorators.Cache
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
ListFormatter.java | 164 return cache.get(locale, style.getName()); 298 private static class Cache { 299 private final ICUCache<String, ListFormatter> cache = field in class:ListFormatter.Cache 304 ListFormatter result = cache.get(key); 307 cache.put(key, result); 325 static Cache cache = new Cache(); field in class:ListFormatter
|
TimeZoneNames.java | 114 private static Cache TZNAMES_CACHE = new Cache(); 481 * TimeZoneNames cache used by {@link TimeZoneNames#getInstance(ULocale)} 483 private static class Cache extends SoftCache<String, TimeZoneNames, ULocale> {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ListFormatter.java | 165 return cache.get(locale, style.getName()); 303 private static class Cache { 304 private final ICUCache<String, ListFormatter> cache = field in class:ListFormatter.Cache 309 ListFormatter result = cache.get(key); 312 cache.put(key, result); 330 static Cache cache = new Cache(); field in class:ListFormatter
|
TimeZoneNames.java | 131 private static Cache TZNAMES_CACHE = new Cache(); 513 * TimeZoneNames cache used by {@link TimeZoneNames#getInstance(ULocale)} 515 private static class Cache extends SoftCache<String, TimeZoneNames, ULocale> {
|
/external/lzma/C/ |
Ppmd7Enc.c | 15 p->Cache = 0;
23 Byte temp = p->Cache;
30 p->Cache = (Byte)((UInt32)p->Low >> 24);
|
/frameworks/volley/src/main/java/com/android/volley/ |
Request.java | 97 * When a request can be retrieved from cache but must be refreshed from 98 * the network, the cache entry will be stored here so that in the event of 99 * a "Not Modified" response, we can be sure it hasn't been evicted from cache. 101 private Cache.Entry mCacheEntry = null; 278 * Returns the cache key for this request. By default, this is the URL. 285 * Annotates this request with an entry retrieved for it from cache. 286 * Used for cache coherency support. 290 public Request<?> setCacheEntry(Cache.Entry entry) { 296 * Returns the annotated cache entry, or null if there isn't one. 298 public Cache.Entry getCacheEntry() [all...] |
/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
BasicNetwork.java | 22 import com.android.volley.Cache; 23 import com.android.volley.Cache.Entry; 101 // Handle cache validation. 112 // have to use the header fields from the cache entry plus 205 private void addCacheHeaders(Map<String, String> headers, Cache.Entry entry) { 206 // If there's no cache entry, we're done.
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/ |
LDAPCertStore.java | 50 import sun.security.util.Cache; 85 * minimize LDAP round trips. The cache is associated with the CertStore 130 // cache related constants 137 "sun.security.certpath.ldap.cache.lifetime"; 172 private final Cache<String, byte[][]> valueCache; 207 valueCache = Cache.newNullCache(); 209 valueCache = Cache.newSoftMemoryCache(DEFAULT_CACHE_SIZE); 211 valueCache = Cache.newSoftMemoryCache(DEFAULT_CACHE_SIZE, LIFETIME); 216 * Returns an LDAP CertStore. This method consults a cache of 219 private static final Cache<LDAPCertStoreParameters, CertStore [all...] |