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

1 2 3 4 5 6 7 8 91011>>

  /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() {
  /tools/tradefederation/core/src/com/android/tradefed/build/
FileDownloadCacheFactory.java 54 public synchronized FileDownloadCache getCache(File cacheDir) {
FileDownloadCacheWrapper.java 32 mCache = FileDownloadCacheFactory.getInstance().getCache(cacheDir);
  /cts/tests/camera/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();
  /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/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 32 static LineNoCacheTy *getCache(void *Ptr) {
39 if (LineNoCacheTy *Cache = getCache(LineNoCache))
99 if (LineNoCacheTy *Cache = getCache(LineNoCache))
117 LineNoCacheTy &Cache = *getCache(LineNoCache);
  /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 296 public Cache getCache() {
297 return delegate.getCache();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 39 public static BlobCache getCache(Context context, String filename,
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 97 glyph_t glyph = autoCache.getCache()->unicharToGlyph(unichar);
98 autoCache.getCache()->unicharToGlyph(unichar);
106 SkGlyph skGlyph = autoCache.getCache()->getUnicharMetrics(unichar);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BackgroundHelper.java 61 public Bitmap getCache(Object token) {
237 Bitmap cachedBitmap = BitmapCache.getInstance().getCache(imageToken);
277 Bitmap cachedBitmap = BitmapCache.getInstance().getCache(imageToken);
  /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);
  /external/skia/bench/
PathTextBench.cpp 41 SkGlyphCache* cache = agc.getCache();
SkGlyphCacheBench.cpp 24 SkGlyphCache* cache = autoCache.getCache();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 43 mCache = CacheManager.getCache(context, IMAGE_CACHE_FILE,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 284 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit);
285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
476 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph);
480 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();
  /frameworks/base/core/java/android/content/
IContentService.aidl 185 Bundle getCache(in String packageName, in Uri key, int userId);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersCache.java 264 final Bundle systemCache = resolver.getCache(rootsUri);
399 Bundle systemCache = resolver.getCache(rootsUri);

Completed in 985 milliseconds

1 2 3 4 5 6 7 8 91011>>