Home
last modified time | relevance | path

Searched refs:localtime (Results 1 – 25 of 127) sorted by relevance

123456

/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dextras_i18n_test.py240 localtime = i18n.to_local_timezone(base)
241 result = localtime.strftime(format)
246 localtime = i18n.to_local_timezone(base)
247 result = localtime.strftime(format)
257 localtime = i18n.to_utc(base)
258 result = localtime.strftime(format)
264 localtime = i18n.to_utc(base)
265 result = localtime.strftime(format)
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h268 # undef localtime
269 # define localtime tz_localtime macro
286 struct tm *localtime(time_t const *);
DMakefile.in34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
Dzdump.c252 #define my_localtime localtime
259 tmp = localtime(tp); in my_localtime()
606 newtmp = localtime(&newt); in main()
617 newtmp = localtime(&newt); in main()
632 newtmp = localtime(&newt); in main()
/external/libcxx/include/
Dctime39 tm* localtime(const time_t* timer);
67 using ::localtime;
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_util/
Dtest_datetimeutil.py5 from time import localtime
46 tm = localtime()
/external/icu/icu4c/source/test/compat/
Dtzdate.c115 ts = *localtime(&now); in getSystemCurrentTime()
126 ts = *localtime(&now); in getSystemCurrentTime()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Ddatetimeutil.py57 from time import localtime
136 tm = localtime()
343 tm = localtime()
/external/tcpdump/
Dgmt2local.c56 loc = localtime(&t); in gmt2local()
/external/skia/src/ports/
DSkTime_Unix.cpp23 tstruct = localtime(&m_time); in GetDateTime()
/external/toybox/toys/other/
Duptime.c35 now = localtime(&tmptime); in uptime_main()
/external/libcxx/test/std/depr/depr.c.headers/
Dtime_h.pass.cpp36 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), ""); in main()
/external/v8/src/base/platform/
Dplatform-macos.cc163 struct tm* t = localtime(&tv); in LocalTimezone()
171 struct tm* t = localtime(&tv); in LocalTimeOffset()
Dplatform-freebsd.cc43 struct tm* t = localtime(&tv); in LocalTimezone()
51 struct tm* t = localtime(&tv); in LocalTimeOffset()
Dplatform-cygwin.cc32 struct tm* t = localtime(&tv); in LocalTimezone()
42 struct tm* loc = localtime(&utc); in LocalTimeOffset()
Dplatform-openbsd.cc41 struct tm* t = localtime(&tv); in LocalTimezone()
49 struct tm* t = localtime(&tv); in LocalTimeOffset()
Dplatform-qnx.cc92 struct tm* t = localtime(&tv); in LocalTimezone()
100 struct tm* t = localtime(&tv); in LocalTimeOffset()
Dplatform-linux.cc111 struct tm* t = localtime(&tv); in LocalTimezone()
124 struct tm* t = localtime(&tv); in LocalTimeOffset()
/external/libcxx/test/std/utilities/date.time/
Dtested_elsewhere.pass.cpp36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dctime.pass.cpp36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), ""); in main()
/external/lldb/test/pexpect-2.4/examples/
Dscript.py65 fout.write ('# %4d%02d%02d.%02d%02d%02d \n' % time.localtime()[:-3])
/external/v8/tools/
Dprocess-heap-prof.py60 print('DATE "%s"' % time.asctime(time.localtime()))
/external/e2fsprogs/tests/f_dup_de/
Dexpect.110 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
Dexpect-nohtree.113 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
/external/toybox/toys/posix/
Dcal.c128 tm = localtime(&now); in cal_main()

123456