Home
last modified time | relevance | path

Searched defs:three (Results 1 – 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DConcurrentModTest.java38 Double three = new Double(3.0); in testGet() local
82 Double three = new Double(3.0); in testSet() local
112 Double three = new Double(3.0); in testAdd() local
142 Double three = new Double(3.0); in testRemove() local
208 Double three = new Double(3.0); in testAddAll() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DTimestampTest.java109 Timestamp three = new Timestamp(now, new MyCertPath(new byte[] { 10, in testHashCode() local
DCodeSignerTest.java86 CodeSigner three = new CodeSigner(cpath, null); in testEqualsObject() local
/libcore/luni/src/test/java/libcore/xml/
DSimpleBuilderTest.java73 Element three = (Element) list.item(2); in testGoodFile1() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldAndroidInstanceofTest.java65 InterfaceThree three = mThree; in testDerivedThree() local
/libcore/jsr166-tests/src/test/java/jsr166/
DLinkedTransferQueueTest.java390 assertSame(q.take(), three); in testRemoveElementAndAdd() local
547 assertSame(it.next(), three); in testIteratorRemove() local
DConcurrentLinkedQueueTest.java496 assertSame(it.next(), three); in testIteratorRemove() local
DLinkedListTest.java482 assertSame(it.next(), three); in testDescendingIteratorRemove() local
DLinkedBlockingQueueTest.java677 assertSame(it.next(), three); in testIteratorRemove() local
DArrayBlockingQueueTest.java741 assertSame(it.next(), three); in testIteratorRemove() local
DJSR166TestCase.java512 public static final Integer three = new Integer(3); field in JSR166TestCase
/libcore/tzdata/update/src/test/libcore/tzdata/update/
DFileUtilsTest.java160 File three = new File(two, "three"); in testEnsureDirectoryExists() local