Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 21 of 21) sorted by relevance

/dalvik/libcore/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DFileClientSessionCacheTest.java33 final SSLClientSessionCache cache in testMaxSize() local
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
DLangAccessImpl.java37 ClassCache<T> cache = clazz.getClassCache(); in getEnumValuesInOrder() local
DClass.java812 ClassCache<T> cache = null; in getClassCache() local
/dalvik/vm/hprof/
DHprofStackFrame.c62 DexStringCache cache; in hprofStartup_StackFrame() local
224 DexStringCache cache; in hprofDumpStackFrames() local
/dalvik/vm/
DAtomicCache.c69 void dvmFreeAtomicCache(AtomicCache* cache) in dvmFreeAtomicCache()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstInteger.java28 private static final CstInteger[] cache = new CstInteger[511]; field in CstInteger
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
DDefaultPolicy.java159 …private final Map<Object, Collection<Permission>> cache = new WeakHashMap<Object, Collection<Permi… field in DefaultPolicy
/dalvik/libcore/support/src/test/java/tests/support/
DSupport_GetLocal.java35 static Hashtable<String, File> cache = new Hashtable<String, File>(20); field in Support_GetLocal
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/io/
DFileCanonPathCache.java47 private static HashMap<String, CacheElement> cache = new HashMap<String, CacheElement>( field in FileCanonPathCache
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
DResponseCacheTest.java163 TestResponseCache cache = new TestResponseCache(uri, true); in test_get() local
193 TestResponseCache cache = new TestResponseCache( in test_put() local
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DPlatformAddressFactory.java55 private static PlatformAddress[] cache = new PlatformAddress[CACHE_SIZE]; field in PlatformAddressFactory
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
DCache.java110 private final Object[] cache; field in Cache
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/
DAnnotationFactory.java58 cache = new WeakHashMap<Class<? extends Annotation>, AnnotationMember[]>(); field in AnnotationFactory
/dalvik/dx/tests/098-dex-jsr-ret-throw/
DViewDebug$ViewServer.class ... IOException boolean hasCache boolean willNotCache android.graphics.Bitmap cache android.view.ViewGroup group android.view. ...
/dalvik/libcore/text/src/main/java/java/text/
DCollator.java178 private static Vector<Collator> cache = new Vector<Collator>(CACHE_SIZE); field in Collator
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
DFileClientSessionCache.java330 FileClientSessionCache.Impl cache = caches.get(directory); in usingDirectory() local
/dalvik/libcore/luni/src/main/java/java/util/
DResourceBundle.java108 …private static final WeakHashMap<Object, Hashtable<String, ResourceBundle>> cache = new WeakHashMa… field in ResourceBundle
/dalvik/libdex/
DDexProto.c177 DexStringCache cache; in dexProtoCopyMethodDescriptor() local
/dalvik/libcore/archive/src/main/native/
Dzipsup.h142 struct HyZipCache *cache; member
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
DHttpURLConnection.java489 ByteArrayOutputStream cache; field in HttpURLConnection.HttpOutputStream
/dalvik/libcore/luni/src/main/java/java/lang/
DString.java2341 int cache, int md2, char lastChar) { in indexOf()