Searched refs:clear (Results 101 - 125 of 262) sorted by relevance

1234567891011

/libcore/ojluni/src/main/java/sun/nio/cs/
H A DStreamEncoder.java224 bb.clear();
235 lcb.clear();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSelectorTest.java132 keySet2.clear();
173 selectedKeys.clear();
424 selectedKeys.clear();
487 selectedKeys.clear();
521 selectedKeys.clear();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DWeakHashMapTest.java136 * java.util.WeakHashMap#clear()
139 // Test for method boolean java.util.WeakHashMap.clear()
143 whm.clear();
424 setOutput.clear();
475 processed.clear();
489 processed.clear();
503 processed.clear();
H A DHashMapTest.java173 * java.util.HashMap#clear()
176 hm.clear();
179 assertNull("Failed to clear all elements",
182 // Check clear on a large loaded map of Integer keys
187 map.clear();
190 assertNull("Failed to clear integer map values", map.get(i));
221 map2.clear();
484 assertTrue("Failed to clear all elements", hm2.get(
712 setOutput.clear();
764 outputMap.clear();
[all...]
H A DAbstractListTest.java155 sList.clear(); // calls removeRange()
436 sub.clear();
511 holder.clear();
H A DTreeMapTest.java155 * java.util.TreeMap#clear()
158 // Test for method void java.util.TreeMap.clear()
159 tm.clear();
193 map2.clear();
912 tm.clear();
932 tm.clear();
955 tm.clear();
975 tm.clear();
1008 tm.clear();
1040 tm.clear();
[all...]
H A DSimpleEntryTest.java56 map.clear();
H A DSimpleImmutableEntryTest.java57 map.clear();
H A DIdentityHashMapTest.java122 * java.util.IdentityHashMap#clear()
125 // Test for method void java.util.IdentityHashMap.clear()
126 hm.clear();
129 assertNull("Failed to clear all elements",
161 map2.clear();
341 assertTrue("Failed to clear all elements", hm2.get(objArray2[i])
637 * java.util.IdentityHashMap#clear()
645 set.clear();
700 vals.clear();
878 setOutput.clear();
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DBitSet.java466 clear(bitIndex);
528 clear(fromIndex, toIndex);
538 public void clear(int bitIndex) { method in class:BitSet
563 public void clear(int fromIndex, int toIndex) { method in class:BitSet
606 public void clear() { method in class:BitSet
736 * @return the index of the next clear bit
816 * @return the index of the previous clear bit, or {@code -1} if there
H A DHashtable.java531 public synchronized void clear() { method in class:Hashtable
635 * <tt>removeAll</tt>, <tt>retainAll</tt>, and <tt>clear</tt>
660 public void clear() { method in class:Hashtable.KeySet
661 Hashtable.this.clear();
676 * <tt>clear</tt> operations. It does not support the
742 public void clear() { method in class:Hashtable.EntrySet
743 Hashtable.this.clear();
757 * <tt>retainAll</tt> and <tt>clear</tt> operations. It does not
779 public void clear() { method in class:Hashtable.ValueCollection
780 Hashtable.this.clear();
[all...]
H A DIdentityHashMap.java614 public void clear() { method in class:IdentityHashMap
935 * <tt>clear</tt> methods. It does not support the <tt>add</tt> or
1005 public void clear() { method in class:IdentityHashMap.KeySet
1006 IdentityHashMap.this.clear();
1060 * <tt>retainAll</tt> and <tt>clear</tt> methods. It does not
1099 public void clear() { method in class:IdentityHashMap.Values
1100 IdentityHashMap.this.clear();
1147 * <tt>removeAll</tt>, <tt>retainAll</tt> and <tt>clear</tt>
1203 public void clear() { method in class:IdentityHashMap.EntrySet
1204 IdentityHashMap.this.clear();
[all...]
H A DWeakHashMap.java649 public void clear() { method in class:WeakHashMap
650 // clear out ref queue. We don't need to expunge entries
862 * <tt>removeAll</tt>, <tt>retainAll</tt>, and <tt>clear</tt>
897 public void clear() { method in class:WeakHashMap.KeySet
898 WeakHashMap.this.clear();
916 * <tt>retainAll</tt> and <tt>clear</tt> operations. It does not
941 public void clear() { method in class:WeakHashMap.Values
942 WeakHashMap.this.clear();
961 * <tt>clear</tt> operations. It does not support the
990 public void clear() { method in class:WeakHashMap.EntrySet
[all...]
H A DAbstractCollection.java432 public void clear() { method in class:AbstractCollection
H A DRegularEnumSet.java282 public void clear() { method in class:RegularEnumSet
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java624 public void clear() { method in class:ArrayBlockingQueue
842 p.clear();
885 p.clear();
912 p.clear();
938 p.clear();
/libcore/luni/src/test/java/libcore/java/util/
H A DSpliteratorTester.java288 distinct.clear();
289 allElements.clear();
317 elements.clear();
H A DForEachRemainingTester.java75 recorder.clear();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DProcessBuilderTest.java101 env.clear();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DFilePreferencesImplTest.java64 uroot.clear();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
H A DAttributeListImplTest.java129 multi.clear();
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DProviderTest.java113 p.clear();
165 s.clear();
244 s.clear();
271 c.clear();
/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java514 public abstract void clear() throws BackingStoreException; method in class:Preferences
1043 * Preference change events <i>are</i> generated by the <tt>clear</tt>
/libcore/ojluni/src/main/java/java/util/zip/
H A DDeflater.java553 zsRef.clear();
/libcore/ojluni/src/main/java/java/io/
H A DObjectInputStream.java386 clear();
476 clear();
895 clear();
1294 private void clear() { method in class:ObjectInputStream
1295 handles.clear();
1296 vlist.clear();
1922 * readFields(); clear it to restore normal read behavior.
2022 clear();
2026 // need to clear internal data structures.
2027 clear();
2285 public void clear() { method in class:ObjectInputStream.ValidationList
3462 void clear() { method in class:ObjectInputStream.HandleTable
[all...]

Completed in 463 milliseconds

1234567891011