/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
RenderScriptSingleton.java | 100 public static synchronized AllocationCache getCache() { 102 throw new IllegalStateException("Call #setContext before using #getCache");
|
Script.java | 181 protected final AllocationCache mCache = RenderScriptSingleton.getCache();
|
AllocationInfo.java | 414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage);
|
ScriptGraph.java | 67 private final AllocationCache mCache = RenderScriptSingleton.getCache();
|
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
ServiceInfoResolver.java | 65 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN), now); 66 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_IN), now); 68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now); 69 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN), now);
|
/external/jmdns/src/javax/jmdns/impl/ |
JmDNSImpl.java | 660 public DNSCache getCache() { 759 DNSEntry pointerEntry = this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLASS_ANY, false, 0, info.getQualifiedName())); 768 DNSEntry serviceEntry = this.getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_ANY); 777 DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_ANY); 787 addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_ANY); 797 DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_ANY); [all...] |
DNSRecord.java | 349 dns.getCache().clear(); 371 dns.getCache().clear(); [all...] |
/external/llvm/lib/Support/ |
SourceMgr.cpp | 36 static LineNoCacheTy *getCache(void *Ptr) { 43 if (LineNoCacheTy *Cache = getCache(LineNoCache)) 101 if (LineNoCacheTy *Cache = getCache(LineNoCache)) 118 LineNoCacheTy &Cache = *getCache(LineNoCache);
|
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkGlyphCache.h | 235 SkGlyphCache* getCache() const { return fCache; }
|
SkPaint.cpp | 531 SkGlyphCache* cache = autoCache.getCache(); 585 SkGlyphCache* cache = autoCache.getCache(); 635 SkGlyphCache* cache = autoCache.getCache(); [all...] |
SkDraw.cpp | [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
NodeSequence.java | 76 private IteratorCache getCache() { 589 IteratorCache cache = getCache();
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrBitmapTextContext.cpp | 195 SkGlyphCache* cache = autoCache.getCache(); 288 SkGlyphCache* cache = autoCache.getCache();
|
GrDistanceFieldTextContext.cpp | 553 SkGlyphCache* cache = autoCache.getCache(); 628 SkGlyphCache* cache = autoCache.getCache();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar | |
org.eclipse.core.expressions_3.4.200.v20100505.jar | |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar | |
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFFont.cpp | [all...] |
SkPDFDevice.cpp | 86 SkGlyphCache* cache = autoCache.getCache(); [all...] |
/external/chromium_org/third_party/skia/src/device/xps/ |
SkXPSDevice.cpp | [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |