/libcore/luni/src/test/java/libcore/java/util/ |
D | LocaleInternalsTest.java | 49 extensions.clear(); in test_parseSerializedExtensions() 55 extensions.clear(); in test_parseSerializedExtensions() 59 extensions.clear(); in test_parseSerializedExtensions() 74 attributes.clear(); in test_parseUnicodeExtension() 75 keywords.clear(); in test_parseUnicodeExtension() 84 attributes.clear(); in test_parseUnicodeExtension() 85 keywords.clear(); in test_parseUnicodeExtension() 90 attributes.clear(); in test_parseUnicodeExtension() 91 keywords.clear(); in test_parseUnicodeExtension() 96 attributes.clear(); in test_parseUnicodeExtension() [all …]
|
D | OldGregorianCalendarTest.java | 43 g1.clear(); in test_computeTime() 58 g.clear(); in test_computeFields() 72 g.clear(); in test_hashCode() 77 g1.clear(); in test_hashCode()
|
D | OldMapEntryTest.java | 34 hm.clear(); in testGetKey() 45 hm.clear(); in testGetValue() 79 hm.clear(); in testSetValue()
|
D | CalendarTest.java | 151 calendar.clear(); in testSetSelfConsistent() 218 cal.clear(Calendar.HOUR_OF_DAY); in test_clear_45877() 219 cal.clear(Calendar.HOUR); in test_clear_45877() 220 cal.clear(Calendar.MINUTE); in test_clear_45877() 221 cal.clear(Calendar.SECOND); in test_clear_45877() 222 cal.clear(Calendar.MILLISECOND); in test_clear_45877()
|
D | DateTest.java | 48 c.clear(); in test_toGMTString_us() 62 c.clear(); in test_toGMTString_nonUs()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | BitSetTest.java | 67 bs.clear(6); in test_equalsLjava_lang_Object() 74 bs.clear(128); in test_equalsLjava_lang_Object() 82 bs.clear(2); in test_hashCode() 83 bs.clear(6); in test_hashCode() 86 bs.clear(3); in test_hashCode() 91 eightbs.clear(); in test_clear() 100 bs.clear(); in test_clear() 108 eightbs.clear(7); in test_clearI() 116 eightbs.clear(165); in test_clearI() 120 eightbs.clear(-1); in test_clearI() [all …]
|
D | CalendarTest.java | 43 cal.clear(); in test_setII() 48 cal.clear(); in test_setII() 54 cal.clear(); in test_setII() 72 cal.clear(); in test_setII() 78 cal.clear(); in test_setII() 84 cal.clear(); in test_setII() 90 cal.clear(); in test_setII() 96 cal.clear(); in test_setII() 102 cal.clear(); in test_setII() 108 cal.clear(); in test_setII() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
D | ByteBufferTest.java | 131 buf.clear(); in testAsReadOnlyBuffer() 148 readonly.clear(); in testAsReadOnlyBuffer() 166 buf.clear(); in testCompact() 222 buf.clear(); in testCompareTo() 244 buf.clear(); 261 duplicate.clear(); 301 buf.clear(); in testGet() 319 buf.clear(); in testGetbyteArray() 344 buf.clear(); in testGetbyteArrayintint() 400 buf.clear(); in testGetbyteArrayintint() [all …]
|
D | CharBufferTest.java | 88 buf.clear(); in testAsReadOnlyBuffer() 106 readonly.clear(); in testAsReadOnlyBuffer() 111 buf.clear(); in testAsReadOnlyBuffer() 131 readonly.clear(); in testAsReadOnlyBuffer() 139 buf.clear(); in testCompact() 193 buf.clear(); in testCompareTo() 196 other.clear(); in testCompareTo() 197 buf.clear(); in testCompareTo() 216 buf.clear(); 235 duplicate.clear(); [all …]
|
D | FloatBufferTest.java | 85 buf.clear(); in testAsReadOnlyBuffer() 102 readonly.clear(); in testAsReadOnlyBuffer() 111 buf.clear(); in testCompact() 173 buf.clear(); in testCompareTo() 203 buf.clear(); 220 duplicate.clear(); 260 buf.clear(); in testGet() 278 buf.clear(); in testGetfloatArray() 305 buf.clear(); in testGetfloatArrayintint() 361 buf.clear(); in testGetfloatArrayintint() [all …]
|
D | IntBufferTest.java | 85 buf.clear(); in testAsReadOnlyBuffer() 102 readonly.clear(); in testAsReadOnlyBuffer() 110 buf.clear(); in testCompact() 165 buf.clear(); in testCompareTo() 183 buf.clear(); 200 duplicate.clear(); 240 buf.clear(); in testGet() 258 buf.clear(); in testGetintArray() 283 buf.clear(); in testGetintArrayintint() 339 buf.clear(); in testGetintArrayintint() [all …]
|
D | LongBufferTest.java | 85 buf.clear(); in testAsReadOnlyBuffer() 102 readonly.clear(); in testAsReadOnlyBuffer() 110 buf.clear(); in testCompact() 165 buf.clear(); in testCompareTo() 183 buf.clear(); 200 duplicate.clear(); 240 buf.clear(); in testGet() 258 buf.clear(); in testGetlongArray() 284 buf.clear(); in testGetlongArrayintint() 340 buf.clear(); in testGetlongArrayintint() [all …]
|
D | ShortBufferTest.java | 84 buf.clear(); in testAsReadOnlyBuffer() 101 readonly.clear(); in testAsReadOnlyBuffer() 109 buf.clear(); in testCompact() 164 buf.clear(); in testCompareTo() 182 buf.clear(); 199 duplicate.clear(); 239 buf.clear(); in testGet() 257 buf.clear(); in testGetshortArray() 276 buf.clear(); in testGetshortArrayintint() 326 buf.clear(); in testGetshortArrayintint() [all …]
|
D | DoubleBufferTest.java | 109 buf.clear(); in testAsReadOnlyBuffer() 126 readonly.clear(); in testAsReadOnlyBuffer() 134 buf.clear(); in testCompact() 212 buf.clear(); 229 duplicate.clear(); 270 buf.clear(); in testGet() 288 buf.clear(); in testGetdoubleArray() 307 buf.clear(); in testGetdoubleArrayintint() 363 buf.clear(); in testGetdoubleArrayintint() 374 buf.clear(); in testGetint() [all …]
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | AttributeListImpl.java | 118 clear(); in setAttributeList() 180 public void clear() { in clear() method in AttributeListImpl 181 names.clear(); in clear() 182 types.clear(); in clear() 183 values.clear(); in clear()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | MethodLogger.java | 90 public void clear() { in clear() method in MethodLogger 91 methods.clear(); in clear() 92 argLists.clear(); in clear()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | SecurityTest.java | 120 m.clear(); in testGetAlgorithmPropertyLjava_lang_String_java_lang_String() 306 m.clear(); in test_getProvidersLjava_util_Map() 312 m.clear(); in test_getProvidersLjava_util_Map() 318 m.clear(); in test_getProvidersLjava_util_Map() 325 m.clear(); in test_getProvidersLjava_util_Map() 329 m.clear(); in test_getProvidersLjava_util_Map() 335 m.clear(); in test_getProvidersLjava_util_Map() 339 m.clear(); in test_getProvidersLjava_util_Map() 343 m.clear(); in test_getProvidersLjava_util_Map()
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CRLSelectorTest.java | 35 issuers.clear(); in testGetIssuersImmutable() 46 issuers.clear(); in testGetIssuersNamesCopy()
|
/libcore/luni/src/main/java/java/util/jar/ |
D | Manifest.java | 113 public void clear() { in clear() method in Manifest 114 entries.clear(); in clear() 115 mainAttributes.clear(); in clear() 294 bBuf.clear().limit(LINE_LENGTH_LIMIT - nameString.length() - 2); in writeEntry() 309 bBuf.clear().limit(LINE_LENGTH_LIMIT - 1); in writeEntry()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | ReferenceTest.java | 50 public void clear() { in clear() method in ReferenceTest.TestWeakReference 62 super.clear(); in clear() 98 sr.clear(); in test_clear() 99 wr.clear(); in test_clear() 100 pr.clear(); in test_clear() 244 ref.clear(); in test_get()
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CopyOnWriteArrayListTest.java | 68 list.clear(); in testSubListAndStructuralChanges() 80 list.clear(); in testSubListAndSizePreservingStructuralChanges() 107 bcd.clear(); in testSubListClear() 114 new CopyOnWriteArrayList<String>().subList(0, 0).clear(); // the RI fails here in testSubListClearWhenEmpty() 121 list.clear(); in testSubListIteratorGetsSnapshot() 194 list.clear(); in testAddAllIsAtomic() 224 list.clear(); in testListIterator()
|
/libcore/luni/src/test/java/libcore/util/ |
D | CollectionUtilsTest.java | 41 refs.get(1).clear(); // b in testDereferenceIterable() 62 refs.get(0).clear(); // c in testDereferenceIterable() 63 refs.get(1).clear(); // d in testDereferenceIterable()
|
/libcore/support/src/test/java/tests/util/ |
D | CallVerificationStack.java | 113 public void clear() { in clear() method in CallVerificationStack 114 this.callStack.clear(); in clear() 115 super.clear(); in clear()
|
/libcore/luni/src/main/java/java/nio/ |
D | ByteBufferAsShortBuffer.java | 46 this.byteBuffer.clear(); in ByteBufferAsShortBuffer() 67 byteBuffer.clear(); in compact() 173 byteBuffer.clear(); in slice()
|
D | ByteBufferAsIntBuffer.java | 47 this.byteBuffer.clear(); in ByteBufferAsIntBuffer() 68 byteBuffer.clear(); in compact() 174 byteBuffer.clear(); in slice()
|