Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 25 of 205) sorted by relevance

123456789

/libcore/luni/src/test/java/libcore/java/util/
DLocaleInternalsTest.java49 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 …]
DOldGregorianCalendarTest.java43 g1.clear(); in test_computeTime()
58 g.clear(); in test_computeFields()
72 g.clear(); in test_hashCode()
77 g1.clear(); in test_hashCode()
DOldMapEntryTest.java34 hm.clear(); in testGetKey()
45 hm.clear(); in testGetValue()
79 hm.clear(); in testSetValue()
DCalendarTest.java151 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()
DDateTest.java48 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/
DBitSetTest.java67 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 …]
DCalendarTest.java43 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/
DByteBufferTest.java131 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 …]
DCharBufferTest.java88 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 …]
DFloatBufferTest.java85 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 …]
DIntBufferTest.java85 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 …]
DLongBufferTest.java85 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 …]
DShortBufferTest.java84 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 …]
DDoubleBufferTest.java109 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/
DAttributeListImpl.java118 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/
DMethodLogger.java90 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/
DSecurityTest.java120 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/
DX509CRLSelectorTest.java35 issuers.clear(); in testGetIssuersImmutable()
46 issuers.clear(); in testGetIssuersNamesCopy()
/libcore/luni/src/main/java/java/util/jar/
DManifest.java113 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/
DReferenceTest.java50 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/
DCopyOnWriteArrayListTest.java68 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/
DCollectionUtilsTest.java41 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/
DCallVerificationStack.java113 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/
DByteBufferAsShortBuffer.java46 this.byteBuffer.clear(); in ByteBufferAsShortBuffer()
67 byteBuffer.clear(); in compact()
173 byteBuffer.clear(); in slice()
DByteBufferAsIntBuffer.java47 this.byteBuffer.clear(); in ByteBufferAsIntBuffer()
68 byteBuffer.clear(); in compact()
174 byteBuffer.clear(); in slice()

123456789