HomeSort by relevance Sort by last modified time
    Searched refs:getCache (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
OkCacheContainer.java 23 Cache getCache();
AndroidInternal.java 40 client.setCache(okCacheContainer.getCache());
AndroidShimResponseCache.java 48 Cache installedCache = getCache();
54 public Cache getCache() {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RenderScriptSingleton.java 100 public static synchronized AllocationCache getCache() {
102 throw new IllegalStateException("Call #setContext before using #getCache");
Script.java 181 protected final AllocationCache mCache = RenderScriptSingleton.getCache();
AllocationInfo.java 414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage);
ScriptGraph.java 67 private final AllocationCache mCache = RenderScriptSingleton.getCache();
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 65 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN), now);
66 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_IN), now);
68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now);
69 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN), now);
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCache.java 187 public Cache getCache() {
188 return shimResponseCache.getCache();
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 295 public Cache getCache() {
296 return delegate.getCache();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 39 public static BlobCache getCache(Context context, String filename,
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 660 public DNSCache getCache() {
759 DNSEntry pointerEntry = this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLASS_ANY, false, 0, info.getQualifiedName()));
768 DNSEntry serviceEntry = this.getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_ANY);
777 DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_ANY);
787 addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_ANY);
797 DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_ANY);
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 34 static LineNoCacheTy *getCache(void *Ptr) {
41 if (LineNoCacheTy *Cache = getCache(LineNoCache))
94 if (LineNoCacheTy *Cache = getCache(LineNoCache))
111 LineNoCacheTy &Cache = *getCache(LineNoCache);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 43 mCache = CacheManager.getCache(context, IMAGE_CACHE_FILE,
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /external/skia/src/core/
SkGlyphCache.h 262 SkGlyphCache* getCache() const { return fCache; }
SkPaint.cpp 432 SkGlyphCache* cache = autoCache.getCache();
486 SkGlyphCache* cache = autoCache.getCache();
536 SkGlyphCache* cache = autoCache.getCache();
910 SkGlyphCache* cache = autoCache.getCache();
964 SkGlyphCache* cache = autoCache.getCache();
1083 SkGlyphCache* cache = autoCache.getCache();
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 289 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit);
290 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
480 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph);
484 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 76 private IteratorCache getCache() {
589 IteratorCache cache = getCache();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 500 BlobCache cache = CacheManager.getCache(mContext,
518 BlobCache cache = CacheManager.getCache(mContext,
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
OkHttpClientTest.java 130 assertNull(client.getCache());
  /frameworks/volley/src/main/java/com/android/volley/
RequestQueue.java 180 public Cache getCache() {
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 115 public BitmapCache getCache() {
  /external/skia/src/gpu/
GrTextContext.cpp 188 SkGlyphCache* cache = autoCache.getCache();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java 349 public Cache getCache() {

Completed in 631 milliseconds

1 2 3 4 5 6