OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddressCacheKey
(Results
1 - 3
of
3
) 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/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 63 milliseconds