Searched refs:remove (Results 51 - 75 of 1913) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DIteratorWeakConsistency.java85 try { it.remove(); fail("should throw"); }
93 it.remove(); // no effect
119 q.remove(7);
138 q.remove(2);
139 q.remove(1);
140 q.remove(3);
156 try { it1.remove(); fail(); }
158 try { it2.remove(); fail(); }
164 it1.remove();
165 it2.remove();
[all...]
/openjdk10/jdk/test/sun/security/tools/keytool/
H A DKeyToolTest.java117 void remove(String filename) { method in class:KeyToolTest
336 remove("x.jks");
337 remove("x.jceks");
338 remove("x.p12");
339 remove("x2.jceks");
340 remove("x2.jks");
341 remove("x.jks.p1.cert");
344 remove("x.jks");
345 remove("x.jks.p1.cert");
388 remove("
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64HotSpotBackendFactory.java203 callerSave.remove(AMD64.rdi);
204 callerSave.remove(AMD64.rsi);
205 callerSave.remove(AMD64.rbx);
206 callerSave.remove(AMD64.rbp);
207 callerSave.remove(AMD64.rsp);
208 callerSave.remove(AMD64.r12);
209 callerSave.remove(AMD64.r13);
210 callerSave.remove(AMD64.r14);
211 callerSave.remove(AMD64.r15);
212 callerSave.remove(AMD6
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/chrono/
H A DAbstractChronology.java426 return dateEpochDay(fieldValues.remove(EPOCH_DAY));
469 Long pMonth = fieldValues.remove(PROLEPTIC_MONTH);
484 Long yoeLong = fieldValues.remove(YEAR_OF_ERA);
486 Long eraLong = fieldValues.remove(ERA);
522 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEAR), YEAR);
524 long months = Math.subtractExact(fieldValues.remove(MONTH_OF_YEAR), 1);
525 long days = Math.subtractExact(fieldValues.remove(DAY_OF_MONTH), 1);
528 int moy = range(MONTH_OF_YEAR).checkValidIntValue(fieldValues.remove(MONTH_OF_YEAR), MONTH_OF_YEAR);
530 int dom = domRange.checkValidIntValue(fieldValues.remove(DAY_OF_MONTH), DAY_OF_MONTH);
542 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEA
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/validator/
H A DEndEntityChecker.java183 exts.remove(SimpleValidator.OID_BASIC_CONSTRAINTS);
189 exts.remove(OID_SUBJECT_ALT_NAME);
249 // remove extensions we checked
250 exts.remove(SimpleValidator.OID_KEY_USAGE);
251 exts.remove(SimpleValidator.OID_EXTENDED_KEY_USAGE);
252 exts.remove(SimpleValidator.OID_NETSCAPE_CERT_TYPE);
303 // remove extensions we checked
304 exts.remove(SimpleValidator.OID_KEY_USAGE);
305 exts.remove(SimpleValidator.OID_EXTENDED_KEY_USAGE);
306 exts.remove(SimpleValidato
[all...]
/openjdk10/jdk/test/java/util/Deque/
H A DChorusLine.java55 it.remove();
57 try {it.remove();}
65 it.remove();
67 try {it.remove();}
96 it.remove();
103 it.remove();
107 try {it.remove(); fail();}
112 it.remove();
114 try {it.remove(); fail();}
120 it.remove();
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoringManagerFactoryImpl.java48 public synchronized void remove(String nameOfTheRoot) { method in class:MonitoringManagerFactoryImpl
49 monitoringManagerTable.remove(nameOfTheRoot);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/ior/
H A DIdentifiableContainerBase.java85 public void remove()
87 iter.remove() ;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DClassSet.java53 public void remove( final JavaClass clazz ) { method in class:ClassSet
54 map.remove(clazz.getClassName());
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/util/
H A DEventReaderDelegate.java125 public void remove() { method in class:EventReaderDelegate
126 reader.remove();
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/
H A DWeakCache.java61 this.map.remove(key);
81 this.map.remove(key);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DComponentInputMap.java104 public void remove(KeyStroke key) { method in class:ComponentInputMap
105 super.remove(key);
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DAbstractSet.java144 * from this set with the iterator's {@code remove} method. If
148 * set's {@code remove} method.
152 * {@code iterator} method does not implement the {@code remove} method.
165 * @see #remove(Object)
174 modified |= remove(e);
178 i.remove();
H A DDeque.java47 * ends of the deque. Methods are provided to insert, remove, and
123 * <th scope="row">{@link #remove() remove()}</th>
175 * <p>This interface provides two methods to remove interior
318 * Retrieves, but does not remove, the first element of this deque.
329 * Retrieves, but does not remove, the last element of this deque.
339 * Retrieves, but does not remove, the first element of this deque,
347 * Retrieves, but does not remove, the last element of this deque,
452 E remove(); method in interface:Deque
467 * Retrieves, but does not remove, th
573 boolean remove(Object o); method in interface:Deque
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DApplicationShutdownHooks.java80 static synchronized boolean remove(Thread hook) { method in class:ApplicationShutdownHooks
87 return hooks.remove(hook) != null;
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DAttribute.java169 * @param attrval The possibly null value to remove from this attribute.
170 * If null, remove the attribute value that is null.
173 boolean remove(Object attrval); method in interface:Attribute
255 * @see #remove(int)
286 * @param ix The index of the value to remove.
292 Object remove(int ix); method in interface:Attribute
/openjdk10/jdk/test/java/util/HashMap/
H A DNullKeyAtResize.java41 m.remove(null); // remove it.
46 new_order.remove(adding);
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DNVList.java175 public abstract void remove(int index) throws org.omg.CORBA.Bounds; method in class:NVList
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/util/
H A DReadOnlyIterator.java60 public void remove() { method in class:ReadOnlyIterator
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEmptyIterator.java48 public void remove() { method in class:EmptyIterator
/openjdk10/jdk/test/java/lang/instrument/modules/
H A DAppendToClassPathModuleTest.java49 // remove CLASSPATH environment variable
51 String value = env.remove("CLASSPATH");
/openjdk10/jdk/test/java/util/LinkedList/
H A DComodifiedRemove.java27 * @summary Due to a bug in LinkedList's ListIterator's remove(),
28 * the ListIterator would not check for comodification before remove.
48 e.remove();
54 "LinkedList ListIterator.remove() comodification check failed.");
H A DRemove.java27 * @summary Due to a bug in LinkedList's ListIterator's remove() logic, the List would
28 * get screwed up by a remove() following a previous().
43 e.remove();
46 throw new RuntimeException("LinkedList ListIterator remove failed.");
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DReferenceList.java67 * @param reference the reference to remove.
69 void remove(Reference reference); method in interface:ReferenceList
/openjdk10/jdk/test/lib/testlibrary/bootlib/java.base/java/util/stream/
H A DStreamOpFlagTestHelper.java36 allStreamFlags.remove(f);

Completed in 309 milliseconds

1234567891011>>