Searched refs:remove (Results 276 - 300 of 313) sorted by relevance

<<111213

/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataNotSupportedTest.java489 expectedPrivs.remove(privileges.getString("PRIVILEGE")));
526 expectedPrivs.remove(privileges.getString("PRIVILEGE")));
/libcore/ojluni/src/main/java/java/awt/font/
H A DNumericShaper.java1066 rangeSet.remove(Range.ARABIC);
1073 rangeSet.remove(Range.TAI_THAM_HORA);
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java354 * remove(x) or Iterator.remove. Normally, given a node that was
393 * potentially O(n) operation (e.g. remove(x)), none of which are
526 * Tries to artificially match a data node -- used by remove.
929 private Node lastRet; // last returned node, to support remove
938 * of calls to both Queue.remove and Itr.remove, we must
940 * advance: Upon Itr.remove, we may need to catch up links
1010 public final void remove() { method in class:LinkedTransferQueue.Itr
1197 * Main implementation of remove(Objec
1489 public boolean remove(Object o) { method in class:LinkedTransferQueue
[all...]
H A DConcurrentHashMap.java90 * and {@code remove}). Retrievals reflect the results of the most
1106 public V remove(Object key) { method in class:ConcurrentHashMap
1111 * Implementation for the four public remove/replace methods:
1228 * via the {@code Iterator.remove}, {@code Set.remove},
1255 * mapping from this map, via the {@code Iterator.remove},
1256 * {@code Collection.remove}, {@code removeAll},
1278 * via the {@code Iterator.remove}, {@code Set.remove},
1559 public boolean remove(Objec method in class:ConcurrentHashMap
3455 public final void remove() { method in class:ConcurrentHashMap.BaseIterator
4466 public abstract boolean remove(Object o); method in class:ConcurrentHashMap.CollectionView
4628 public boolean remove(Object o) { return map.remove(o) != null; } method in class:ConcurrentHashMap.KeySetView
4726 public final boolean remove(Object o) { method in class:ConcurrentHashMap.ValuesView
4794 public boolean remove(Object o) { method in class:ConcurrentHashMap.EntrySetView
[all...]
H A DSynchronousQueue.java54 * operation must wait for a corresponding remove operation by another
58 * present when you try to remove it; you cannot insert an element
59 * (using any method) unless another thread is trying to remove it;
148 * queues, we can almost always remove a node immediately in O(1)
152 * potentially O(n) traversal to be sure that we can remove the
1006 * @param o the element to remove
1009 public boolean remove(Object o) { method in class:SynchronousQueue
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java443 * <CODE>removePropertyChangeListener</CODE> invocations are required to remove
470 // remove from map if registration count is 1, otherwise
474 listenerMap.remove(listener);
835 namedLoggers.remove(name, ref);
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DRevocationChecker.java641 /* remove any that we will process */
642 unresCritExts.remove(ReasonCode_Id.toString());
643 unresCritExts.remove(CertificateIssuer_Id.toString());
H A DDistributionPointFetcher.java687 // remove any that we have processed
689 unresCritExts.remove(IssuingDistributionPoint_Id.toString());
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DOpTestCase.java335 testSet.remove(ts);
559 tests.remove(TerminalTestScenario.SINGLE_SEQUENTIAL);
H A DLambdaTestHelpers.java436 subL.remove(index);
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DOpTestCase.java336 testSet.remove(ts);
560 tests.remove(TerminalTestScenario.SINGLE_SEQUENTIAL);
H A DLambdaTestHelpers.java437 subL.remove(index);
/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java3027 Flags dupf = f.dup().remove(Flags.UPPERCASE);
3384 Flags flags = f.dup().remove(Flags.GROUP);
3459 Flags flags = f.dup().remove(Flags.GROUP);
3543 // remove "0x"
3692 Flags flags = f.dup().remove(Flags.GROUP);
4540 public Flags remove(Flags f) { method in class:Formatter.Flags
H A DHashMap.java105 * <tt>remove</tt> method, the iterator will throw a
200 * sometimes (currently only upon Iterator.remove), the root might
215 * iterator.remove. When using comparators on insertion, to keep a
796 public V remove(Object key) { method in class:HashMap
803 * Implements Map.remove and related methods
808 * @param matchValue if true only remove if value is equal
894 * the iterator's own <tt>remove</tt> operation), the results of
897 * <tt>Iterator.remove</tt>, <tt>Set.remove</tt>,
918 public final boolean remove(Objec method in class:HashMap.KeySet
1025 public final boolean remove(Object o) { method in class:HashMap.EntrySet
1068 public boolean remove(Object key, Object value) { method in class:HashMap
1450 public final void remove() { method in class:HashMap.HashIterator
[all...]
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CertificateTest.java870 item.remove(0);
927 missing.remove(3);
928 missing.remove(5);
/libcore/ojluni/src/main/java/java/io/
H A DObjectStreamClass.java347 Caches.localDescs.remove(key, ref);
2199 Caches.reflectors.remove(key, ref);
2389 map.remove(ref);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSelectorTest.java126 keySet2.remove(key3);
/libcore/luni/src/main/java/libcore/io/
H A DLinux.java208 public native void remove(String path) throws ErrnoException; method in class:Linux
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNodeImpl.java414 // remove all existing children
704 ? map.remove(key)
/libcore/luni/src/test/java/libcore/xml/
H A DExpatSaxParserTest.java226 assertNotNull(prefixMappings.remove(prefix));
/libcore/ojluni/src/main/java/java/lang/
H A DThread.java1968 map.remove(ref);
/libcore/ojluni/src/main/java/java/net/
H A DURLClassLoader.java311 IOException firstex = errors.remove(0);
/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKLocalTime.java1661 public void remove() {
1774 public void remove() {
2094 public void remove() {
2222 public void remove() {
H A DTCKLocalDateTime.java261 @Test(timeOut=30000) // TODO: remove when time zone loading is faster
1937 public void remove() {
2041 public void remove() {
2634 public void remove() {
2739 public void remove() {
3165 public void remove() {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DPropertiesTest.java744 myProps.remove(String.class);

Completed in 449 milliseconds

<<111213