Searched defs:value1 (Results 1 – 11 of 11) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigIntegerHashCodeTest.java | 36 String value1 = "12378246728727834290276457386374882976782849"; in testSameObject() local 54 String value1 = "12378246728727834290276457386374882976782849"; in testEqualObjects() local 70 String value1 = "12378246728727834290276457386374882976782849"; in testUnequalObjectsUnequal() local
|
/libcore/ojluni/src/test/java/time/test/java/time/temporal/ |
D | TestDateTimeBuilderCombinations.java | 105 public void test_derive(final TemporalField field1, final Number value1, in test_derive() 186 …public void test_normalized(final TemporalField field1, final Number value1, TemporalField expecte… in test_normalized()
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKDateTimeParseResolver.java | 152 public void test_resolveOneNoChange(TemporalField field1, long value1) { in test_resolveOneNoChange() 160 assertEquals(accessor.getLong(field1), value1); in test_resolveOneNoChange() local 189 …public void test_resolveTwoNoChange(TemporalField field1, long value1, TemporalField field2, long … in test_resolveTwoNoChange() 200 assertEquals(accessor.getLong(field1), value1); in test_resolveTwoNoChange() local 220 …public void test_resolveThreeNoChange(TemporalField field1, long value1, TemporalField field2, lon… in test_resolveThreeNoChange() 233 assertEquals(accessor.getLong(field1), value1); in test_resolveThreeNoChange() local 255 public void test_resolveOneToField(TemporalField field1, long value1, in test_resolveOneToField() 283 public void test_resolveOneToDate(TemporalField field1, long value1, LocalDate expectedDate) { in test_resolveOneToDate() 308 public void test_resolveOneToTime(TemporalField field1, long value1, LocalTime expectedTime) { in test_resolveOneToTime() 334 public void test_resolveTwoToField(TemporalField field1, long value1, in test_resolveTwoToField() [all …]
|
D | TCKDateTimeFormatters.java | 1496 Expected(TemporalField field1, long value1, TemporalField field2, long value2) { in Expected()
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldLevelTest.java | 43 int value1 = 120; in testIntValue() local
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | StructTimevalTest.java | 86 StructTimeval value1 = StructTimeval.fromMillis(millisValue); in testEqualsAndHashcode() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TreeMapExtendTest.java | 3440 Integer value1, value2; in test_DescendingSubMapEntrySet_comparator() local
|
D | ArraysTest.java | 1992 private void orderFail(int index, String value1, String value2) { in orderFail()
|
/libcore/ojluni/src/main/java/java/text/ |
D | AttributedString.java | 677 private final static boolean valuesMatch(Object value1, Object value2) { in valuesMatch()
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldPreparedStatementTest.java | 591 float value1 = 12345678.12345689f; in testSetFloat() local
|
/libcore/luni/src/main/java/java/math/ |
D | BigDecimal.java | 2717 private static int compareAbsoluteValues(long value1, long value2) { in compareAbsoluteValues()
|