Home
last modified time | relevance | path

Searched refs:toRemove (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/net/event/
DNetworkEventDispatcher.java58 public void removeListener(NetworkEventListener toRemove) { in removeListener() argument
60 if (listener == toRemove) { in removeListener()
/libcore/ojluni/src/main/java/java/net/
DInMemoryCookieStore.java273 ArrayList<HttpCookie> toRemove = new ArrayList<HttpCookie>(); in getInternal1() local
288 toRemove.add(c); in getInternal1()
293 for (HttpCookie c : toRemove) { in getInternal1()
297 toRemove.clear(); in getInternal1()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DTextImpl.java102 Node toRemove = n; // because removeChild() detaches siblings in replaceWholeText() local
104 parent.removeChild(toRemove); in replaceWholeText()
/libcore/luni/src/test/java/libcore/java/security/
DProviderTest.java113 Set<String> toRemove = new HashSet<String>(); in test_Provider_getServices() local
119 toRemove.add(remainingAlgo); in test_Provider_getServices()
125 remainingAlgorithms.removeAll(toRemove); in test_Provider_getServices()