Searched refs:nanos2 (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKInstant.java | 1814 …public void test_until_TemporalUnit(long seconds1, int nanos1, long seconds2, long nanos2, Tempora… 1816 Instant i2 = Instant.ofEpochSecond(seconds2, nanos2); 1822 …ntil_TemporalUnit_negated(long seconds1, int nanos1, long seconds2, long nanos2, TemporalUnit unit… 1824 Instant i2 = Instant.ofEpochSecond(seconds2, nanos2); 1830 …ntil_TemporalUnit_between(long seconds1, int nanos1, long seconds2, long nanos2, TemporalUnit unit… 1832 Instant i2 = Instant.ofEpochSecond(seconds2, nanos2);
|
D | TCKDuration.java | 800 …between_TemporalTemporal_Instant(long secs1, int nanos1, long secs2, int nanos2, long expectedSeco… in factory_between_TemporalTemporal_Instant() argument 802 Instant end = Instant.ofEpochSecond(secs2, nanos2); in factory_between_TemporalTemporal_Instant() 809 …TemporalTemporal_Instant_negated(long secs1, int nanos1, long secs2, int nanos2, long expectedSeco… in factory_between_TemporalTemporal_Instant_negated() argument 811 Instant end = Instant.ofEpochSecond(secs2, nanos2); in factory_between_TemporalTemporal_Instant_negated()
|