Searched refs:remove (Results 251 - 275 of 313) sorted by relevance

<<111213

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentLinkedQueue.java113 * interior node deletion (to support remove(Object)). For
163 * poll() and remove(Object) where the same element would appear
165 * method remove(Object) also lazily unlinks deleted Nodes, but
475 public boolean remove(Object o) { method in class:ConcurrentLinkedQueue
703 * Node of the last returned item, to support remove.
751 public void remove() { method in class:ConcurrentLinkedQueue.Itr
H A DLinkedBlockingQueue.java94 * takes signalling puts. Operations such as remove(Object) and
296 // this doc comment is overridden to remove the reference to collections
318 * insert or remove an element.
542 public boolean remove(Object o) { method in class:LinkedBlockingQueue
807 public void remove() { method in class:LinkedBlockingQueue.Itr
H A DPriorityBlockingQueue.java74 * can be used to <em>remove</em> some or all elements in priority
659 public boolean remove(Object o) { method in class:PriorityBlockingQueue
674 * Identity-based version for use in Itr.remove.
882 public void remove() { method in class:PriorityBlockingQueue.Itr
H A DConcurrentLinkedDeque.java1001 public E remove() { return removeFirst(); } method in class:ConcurrentLinkedDeque
1138 public boolean remove(Object o) { method in class:ConcurrentLinkedDeque
1371 * Node returned by most recent call to next. Needed by remove.
1372 * Reset to null if this element is deleted by a call to remove.
1418 public void remove() { method in class:ConcurrentLinkedDeque.AbstractItr
H A DLinkedBlockingDeque.java63 * blocking). Exceptions include {@link #remove(Object) remove},
66 * contains}, {@link #iterator iterator.remove()}, and the bulk
671 public E remove() { method in class:LinkedBlockingDeque
688 * Retrieves, but does not remove, the head of the queue represented by
714 * insert or remove an element.
796 public boolean remove(Object o) { method in class:LinkedBlockingDeque
1033 * Node returned by most recent call to next. Needed by remove.
1034 * Reset to null if this element is deleted by a call to remove.
1101 public void remove() { method in class:LinkedBlockingDeque.AbstractItr
[all...]
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarVerifier.java172 // be liberal in what you accept. If the name starts with ./, remove
177 // be liberal in what you accept. If the name starts with /, remove
433 CodeSigner[] codeSigners = sigFileSigners.remove(JarFile.MANIFEST_NAME);
794 map.remove(je.getName());
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DPreferencesTest.java381 public void remove(String key) { method in class:PreferencesTest.MockPreferences
/libcore/jsr166-tests/src/test/java/jsr166/
H A DScheduledExecutorSubclassTest.java656 * remove(task) removes queued task, and fails to remove active task
674 assertFalse(p.remove((Runnable)tasks[0]));
677 assertTrue(p.remove((Runnable)tasks[4]));
678 assertFalse(p.remove((Runnable)tasks[4]));
681 assertTrue(p.remove((Runnable)tasks[3]));
711 fail("Purge failed to remove cancelled tasks");
H A DScheduledExecutorTest.java604 * remove(task) removes queued task, and fails to remove active task
622 assertFalse(p.remove((Runnable)tasks[0]));
625 assertTrue(p.remove((Runnable)tasks[4]));
626 assertFalse(p.remove((Runnable)tasks[4]));
629 assertTrue(p.remove((Runnable)tasks[3]));
659 fail("Purge failed to remove cancelled tasks");
H A DConcurrentHashMap8Test.java210 * remove removes it.
224 set2.remove(six);
436 * KeySet.iterator.remove removes current element
442 it.remove();
473 * KeySet.remove removes an element
477 full.remove(one);
H A DThreadPoolExecutorSubclassTest.java688 * remove(task) removes queued task, and fails to remove active task
709 assertFalse(p.remove(tasks[0]));
712 assertTrue(p.remove(tasks[4]));
713 assertFalse(p.remove(tasks[4]));
716 assertTrue(p.remove(tasks[3]));
H A DThreadPoolExecutorTest.java573 * remove(task) removes queued task, and fails to remove active task
594 assertFalse(p.remove(tasks[0]));
597 assertTrue(p.remove(tasks[4]));
598 assertFalse(p.remove(tasks[4]));
601 assertTrue(p.remove(tasks[3]));
/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharset.java396 public void remove() {
/libcore/ojluni/src/main/java/java/util/logging/
H A DFileHandler.java502 // rely on the fact that close() will remove the lock
723 locks.remove(lockFileName);
H A DLogger.java201 * JITing and may entirely remove stack frames, making it impossible
1773 handlers.remove(handler);
2063 iter.remove();
2099 iter.remove();
/libcore/ojluni/src/main/java/java/util/stream/
H A DForEachOps.java503 ForEachOrderedTask<S, T> leftDescendant = completionMap.remove(this);
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldAbstractPreferencesTest.java166 pref.remove(keyArray[i]);
171 pref.remove("New node");
177 pref.remove("New node");
/libcore/luni/src/main/native/
H A Dlibcore_icu_ICU.cpp406 pattern = fmt->toPattern(pattern.remove());
410 pattern = fmt->toPattern(pattern.remove());
414 pattern = fmt->toPattern(pattern.remove());
/libcore/luni/src/main/java/libcore/io/
H A DOs.java140 public void remove(String path) throws ErrnoException; method in interface:Os
H A DForwardingOs.java153 public void remove(String path) throws ErrnoException { os.remove(path); } method in class:ForwardingOs
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DSignature2Test.java530 services.remove(s);
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DProxy.java715 methods.remove(i);
/libcore/ojluni/src/main/native/
H A DUnixFileSystem_md.c283 if (remove(path) == 0) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DTreeMapExtendTest.java320 subMap.remove("1");
1039 subMap_default.remove(value.toString());
1042 subMap_startExcluded_endExcluded.remove(value.toString());
1045 subMap_startExcluded_endIncluded.remove(value.toString());
1048 subMap_startIncluded_endExcluded.remove(value.toString());
1051 subMap_startIncluded_endIncluded.remove(value.toString());
1055 subMap_default.remove(value.toString());
1058 subMap_startExcluded_endExcluded.remove(value.toString());
1061 subMap_startExcluded_endIncluded.remove(value.toString());
1064 subMap_startIncluded_endExcluded.remove(valu
[all...]
/libcore/luni/src/main/java/android/system/
H A DOs.java442 * See <a href="http://man7.org/linux/man-pages/man3/remove.3.html">remove(3)</a>.
444 public static void remove(String path) throws ErrnoException { Libcore.os.remove(path); } method in class:Os

Completed in 1211 milliseconds

<<111213