Home
last modified time | relevance | path

Searched refs:timegm (Results 1 – 25 of 48) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c124 secs = timegm((struct tm *)&tm) + ALARM_DELTA; in TEST_F()
165 new = timegm((struct tm *)&tm); in TEST_F()
181 secs = timegm((struct tm *)&alarm.time) + ALARM_DELTA; in TEST_F()
214 new = timegm((struct tm *)&tm); in TEST_F()
/external/tensorflow/tensorflow/core/platform/cloud/
Dtime_util.cc22 #define timegm _mkgmtime macro
49 *mtime_nsec = timegm(&parsed) * kNanosecondsPerSecond + in ParseRfc3339Time()
/external/curl/tests/libtest/
Dtest613.pl35 utime time, timegm(0,0,12,1,0,100), "plainfile.txt";
44 utime time, timegm(0,0,12,31,11,100), "rofile.txt";
/external/fonttools/Lib/fontTools/misc/
DtimeTools.py11 epoch_diff = calendar.timegm((1904, 1, 1, 0, 0, 0, 0, 0, 0))
48 return calendar.timegm(time.strptime(value)) - epoch_diff
/external/skia/infra/bots/recipes/
Dupload_calmbench_results.py49 ts = int(calendar.timegm(now.utctimetuple()))
Dupload_dm_results.py58 str(int(calendar.timegm(now.utctimetuple())))])
Dskpbench.py107 ts = int(calendar.timegm(now.utctimetuple()))
Dperf.py349 ts = int(calendar.timegm(now.utctimetuple()))
/external/skqp/infra/bots/recipes/
Dupload_calmbench_results.py49 ts = int(calendar.timegm(now.utctimetuple()))
Dupload_dm_results.py58 str(int(calendar.timegm(now.utctimetuple())))])
Dskpbench.py107 ts = int(calendar.timegm(now.utctimetuple()))
Dperf.py342 ts = int(calendar.timegm(now.utctimetuple()))
/external/grpc-grpc/tools/run_tests/performance/
Dbq_upload_result.py143 utc_timestamp = str(calendar.timegm(time.gmtime()))
/external/libchrome/base/time/
Dtime_exploded_posix.cc112 return timegm(timestruct); in SysTimeFromTimeStruct()
/external/python/cpython3/Modules/
Dtimemodule.c498 timegm(struct tm *p) in timegm() function
537 gmtoff = timegm(&buf) - when; in time_localtime()
1538 return timegm(p) - t; in get_gmtoff()
/external/python/cpython2/Lib/
Dssl.py964 from calendar import timegm
981 return timegm((tt[0], month_number) + tt[2:6])
Dcookielib.py38 from calendar import timegm
76 return timegm(tt)
Dcalendar.py611 def timegm(tuple): function
/external/python/cpython2/Doc/library/
Dcalendar.rst295 .. function:: timegm(tuple)
300 encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each others'
Dtime.rst102 | :class:`struct_time` in | seconds since the epoch | :func:`calendar.timegm` |
186 :class:`struct_time` object. See :func:`calendar.timegm` for the inverse of this
565 General calendar-related functions. :func:`~calendar.timegm` is the
/external/python/cpython3/Lib/
Dssl.py1238 from calendar import timegm
1255 return timegm((tt[0], month_number) + tt[2:6])
/external/python/cpython2/Lib/email/
D_parseaddr.py158 t = calendar.timegm(data)
/external/python/cpython3/Doc/library/
Dcalendar.rst378 .. function:: timegm(tuple)
383 encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each others'
/external/python/cpython3/Lib/email/
D_parseaddr.py189 t = calendar.timegm(data)
/external/python/cpython3/Lib/test/
Dtest_calendar.py735 self.assertEqual(secs, calendar.timegm(tuple))

12