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.java76 public void removeListener(NetworkEventListener toRemove) { in removeListener() argument
78 if (listener == toRemove) { in removeListener()
/libcore/ojluni/src/main/java/java/net/
DInMemoryCookieStore.java325 ArrayList<HttpCookie> toRemove = new ArrayList<HttpCookie>(); in getInternal1() local
340 toRemove.add(c); in getInternal1()
345 for (HttpCookie c : toRemove) { in getInternal1()
349 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.java148 Set<String> toRemove = new HashSet<String>(); in test_Provider_getServices() local
154 toRemove.add(remainingAlgo); in test_Provider_getServices()
160 remainingAlgorithms.removeAll(toRemove); in test_Provider_getServices()