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

1 2

  /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/chromium_org/third_party/skia/src/core/
SkGlyphCache.h 286 SkGlyphCache* getCache() const { return fCache; }
SkPaint.cpp 196 SkGlyphCache* cache = autoCache.getCache();
558 SkGlyphCache* cache = autoCache.getCache();
612 SkGlyphCache* cache = autoCache.getCache();
662 SkGlyphCache* cache = autoCache.getCache();
    [all...]
  /external/skia/src/core/
SkGlyphCache.h 286 SkGlyphCache* getCache() const { return fCache; }
SkPaint.cpp 197 SkGlyphCache* cache = autoCache.getCache();
559 SkGlyphCache* cache = autoCache.getCache();
613 SkGlyphCache* cache = autoCache.getCache();
663 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();
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 1098 UBool getCache = FALSE
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 500 BlobCache cache = CacheManager.getCache(mContext,
518 BlobCache cache = CacheManager.getCache(mContext,
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java     [all...]
  /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/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 538 SkGlyphCache* cache = autoCache.getCache();
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 565 SkGlyphCache* cache = autoCache.getCache();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 819 milliseconds

1 2