/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
D | message.py | 41 t = time.gmtime(s[7]) 43 t = time.gmtime(s[8]) 45 t = time.gmtime(s[9])
|
D | submit.py | 65 for t in time.gmtime():
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | F_F_T_M_.py | 34 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff))) 36 value = time.asctime(time.gmtime(0))
|
D | _h_e_a_d.py | 55 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff))) 57 value = time.asctime(time.gmtime(0))
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 264 # undef gmtime 265 # define gmtime tz_gmtime macro 284 struct tm *gmtime(time_t const *);
|
/external/libcxx/include/ |
D | ctime | 38 tm* gmtime(const time_t* timer); 67 using ::gmtime;
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | progress.py | 192 time.gmtime(environ[REQUEST_STARTED])), 201 time.gmtime(finished))
|
/external/libcxx/test/std/utilities/date.time/ |
D | gmtime.thread-unsafe.fail.cpp | 17 std::gmtime(&t); in main()
|
D | tested_elsewhere.pass.cpp | 35 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), ""); in main()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 88 tm1 = gmtime(&t_local); in os_mktime() 107 tm2 = gmtime(&t2); in os_gmtime()
|
/external/tcpdump/ |
D | gmt2local.c | 51 *gmt = *gmtime(&t); in gmt2local()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/ |
D | httplib2test.py | 1220 '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/ |
D | httplib2test.py | 1295 '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/ |
D | time_h.pass.cpp | 35 static_assert((std::is_same<decltype(gmtime(&t)), tm*>::value), ""); in main()
|
/external/webrtc/webrtc/base/ |
D | timeutils_unittest.cc | 140 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT in TEST() 249 std::tm* tm = std::gmtime(&t); in TestTmToSeconds()
|
D | timeutils.cc | 118 struct tm *tm = gmtime(timep); // NOLINT in gmtime_r()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | ctime.pass.cpp | 37 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), ""); in main()
|
/external/v8/tools/testrunner/local/ |
D | verbose.py | 84 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
|
/external/skia/src/core/ |
D | SkTime.cpp | 55 tstruct = gmtime(&m_time); in GetDateTime()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | presenceouttask.cc | 130 struct tm* current_time = gmtime(¤t_time_seconds); in TranslateStatus()
|
/external/elfutils/tests/ |
D | saridx.c | 175 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/ |
D | example.py | 113 time=time.gmtime()))
|
/external/dng_sdk/source/ |
D | dng_date_time.cpp | 701 zt = *gmtime (&sec); in CurrentDateTimeAndZone() 773 tm *tp = gmtime (&sec); in DecodeUnixTime()
|
/external/google-benchmark/src/ |
D | walltime.cc | 244 written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now)); in DateTimeString()
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | sslproxy_test.py | 167 self.assertGreater(time.strftime('%Y%m%d%H%M%SZ', time.gmtime()),
|