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

1 2 3

  /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");
  /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,
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h 249 SkGlyphCache* getCache() const { return fCache; }
  /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);
  /external/skia/src/core/
SkGlyphCache.h 249 SkGlyphCache* getCache() const { return fCache; }
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 169 public Cache getCache() {
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 111 public BitmapCache getCache() {
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 76 private IteratorCache getCache() {
589 IteratorCache cache = getCache();
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 1098 UBool getCache = FALSE
    [all...]
  /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...]
  /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 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/tools/common/builder/
builder-0.10.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/libs/
volley.jar 

Completed in 1276 milliseconds

1 2 3