Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 26) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationTestClass.java100 public int one; field in SerializationTestClass.TestFieldsOnePublic
104 public int one; field in SerializationTestClass.TestFieldsTwoPublic
110 private int one; field in SerializationTestClass.TestFieldsOnePrivate
115 private int one; field in SerializationTestClass.TestFieldsTwoPrivate
120 protected int one; field in SerializationTestClass.TestFieldsOneProtected
124 protected int one; field in SerializationTestClass.TestFieldsTwoProtected
129 static int one; field in SerializationTestClass.TestFieldsOneStatic
133 static int one; field in SerializationTestClass.TestFieldsTwoStatic
138 final int one = 0; field in SerializationTestClass.TestFieldsOneFinal
142 final int one = 0; field in SerializationTestClass.TestFieldsTwoFinal
[all …]
/libcore/luni/src/test/java/libcore/java/util/function/
DBiConsumerTest.java26 BiConsumer<String, StringBuilder> one = (s, t) -> t.append("one").append(s); in testAndThen() local
39 BiConsumer<String, StringBuilder> one = (s, t) -> t.append("one").append(s); in testAndThen_null() local
DDoubleConsumerTest.java27 DoubleConsumer one = d -> sb.append("one:" + d + ","); in testAndThen() local
35 DoubleConsumer one = s -> {}; in testAndThen_null() local
DIntConsumerTest.java27 IntConsumer one = i -> sb.append("one:" + i + ","); in testAndThen() local
35 IntConsumer one = s -> {}; in testAndThen_null() local
DLongConsumerTest.java27 LongConsumer one = l -> sb.append("one:" + l + ","); in testAndThen() local
35 LongConsumer one = s -> {}; in testAndThen_null() local
DConsumerTest.java39 Consumer<StringBuilder> one = s -> s.append("one"); in testAndThen_null() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DConcurrentModTest.java36 Double one = new Double(1.0); in testGet() local
80 Double one = new Double(1.0); in testSet() local
110 Double one = new Double(1.0); in testAdd() local
140 Double one = new Double(1.0); in testRemove() local
206 Double one = new Double(1.0); in testAddAll() local
DIdentityHashMap2Test.java383 String one = "one"; in test_equalsLjava_lang_Object() local
DIdentityHashMapTest.java410 String one = "one"; in test_equalsLjava_lang_Object() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DTimestampTest.java68 Timestamp one = new Timestamp(now, cpath); in testEqualsObject() local
107 Timestamp one = new Timestamp(now, cpath); in testHashCode() local
DCodeSignerTest.java84 CodeSigner one = new CodeSigner(cpath, ts); in testEqualsObject() local
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadLocalTest.java46 assertSame(tl.get(), one); in testRemove() local
50 assertSame(tl.get(), one); in testRemove() local
DBlockingQueueTest.java200 Object one = makeElement(1); local
DLinkedBlockingQueueTest.java676 assertSame(it.next(), one); in testIteratorRemove() local
DLinkedTransferQueueTest.java548 assertSame(it.next(), one); in testIteratorRemove() local
DArrayBlockingQueueTest.java740 assertSame(it.next(), one); in testIteratorRemove() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldAndroidInstanceofTest.java51 InterfaceOne one = mOne; in testDerivedOne() local
93 InterfaceOne one = mFive; in testFailInterface() local
/libcore/luni/src/test/java/libcore/java/util/
DTimSortTest.java70 final Integer one = 1; in createBugTriggerData() local
/libcore/luni/src/test/java/libcore/xml/
DSimpleBuilderTest.java71 Element one = (Element) list.item(0); in testGoodFile1() local
/libcore/benchmarks/src/benchmarks/regression/
DReflectionBenchmark.java122 Integer one = Integer.valueOf(1); in timeMethod_invokePreBoxedI() local
139 Integer one = Integer.valueOf(1); in timeMethod_invokeStaticPreBoxedI() local
/libcore/tzdata/update/src/test/libcore/tzdata/update/
DFileUtilsTest.java158 File one = new File(dir, "one"); in testEnsureDirectoryExists() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java567 URL one; in test_ConstructorLjava_net_URLLjava_lang_StringLjava_net_URLStreamHandler() local
DURITest.java1633 URI one = new URI("file:/C:/test/ws"); in test_relativize2() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerTest.java31 BigInteger one = new BigInteger("1", 10); field in BigIntegerTest
/libcore/luni/src/test/java/libcore/java/net/
DOldURLTest.java767 URL one; in testURLURLStringURLStreamHandler() local

12