Home
last modified time | relevance | path

Searched defs:value1 (Results 1 – 11 of 11) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerHashCodeTest.java36 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/
DTestDateTimeBuilderCombinations.java105 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/
DTCKDateTimeParseResolver.java152 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 …]
DTCKDateTimeFormatters.java1496 Expected(TemporalField field1, long value1, TemporalField field2, long value2) { in Expected()
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLevelTest.java43 int value1 = 120; in testIntValue() local
/libcore/luni/src/test/java/libcore/android/system/
DStructTimevalTest.java86 StructTimeval value1 = StructTimeval.fromMillis(millisValue); in testEqualsAndHashcode() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapExtendTest.java3440 Integer value1, value2; in test_DescendingSubMapEntrySet_comparator() local
DArraysTest.java1992 private void orderFail(int index, String value1, String value2) { in orderFail()
/libcore/ojluni/src/main/java/java/text/
DAttributedString.java677 private final static boolean valuesMatch(Object value1, Object value2) { in valuesMatch()
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java591 float value1 = 12345678.12345689f; in testSetFloat() local
/libcore/luni/src/main/java/java/math/
DBigDecimal.java2717 private static int compareAbsoluteValues(long value1, long value2) { in compareAbsoluteValues()