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

1 2 3 4

  /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);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 39 public static BlobCache getCache(Context context, String filename,
  /packages/apps/Mms/src/com/android/mms/util/
CacheManager.java 42 public static BlobCache getCache(Context context, String filename,
ImageCacheService.java 39 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...]
  /external/llvm/lib/Support/
SourceMgr.cpp 36 static LineNoCacheTy *getCache(void *Ptr) {
43 if (LineNoCacheTy *Cache = getCache(LineNoCache))
101 if (LineNoCacheTy *Cache = getCache(LineNoCache))
118 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 235 SkGlyphCache* getCache() const { return fCache; }
SkPaint.cpp 531 SkGlyphCache* cache = autoCache.getCache();
585 SkGlyphCache* cache = autoCache.getCache();
635 SkGlyphCache* cache = autoCache.getCache();
    [all...]
  /external/skia/src/core/
SkGlyphCache.h 249 SkGlyphCache* getCache() const { return fCache; }
SkPaint.cpp 246 SkGlyphCache* cache = autoCache.getCache();
563 SkGlyphCache* cache = autoCache.getCache();
617 SkGlyphCache* cache = autoCache.getCache();
667 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);
481 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph);
485 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching);
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 169 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 500 BlobCache cache = CacheManager.getCache(mContext,
518 BlobCache cache = CacheManager.getCache(mContext,
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 115 public BitmapCache getCache() {
  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 195 SkGlyphCache* cache = autoCache.getCache();
288 SkGlyphCache* cache = autoCache.getCache();
GrDistanceFieldTextContext.cpp 553 SkGlyphCache* cache = autoCache.getCache();
628 SkGlyphCache* cache = autoCache.getCache();
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 197 SkGlyphCache* cache = autoCache.getCache();
290 SkGlyphCache* cache = autoCache.getCache();
GrDistanceFieldTextContext.cpp 454 SkGlyphCache* cache = autoCache.getCache();
529 SkGlyphCache* cache = autoCache.getCache();

Completed in 679 milliseconds

1 2 3 4