/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/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/volley/src/main/java/com/android/volley/ |
D | AsyncRequestQueue.java | 146 getCache().initialize(); in start() 216 Entry entry = getCache().get(mRequest.getCacheKey()); in run() 421 getCache().put(mRequest.getCacheKey(), response.cacheEntry); in run()
|
D | RequestQueue.java | 204 public Cache getCache() { in getCache() method in RequestQueue
|
/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/ |
D | HasCacheHolder.java | 73 public Cache getCache() { in getCache() method in HasCacheHolder.CacheHolder
|
D | AndroidResponseCacheAdapter.java | 66 this.okHttpCache = cacheHolder.getCache(); in AndroidResponseCacheAdapter()
|
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internalandroidapi/ |
D | HasCacheHolder.java | 75 public Cache getCache() { in getCache() method in HasCacheHolder.CacheHolder
|
D | AndroidResponseCacheAdapter.java | 68 this.okHttpCache = cacheHolder.getCache(); in AndroidResponseCacheAdapter()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | SegmentDownloader.java | 132 segment.dataSpec, dataSource.getCache(), dataSource.getCacheKeyFactory()); in download() 189 Cache cache = dataSource.getCache(); in remove()
|
D | ProgressiveDownloader.java | 104 CacheUtil.remove(dataSpec, dataSource.getCache(), dataSource.getCacheKeyFactory()); in remove()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | SourceRoot.java | 150 return getCache(); in tryToParse() 207 return getCache(); in tryToParseParallelized() 495 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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | OkHttpClientTest.java | 137 assertNull(client.getCache()); in copyWithDefaultsCacheIsNull()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
D | CacheUtil.java | 167 Cache cache = dataSource.getCache(); in cache()
|