Home
last modified time | relevance | path

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

12

/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 *);
Dzdump.c806 tmp = gmtime(&t); in show()
1009 gmt = *gmtime(&t); in dumptimeICU()
/external/libcxx/include/
Dctime38 tm* gmtime(const time_t* timer);
66 using ::gmtime;
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dprogress.py192 time.gmtime(environ[REQUEST_STARTED])),
201 time.gmtime(finished))
Dsession.py170 gmt_expiration_time = time.gmtime(time.time() + (self.expiration * 60))
/external/wpa_supplicant_8/src/utils/
Dos_win32.c88 tm1 = gmtime(&t_local); in os_mktime()
107 tm2 = gmtime(&t2); in os_gmtime()
Dos_unix.c127 tm1 = gmtime(&t_local); in os_mktime()
146 tm2 = gmtime(&t2); in os_gmtime()
Dos_internal.c85 tm2 = gmtime(&t2); in os_gmtime()
/external/tcpdump/
Dgmt2local.c55 *gmt = *gmtime(&t); in gmt2local()
Dutil.c213 tm = gmtime (&Time); in ts_print()
/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/libcxx/test/std/utilities/date.time/
Dtested_elsewhere.pass.cpp35 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dctime.pass.cpp35 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/elfutils/src/tests/
Dsaridx.c175 strftime (buf, sizeof buf, "%Y-%m-%dT%H:%M:%S%z", gmtime (&t)); in main()
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/
Dexample.py113 time=time.gmtime()))
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dcookie.py54 return time.strftime("%Y%m%d%H%M", time.gmtime(value))
/external/e2fsprogs/debugfs/
Dutil.c206 return asctime((do_gmt) ? gmtime(&t) : localtime(&t)); in time_to_string()
/external/lldb/examples/summaries/cocoa/
DNSDate.py28 python_epoch = time.gmtime(0).tm_year
/external/ltrace/testsuite/ltrace.minor/
Dwchar.exp118 struct tm *tm = gmtime(&tv.tv_sec);
/external/iptables/extensions/
Dlibxt_time.c312 t = gmtime(&date); in time_print_date()
/external/e2fsprogs/e2fsck/
Dmessage.c231 time_str = asctime((do_gmt > 0) ? gmtime(&t) : localtime(&t)); in print_time()
/external/skia/third_party/libpng/
DLICENSE153 * png_convert_from_time_t() function calls gmtime() to convert from system

12