Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DServiceInfoResolver.java65 …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/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java660 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 …]
DDNSRecord.java349 dns.getCache().clear(); in handleQuery()
371 dns.getCache().clear(); in handleResponse()
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
DAndroidShimResponseCache.java48 Cache installedCache = getCache(); in isEquivalent()
54 public Cache getCache() { in getCache() method in AndroidShimResponseCache
DOkCacheContainer.java23 Cache getCache(); in getCache() method
DAndroidInternal.java40 client.setCache(okCacheContainer.getCache()); in setResponseCache()
/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/llvm/lib/Analysis/
DLazyValueInfo.cpp1103 static LazyValueInfoCache &getCache(void *&PImpl, AssumptionCache *AC, in getCache() function
1124 getCache(PImpl, AC, &DL, DT).clear(); in runOnFunction()
1139 delete &getCache(PImpl, AC, nullptr); in releaseMemory()
1148 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
1167 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1255 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()
1264 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt()
1273 getCache(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
1280 getCache(PImpl, AC, &DL, DT).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/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/skia/src/core/
DSkGlyphCache.h262 SkGlyphCache* getCache() const { return fCache; } in getCache() function
DSkPaint.cpp432 SkGlyphCache* cache = autoCache.getCache(); in textToGlyphs()
486 SkGlyphCache* cache = autoCache.getCache(); in containsText()
536 SkGlyphCache* cache = autoCache.getCache(); in glyphsToUnichars()
910 SkGlyphCache* cache = autoCache.getCache(); in measureText()
964 SkGlyphCache* cache = autoCache.getCache(); in breakText()
1083 SkGlyphCache* cache = autoCache.getCache(); in getTextWidths()
DSkDraw.cpp1604 SkGlyphCache* cache = autoCache.getCache(); in drawText()
1697 SkGlyphCache* cache = autoCache.getCache(); in drawPosText_asPaths()
1750 SkGlyphCache* cache = autoCache.getCache(); in drawPosText()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java130 assertNull(client.getCache()); in copyWithDefaultsCacheIsNull()
DCacheTest.java1953 client.getCache().evictAll(); in evictAll()
1954 assertEquals(0, client.getCache().getSize()); in evictAll()
/external/skia/src/gpu/
DGrTextContext.cpp188 SkGlyphCache* cache = autoCache.getCache(); in drawPosTextAsPath()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DOkHttpClient.java349 public Cache getCache() { in getCache() method in OkHttpClient
/external/skia/src/pdf/
DSkPDFFont.cpp1342 SkGlyphCache* cache = autoCache.getCache(); in populate()
DSkPDFDevice.cpp90 SkGlyphCache* cache = autoCache.getCache(); in align_text()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1938 SkGlyphCache* glyphCache = agc.getCache(); in CreateTypefaceUse()
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java110 assertSame(cache, client.client().getCache()); in responseCacheAccessWithOkHttpMember()