HomeSort by relevance Sort by last modified time
    Searched refs:secs2 (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Python/
pytime.c 447 _PyTime_t secs, secs2; local
460 secs2 = (_PyTime_t)tv->tv_sec;
461 if (res < 0 || secs2 != secs) {
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKDuration.java 773 public void factory_between_TemporalTemporal_Instant(long secs1, int nanos1, long secs2, int nanos2, long expectedSeconds, int expectedNanoOfSecond) {
775 Instant end = Instant.ofEpochSecond(secs2, nanos2);
782 public void factory_between_TemporalTemporal_Instant_negated(long secs1, int nanos1, long secs2, int nanos2, long expectedSeconds, int expectedNanoOfSecond) {
784 Instant end = Instant.ofEpochSecond(secs2, nanos2);
    [all...]
  /external/python/cpython3/Lib/
datetime.py     [all...]

Completed in 333 milliseconds