/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SourceMgr.cpp | 32 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/ |
D | AndroidInternal.java | 44 client.setCache(okCacheContainer.getCache()); in setResponseCache() 52 client.setCache(cacheHolder.getCache()); in setResponseCache()
|
D | AndroidShimResponseCache.java | 50 Cache installedCache = getCache(); in isEquivalent() 56 public Cache getCache() { in getCache() method in AndroidShimResponseCache
|
D | OkCacheContainer.java | 25 Cache getCache(); in getCache() method
|
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/ |
D | AndroidInternal.java | 42 client.setCache(okCacheContainer.getCache()); in setResponseCache() 50 client.setCache(cacheHolder.getCache()); in setResponseCache()
|
D | AndroidShimResponseCache.java | 48 Cache installedCache = getCache(); in isEquivalent() 54 public Cache getCache() { in getCache() method in AndroidShimResponseCache
|
D | OkCacheContainer.java | 23 Cache getCache(); in getCache() method
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | VMState.java | 70 private Cache getCache() { in getCache() method in VMState 194 Cache local = getCache(); in allThreads() 221 Cache local = getCache(); in topLevelThreadGroups()
|
D | ThreadGroupReferenceImpl.java | 111 Cache local = (Cache)getCache(); in kids()
|
D | ClassLoaderReferenceImpl.java | 66 Cache local = (Cache)getCache(); in visibleClasses()
|
D | ObjectReferenceImpl.java | 67 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/ |
D | HttpResponseCache.java | 187 public Cache getCache() { in getCache() method in HttpResponseCache 188 return shimResponseCache.getCache(); in getCache()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 1001 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/ |
D | SourceMgr.cpp | 34 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/ |
D | LazyValueInfo.cpp | 1428 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/ |
D | HasCacheHolder.java | 64 public Cache getCache() { in getCache() method in HasCacheHolder.CacheHolder
|
D | AndroidResponseCacheAdapter.java | 53 this.okHttpCache = cacheHolder.getCache(); in AndroidResponseCacheAdapter()
|
/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/ |
D | HasCacheHolder.java | 62 public Cache getCache() { in getCache() method in HasCacheHolder.CacheHolder
|
D | AndroidResponseCacheAdapter.java | 51 this.okHttpCache = cacheHolder.getCache(); in AndroidResponseCacheAdapter()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | SourceRoot.java | 158 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/ |
D | NodeSequence.java | 76 private IteratorCache getCache() { in getCache() method in NodeSequence 589 IteratorCache cache = getCache(); in getLength()
|
/external/volley/src/main/java/com/android/volley/ |
D | RequestQueue.java | 204 public Cache getCache() { in getCache() method in RequestQueue
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | OkHttpClientTest.java | 137 assertNull(client.getCache()); in copyWithDefaultsCacheIsNull()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | OkHttpClient.java | 303 public Cache getCache() { in getCache() method in OkHttpClient
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | OkHttpClient.java | 312 public Cache getCache() { in getCache() method in OkHttpClient
|