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

1 2

  /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,
  /external/llvm/lib/Support/
SourceMgr.cpp 32 static LineNoCacheTy *getCache(void *Ptr) {
39 if (LineNoCacheTy *Cache = getCache(LineNoCache))
101 if (LineNoCacheTy *Cache = getCache(LineNoCache))
118 LineNoCacheTy &Cache = *getCache(LineNoCache);
  /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...]
  /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 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...]
SkDraw.cpp     [all...]
  /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 470 BlobCache cache = CacheManager.getCache(mContext,
488 BlobCache cache = CacheManager.getCache(mContext,
  /external/skia/src/views/
SkTextBox.cpp 25 SkGlyphCache* cache = ac.getCache();
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java     [all...]
  /external/okhttp/src/main/java/libcore/net/http/
HttpResponseCache.java 227 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/src/ports/
SkFontHost_android.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 1637 milliseconds

1 2