OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddressCacheKey
(Results
1 - 13
of
13
) 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);
43
static class
AddressCacheKey
{
47
AddressCacheKey
(String hostname, int netId) {
56
if (!(o instanceof
AddressCacheKey
)) {
59
AddressCacheKey
lhs = (
AddressCacheKey
) o;
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))
[
all
...]
/frameworks/base/config/
preloaded-classes
[
all
...]
/prebuilts/misc/common/robolectric/android-all/
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 639 milliseconds