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.java155 public void test_resolveOneNoChange(TemporalField field1, long value1) { in test_resolveOneNoChange()
163 assertEquals(accessor.getLong(field1), value1); in test_resolveOneNoChange() local
192 …public void test_resolveTwoNoChange(TemporalField field1, long value1, TemporalField field2, long … in test_resolveTwoNoChange()
203 assertEquals(accessor.getLong(field1), value1); in test_resolveTwoNoChange() local
223 …public void test_resolveThreeNoChange(TemporalField field1, long value1, TemporalField field2, lon… in test_resolveThreeNoChange()
236 assertEquals(accessor.getLong(field1), value1); in test_resolveThreeNoChange() local
258 public void test_resolveOneToField(TemporalField field1, long value1, in test_resolveOneToField()
286 public void test_resolveOneToDate(TemporalField field1, long value1, LocalDate expectedDate) { in test_resolveOneToDate()
311 public void test_resolveOneToTime(TemporalField field1, long value1, LocalTime expectedTime) { in test_resolveOneToTime()
337 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.java88 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.java670 private static final 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/ojluni/src/test/java/util/Arrays/
DSorting.java362 int value1 = a[i++].getValue(); in checkStable() local