Searched refs:time1 (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidZipStressTest.java | 93 long time1 = System.currentTimeMillis(); in testZipStressManifest() local 94 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms"); in testZipStressManifest() 113 long time1 = System.currentTimeMillis(); in testZipStressAllFiles() local 114 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms"); in testZipStressAllFiles()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TimeZoneTest.java | 79 long time1 = new GregorianCalendar(1998, Calendar.NOVEMBER, 11) in test_getOffset_long() local 82 -(5 * ONE_HOUR), st1.getOffset(time1)); in test_getOffset_long() 93 -(5 * ONE_HOUR), tz1.getOffset(time1)); in test_getOffset_long() 100 (3 * ONE_HOUR), tz1.getOffset(time1)); in test_getOffset_long()
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKLocalTime.java | 2303 …public void test_until_TemporalUnit(LocalTime time1, LocalTime time2, TemporalUnit unit, long expe… 2304 long amount = time1.until(time2, unit); 2309 …public void test_until_TemporalUnit_negated(LocalTime time1, LocalTime time2, TemporalUnit unit, l… 2310 long amount = time2.until(time1, unit); 2315 …public void test_until_TemporalUnit_between(LocalTime time1, LocalTime time2, TemporalUnit unit, l… 2316 long amount = unit.between(time1, time2);
|