Searched defs:three (Results 1 – 12 of 12) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ConcurrentModTest.java | 38 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/ |
D | TimestampTest.java | 109 Timestamp three = new Timestamp(now, new MyCertPath(new byte[] { 10, in testHashCode() local
|
D | CodeSignerTest.java | 86 CodeSigner three = new CodeSigner(cpath, null); in testEqualsObject() local
|
/libcore/luni/src/test/java/libcore/xml/ |
D | SimpleBuilderTest.java | 73 Element three = (Element) list.item(2); in testGoodFile1() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldAndroidInstanceofTest.java | 65 InterfaceThree three = mThree; in testDerivedThree() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | LinkedTransferQueueTest.java | 390 assertSame(q.take(), three); in testRemoveElementAndAdd() local 547 assertSame(it.next(), three); in testIteratorRemove() local
|
D | ConcurrentLinkedQueueTest.java | 496 assertSame(it.next(), three); in testIteratorRemove() local
|
D | LinkedListTest.java | 482 assertSame(it.next(), three); in testDescendingIteratorRemove() local
|
D | LinkedBlockingQueueTest.java | 677 assertSame(it.next(), three); in testIteratorRemove() local
|
D | ArrayBlockingQueueTest.java | 741 assertSame(it.next(), three); in testIteratorRemove() local
|
D | JSR166TestCase.java | 512 public static final Integer three = new Integer(3); field in JSR166TestCase
|
/libcore/tzdata/update/src/test/libcore/tzdata/update/ |
D | FileUtilsTest.java | 160 File three = new File(two, "three"); in testEnsureDirectoryExists() local
|