Searched refs:nanos2 (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKInstant.java | 1808 …public void test_until_TemporalUnit(long seconds1, int nanos1, long seconds2, long nanos2, Tempora… 1810 Instant i2 = Instant.ofEpochSecond(seconds2, nanos2); 1816 …ntil_TemporalUnit_negated(long seconds1, int nanos1, long seconds2, long nanos2, TemporalUnit unit… 1818 Instant i2 = Instant.ofEpochSecond(seconds2, nanos2); 1824 …ntil_TemporalUnit_between(long seconds1, int nanos1, long seconds2, long nanos2, TemporalUnit unit… 1826 Instant i2 = Instant.ofEpochSecond(seconds2, nanos2);
|
D | TCKDuration.java | 773 …between_TemporalTemporal_Instant(long secs1, int nanos1, long secs2, int nanos2, long expectedSeco… in factory_between_TemporalTemporal_Instant() argument 775 Instant end = Instant.ofEpochSecond(secs2, nanos2); in factory_between_TemporalTemporal_Instant() 782 …TemporalTemporal_Instant_negated(long secs1, int nanos1, long secs2, int nanos2, long expectedSeco… in factory_between_TemporalTemporal_Instant_negated() argument 784 Instant end = Instant.ofEpochSecond(secs2, nanos2); in factory_between_TemporalTemporal_Instant_negated()
|