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

1 2 3

  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 187 DiskLruCache installedCache = installed.delegate.getCache();
217 return delegate.getCache().size();
225 return delegate.getCache().maxSize();
235 delegate.getCache().flush();
289 delegate.getCache().close();
299 delegate.getCache().delete();
  /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);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 39 public static BlobCache getCache(Context context, String filename,
ReverseGeocoder.java 81 mGeoCache = CacheManager.getCache(context, GEO_CACHE_FILE,
  /packages/apps/Mms/src/com/android/mms/util/
CacheManager.java 40 public static BlobCache getCache(Context context, String filename,
ImageCacheService.java 42 mCache = CacheManager.getCache(context, IMAGE_CACHE_FILE,
  /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...]
DNSRecord.java 349 dns.getCache().clear();
371 dns.getCache().clear();
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 36 static LineNoCacheTy *getCache(void *Ptr) {
43 if (LineNoCacheTy *Cache = getCache(LineNoCache))
105 if (LineNoCacheTy *Cache = getCache(LineNoCache))
122 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/legacy/src/core/
SkGlyphCache.h 301 SkGlyphCache* getCache() const { return fCache; }
SkPaint.cpp 171 SkGlyphCache* cache = autoCache.getCache();
457 SkGlyphCache* cache = autoCache.getCache();
518 SkGlyphCache* cache = autoCache.getCache();
564 SkGlyphCache* cache = autoCache.getCache();
604 SkGlyphCache* cache = autoCache.getCache();
1000 SkGlyphCache* cache = autoCache.getCache();
1076 SkGlyphCache* cache = autoCache.getCache();
    [all...]
  /external/skia/src/core/
SkGlyphCache.h 290 SkGlyphCache* getCache() const { return fCache; }
SkPaint.cpp 187 SkGlyphCache* cache = autoCache.getCache();
522 SkGlyphCache* cache = autoCache.getCache();
576 SkGlyphCache* cache = autoCache.getCache();
626 SkGlyphCache* cache = autoCache.getCache();
    [all...]
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 170 public Cache getCache() {
  /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 503 BlobCache cache = CacheManager.getCache(mContext,
521 BlobCache cache = CacheManager.getCache(mContext,
  /external/skia/legacy/src/views/
SkTextBox.cpp 25 SkGlyphCache* cache = ac.getCache();
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java     [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpResponseCache.java 237 public DiskLruCache getCache() {
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 221 public DiskLruCache getCache() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/skia/legacy/src/ports/
SkFontHost_android.cpp     [all...]

Completed in 1990 milliseconds

1 2 3