Home
last modified time | relevance | path

Searched refs:elementAt (Results 1 – 15 of 15) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java301 assertEquals("Added Element to wrong slot", "Added Element", ((String) v.elementAt(100)) in test_addElementLjava_lang_Object()
305 assertNull("Added null to wrong slot", v.elementAt(101)); in test_addElementLjava_lang_Object()
316 assertEquals("Added Element to wrong slot", "Added Element", ((String) v.elementAt(100)) in test_addElementLjava_lang_Object_subtest0()
320 assertNull("Added null to wrong slot", v.elementAt(101)); in test_addElementLjava_lang_Object_subtest0()
433 assertTrue("copyInto failed", a[i] == tVector.elementAt(i)); in test_copyInto$Ljava_lang_Object()
449 .elementAt(18))); in test_elementAtI()
452 .elementAt(20)); in test_elementAtI()
455 tVector.elementAt(-5); in test_elementAtI()
462 tVector.elementAt(tVector.size() + 1); in test_elementAtI()
479 .nextElement() == tVector.elementAt(i)); in test_elements()
[all …]
DAbstractMapTest.java307 Object v = values.elementAt(index); in entrySet()
309 Object k = keys.elementAt(index); in entrySet()
DObservableTest.java230 .elementAt(0).equals(obj)); in test_notifyObserversLjava_lang_Object()
DResourceBundleTest.java132 urls[i] = urlVec.elementAt(i); in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader()
/libcore/ojluni/src/main/java/java/util/
DStack.java103 return elementAt(len - 1); in peek()
DVector.java472 public synchronized E elementAt(int index) { in elementAt() method
/libcore/ojluni/src/main/java/sun/security/x509/
DCertificatePolicySet.java90 ids.elementAt(i).encode(tmp); in encode()
DExtendedKeyUsageExtension.java141 tmp.putOID(keyUsages.elementAt(i)); in encodeThis()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java136 ThreadGroup child = subgroups.elementAt(i); in test_destroy()
296 current = groups.elementAt(i); in test_getParent()
297 ThreadGroup previous = groups.elementAt(i - 1); in test_getParent()
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java584 st.execute(queries[i], (int[]) array.elementAt(i)); in testExecute_String_intArray()
620 st.execute(queries[i], (String[]) array.elementAt(i)); in testExecute_String_StringArray()
858 st.executeUpdate(queries1[i], (int[]) array.elementAt(i)); in testExecuteUpdate_String_intArray()
946 st.executeUpdate(queries[i], (String[]) array.elementAt(i)); in testExecuteUpdate_String_StringArray()
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java117 public synchronized E elementAt(int index) { in elementAt() method in Vector
/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java67 @libcore.util.NullFromTypeParam public synchronized E elementAt(int index) { throw new RuntimeExcep… in elementAt() method in Vector
/libcore/ojluni/src/main/java/sun/security/util/
DDerInputStream.java483 retval[i] = vec.elementAt(i); in readVector()
/libcore/ojluni/src/main/java/java/text/
DAttributedString.java619 return currentRunAttributeValues.elementAt(attributeIndex); in getAttribute()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest1.java1110 .equals(((java.util.Vector) objLoaded).elementAt(0))); in test_18_25_writeObject()