/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
D | ServiceInfoResolver.java | 65 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifie… in addAnswers() 66 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifie… in addAnswers() 68 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer()… in addAnswers() 69 …newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer()… in addAnswers()
|
/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/jmdns/src/javax/jmdns/impl/ |
D | JmDNSImpl.java | 660 public DNSCache getCache() { in getCache() method in JmDNSImpl 759 …DNSEntry pointerEntry = this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLA… in getServiceInfoFromCache() 768 …DNSEntry serviceEntry = this.getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SR… in getServiceInfoFromCache() 777 …DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.C… in getServiceInfoFromCache() 787 …addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_A… in getServiceInfoFromCache() 797 …DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE… in getServiceInfoFromCache() 944 Collection<DNSEntry> dnsEntryLits = this.getCache().allValues(); in addServiceListener() 1149 for (DNSEntry dnsEntry : this.getCache().getDNSEntryList(info.getKey())) { in makeServiceNameUnique() 1208 … for (DNSEntry dnsEntry : this.getCache().getDNSEntryList(question.getName().toLowerCase())) { in addListener() 1210 listener.updateRecord(this.getCache(), now, dnsEntry); in addListener() [all …]
|
D | DNSRecord.java | 349 dns.getCache().clear(); in handleQuery() 371 dns.getCache().clear(); in handleResponse()
|
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/ |
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
|
D | AndroidInternal.java | 40 client.setCache(okCacheContainer.getCache()); in setResponseCache()
|
/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/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/skia/bench/ |
D | SkGlyphCacheBench.cpp | 24 SkGlyphCache* cache = autoCache.getCache(); in do_font_stuff()
|
D | PathTextBench.cpp | 41 SkGlyphCache* cache = agc.getCache(); in onDelayedSetup()
|
/external/volley/src/main/java/com/android/volley/ |
D | RequestQueue.java | 180 public Cache getCache() { in getCache() method in RequestQueue
|
/external/skia/src/core/ |
D | SkGlyphCache.h | 254 SkGlyphCache* getCache() const { return this->get(); } in getCache() function
|
D | SkPaint.cpp | 446 SkGlyphCache* cache = autoCache.getCache(); in textToGlyphs() 504 SkGlyphCache* cache = autoCache.getCache(); in containsText() 554 SkGlyphCache* cache = autoCache.getCache(); in glyphsToUnichars() 820 SkGlyphCache* cache = autoCache.getCache(); in measureText() 874 SkGlyphCache* cache = autoCache.getCache(); in breakText() 980 SkGlyphCache* cache = autoCache.getCache(); in getTextWidths()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | OkHttpClientTest.java | 137 assertNull(client.getCache()); in copyWithDefaultsCacheIsNull()
|
D | CacheTest.java | 1968 client.getCache().evictAll(); in evictAll() 1969 assertEquals(0, client.getCache().getSize()); in evictAll()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | OkHttpClient.java | 303 public Cache getCache() { in getCache() method in OkHttpClient
|
/external/skia/samplecode/ |
D | SamplePathText.cpp | 27 SkGlyphCache* cache = agc.getCache(); in PathText()
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.cpp | 555 SkGlyphCache* cache = autoCache.getCache(); in DrawPosTextAsPath()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1921 SkGlyphCache* glyphCache = agc.getCache(); in CreateTypefaceUse() 2109 SkGlyphCache* cache = autoCache.getCache(); in drawText() 2167 SkGlyphCache* cache = autoCache.getCache(); in drawPosText()
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
D | UrlConnectionCacheTest.java | 104 assertSame(cache, client.client().getCache()); in responseCacheAccessWithOkHttpMember()
|