Home
last modified time | relevance | path

Searched refs:gmtime (Results 1 – 25 of 76) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dmessage.py41 t = time.gmtime(s[7])
43 t = time.gmtime(s[8])
45 t = time.gmtime(s[9])
Dsubmit.py65 for t in time.gmtime():
/external/fonttools/Lib/fontTools/ttLib/tables/
DF_F_T_M_.py34 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff)))
36 value = time.asctime(time.gmtime(0))
D_h_e_a_d.py55 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff)))
57 value = time.asctime(time.gmtime(0))
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h264 # undef gmtime
265 # define gmtime tz_gmtime macro
284 struct tm *gmtime(time_t const *);
/external/libcxx/include/
Dctime38 tm* gmtime(const time_t* timer);
67 using ::gmtime;
/external/chromium-trace/catapult/third_party/Paste/paste/
Dprogress.py192 time.gmtime(environ[REQUEST_STARTED])),
201 time.gmtime(finished))
/external/libcxx/test/std/utilities/date.time/
Dgmtime.thread-unsafe.fail.cpp17 std::gmtime(&t); in main()
Dtested_elsewhere.pass.cpp35 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), ""); in main()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c88 tm1 = gmtime(&t_local); in os_mktime()
107 tm2 = gmtime(&t2); in os_gmtime()
/external/tcpdump/
Dgmt2local.c51 *gmt = *gmtime(&t); in gmt2local()
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/
Dhttplib2test.py1220 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1221 'expires': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now+4)),
1238 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime()),
1249 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime()),
1259 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1260 'expires': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now+2)),
1271 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1281 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now+3)),
1298 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1309 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/
Dhttplib2test.py1295 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1296 'expires': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now+4)),
1313 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime()),
1324 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime()),
1334 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1335 'expires': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now+2)),
1346 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1356 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now+3)),
1373 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
1384 'date': time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(now)),
[all …]
/external/libcxx/test/std/depr/depr.c.headers/
Dtime_h.pass.cpp35 static_assert((std::is_same<decltype(gmtime(&t)), tm*>::value), ""); in main()
/external/webrtc/webrtc/base/
Dtimeutils_unittest.cc140 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT in TEST()
249 std::tm* tm = std::gmtime(&t); in TestTmToSeconds()
Dtimeutils.cc118 struct tm *tm = gmtime(timep); // NOLINT in gmtime_r()
/external/libcxx/test/std/language.support/support.runtime/
Dctime.pass.cpp37 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), ""); in main()
/external/v8/tools/testrunner/local/
Dverbose.py84 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
/external/skia/src/core/
DSkTime.cpp55 tstruct = gmtime(&m_time); in GetDateTime()
/external/webrtc/webrtc/libjingle/xmpp/
Dpresenceouttask.cc130 struct tm* current_time = gmtime(&current_time_seconds); in TranslateStatus()
/external/elfutils/tests/
Dsaridx.c175 strftime (buf, sizeof buf, "%Y-%m-%dT%H:%M:%S%z", gmtime (&t)); in main()
/external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
Dexample.py113 time=time.gmtime()))
/external/dng_sdk/source/
Ddng_date_time.cpp701 zt = *gmtime (&sec); in CurrentDateTimeAndZone()
773 tm *tp = gmtime (&sec); in DecodeUnixTime()
/external/google-benchmark/src/
Dwalltime.cc244 written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now)); in DateTimeString()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dsslproxy_test.py167 self.assertGreater(time.strftime('%Y%m%d%H%M%SZ', time.gmtime()),

1234