OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handlerMap
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/http/protocol/
UriPatternMatcher.java
54
private final Map
handlerMap
;
58
this.
handlerMap
= new HashMap();
68
this.
handlerMap
.put(pattern, handler);
75
this.
handlerMap
.remove(pattern);
82
this.
handlerMap
.clear();
83
this.
handlerMap
.putAll(map);
97
Object handler = this.
handlerMap
.get(requestURI);
101
for (Iterator it = this.
handlerMap
.keySet().iterator(); it.hasNext();) {
108
handler = this.
handlerMap
.get(pattern);
/libcore/luni/src/main/java/java/net/
URLClassLoader.java
61
Map<URL, URLHandler>
handlerMap
= new HashMap<URL, URLHandler>();
827
if (!
handlerMap
.containsKey(nextCandidate)) {
838
handlerMap
.put(nextCandidate, result);
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 105 milliseconds