Home
last modified time | relevance | path

Searched refs:getCache (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Support/
DSourceMgr.cpp32 static LineNoCacheTy *getCache(void *Ptr) { in getCache() function
39 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr()
99 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in FindLineNumber()
117 LineNoCacheTy &Cache = *getCache(LineNoCache); in FindLineNumber()
/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/
DAndroidInternal.java44 client.setCache(okCacheContainer.getCache()); in setResponseCache()
52 client.setCache(cacheHolder.getCache()); in setResponseCache()
DAndroidShimResponseCache.java50 Cache installedCache = getCache(); in isEquivalent()
56 public Cache getCache() { in getCache() method in AndroidShimResponseCache
DOkCacheContainer.java25 Cache getCache(); in getCache() method
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
DAndroidInternal.java42 client.setCache(okCacheContainer.getCache()); in setResponseCache()
50 client.setCache(cacheHolder.getCache()); in setResponseCache()
DAndroidShimResponseCache.java48 Cache installedCache = getCache(); in isEquivalent()
54 public Cache getCache() { in getCache() method in AndroidShimResponseCache
DOkCacheContainer.java23 Cache getCache(); in getCache() method
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVMState.java70 private Cache getCache() { in getCache() method in VMState
194 Cache local = getCache(); in allThreads()
221 Cache local = getCache(); in topLevelThreadGroups()
DThreadGroupReferenceImpl.java111 Cache local = (Cache)getCache(); in kids()
DClassLoaderReferenceImpl.java66 Cache local = (Cache)getCache(); in visibleClasses()
DObjectReferenceImpl.java67 protected Cache getCache() { in getCache() method in ObjectReferenceImpl
491 local = getCache(); in jdwpMonitorInfo()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
DHttpResponseCache.java187 public Cache getCache() { in getCache() method in HttpResponseCache
188 return shimResponseCache.getCache(); in getCache()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp1001 static LazyValueInfoCache &getCache(void *&PImpl) { in getCache() function
1009 getCache(PImpl).clear(); in runOnFunction()
1019 delete &getCache(PImpl); in releaseMemory()
1025 LVILatticeVal Result = getCache(PImpl).getValueInBlock(V, BB); in getConstant()
1041 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB); in getConstantOnEdge()
1059 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB); in getPredicateOnEdge()
1123 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
1127 if (PImpl) getCache(PImpl).eraseBlock(BB); in eraseBlock()
/external/llvm/lib/Support/
DSourceMgr.cpp34 static LineNoCacheTy *getCache(void *Ptr) { in getCache() function
41 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr()
94 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in getLineAndColumn()
111 LineNoCacheTy &Cache = *getCache(LineNoCache); in getLineAndColumn()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1428 static LazyValueInfoCache &getCache(void *&PImpl, AssumptionCache *AC, in getCache() function
1448 getCache(Info.PImpl, Info.AC, &DL, Info.DT).clear(); in runOnFunction()
1467 delete &getCache(PImpl, AC, nullptr); in releaseMemory()
1486 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
1504 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstantRange()
1520 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1608 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()
1617 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt()
1707 getCache(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
1714 getCache(PImpl, AC, &DL, DT).eraseBlock(BB); in eraseBlock()
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internalandroidapi/
DHasCacheHolder.java64 public Cache getCache() { in getCache() method in HasCacheHolder.CacheHolder
DAndroidResponseCacheAdapter.java53 this.okHttpCache = cacheHolder.getCache(); in AndroidResponseCacheAdapter()
/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/
DHasCacheHolder.java62 public Cache getCache() { in getCache() method in HasCacheHolder.CacheHolder
DAndroidResponseCacheAdapter.java51 this.okHttpCache = cacheHolder.getCache(); in AndroidResponseCacheAdapter()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DSourceRoot.java158 return getCache(); in tryToParse()
212 return getCache(); in tryToParseParallelized()
451 public List<ParseResult<CompilationUnit>> getCache() { in getCache() method in SourceRoot
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java76 private IteratorCache getCache() { in getCache() method in NodeSequence
589 IteratorCache cache = getCache(); in getLength()
/external/volley/src/main/java/com/android/volley/
DRequestQueue.java204 public Cache getCache() { in getCache() method in RequestQueue
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java137 assertNull(client.getCache()); in copyWithDefaultsCacheIsNull()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DOkHttpClient.java303 public Cache getCache() { in getCache() method in OkHttpClient
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DOkHttpClient.java312 public Cache getCache() { in getCache() method in OkHttpClient

12