Searched refs:gmtime (Results 1 – 25 of 49) sorted by relevance
12
/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 *);
|
D | zdump.c | 806 tmp = gmtime(&t); in show() 1009 gmt = *gmtime(&t); in dumptimeICU()
|
/external/libcxx/include/ |
D | ctime | 38 tm* gmtime(const time_t* timer); 66 using ::gmtime;
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | progress.py | 192 time.gmtime(environ[REQUEST_STARTED])), 201 time.gmtime(finished))
|
D | session.py | 170 gmt_expiration_time = time.gmtime(time.time() + (self.expiration * 60))
|
/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()
|
D | os_unix.c | 127 tm1 = gmtime(&t_local); in os_mktime() 146 tm2 = gmtime(&t2); in os_gmtime()
|
D | os_internal.c | 85 tm2 = gmtime(&t2); in os_gmtime()
|
/external/tcpdump/ |
D | gmt2local.c | 55 *gmt = *gmtime(&t); in gmt2local()
|
D | util.c | 213 tm = gmtime (&Time); in ts_print()
|
/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/libcxx/test/std/utilities/date.time/ |
D | tested_elsewhere.pass.cpp | 35 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | ctime.pass.cpp | 35 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/elfutils/src/tests/ |
D | saridx.c | 175 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/ |
D | example.py | 113 time=time.gmtime()))
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/ |
D | cookie.py | 54 return time.strftime("%Y%m%d%H%M", time.gmtime(value))
|
/external/e2fsprogs/debugfs/ |
D | util.c | 206 return asctime((do_gmt) ? gmtime(&t) : localtime(&t)); in time_to_string()
|
/external/lldb/examples/summaries/cocoa/ |
D | NSDate.py | 28 python_epoch = time.gmtime(0).tm_year
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 118 struct tm *tm = gmtime(&tv.tv_sec);
|
/external/iptables/extensions/ |
D | libxt_time.c | 312 t = gmtime(&date); in time_print_date()
|
/external/e2fsprogs/e2fsck/ |
D | message.c | 231 time_str = asctime((do_gmt > 0) ? gmtime(&t) : localtime(&t)); in print_time()
|
/external/skia/third_party/libpng/ |
D | LICENSE | 153 * png_convert_from_time_t() function calls gmtime() to convert from system
|
12