OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddressCacheEntry
(Results
1 - 17
of
17
) sorted by null
/libcore/luni/src/main/java/java/net/
AddressCache.java
40
private final BasicLruCache<AddressCacheKey,
AddressCacheEntry
> cache
41
= new BasicLruCache<AddressCacheKey,
AddressCacheEntry
>(MAX_ENTRIES);
71
static class
AddressCacheEntry
{
84
AddressCacheEntry
(Object value) {
103
AddressCacheEntry
entry = cache.get(new AddressCacheKey(hostname, netId));
118
cache.put(new AddressCacheKey(hostname, netId), new
AddressCacheEntry
(addresses));
126
cache.put(new AddressCacheKey(hostname, netId), new
AddressCacheEntry
(detailMessage));
/frameworks/base/config/
preloaded-classes
[
all
...]
/prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar
android-all-4.2.2_r1.2-robolectric-r1.jar
android-all-4.3_r2-robolectric-r1.jar
android-all-4.4_r1-robolectric-r2.jar
android-all-5.0.2_r3-robolectric-r0.jar
android-all-5.1.1_r9-robolectric-r2.jar
android-all-6.0.1_r3-robolectric-r1.jar
android-all-7.0.0_r1-robolectric-0.jar
android-all-7.0.0_r1-robolectric-r1.jar
android-all-7.1.0_r7-robolectric-0.jar
android-all-7.1.0_r7-robolectric-r1.jar
android-all-8.0.0_r4-robolectric-0.jar
android-all-8.0.0_r4-robolectric-r1.jar
android-all-8.1.0-robolectric-r4458339.jar
android-all-o-preview-4-robolectric-0.jar
Completed in 68 milliseconds