Searched refs:localtime (Results 1 - 25 of 144) sorted by relevance

123456

/external/chromium_org/tools/android/adb_profile_chrome/
H A Dutil.py8 return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
/external/chromium_org/chrome/installer/tools/
H A Dsetup_timer.py74 time.strftime("%x %X", time.localtime()), current_stage,
79 time.strftime("%x %X", time.localtime()), current_stage,
88 time.strftime("%x %X", time.localtime()), new_stage)
92 time.strftime("%x %X", time.localtime()))
96 time.strftime("%x %X", time.localtime()))
/external/qemu/android/utils/
H A Dtimezone.c104 #define LOCALTIME_FILE "/etc/localtime"
145 * but should be /usr/share/zoneinfo by default. /etc/localtime is not guaranteed to exist on
146 * all platforms, so if it doesn't, try $TZDIR/localtime, then /usr/share/zoneinfo/locatime
149 * besides, modern Linux distribution don't make /etc/localtime a symlink but a straight copy of
164 #define LOCALTIME_FILE1 "/etc/localtime"
167 const char* localtime; member in struct:__anon28337
193 fd1 = open( scan->localtime, O_RDONLY );
195 D(" can't open %s: %s\n", scan->localtime, strerror(errno) );
309 char* localtime = NULL; local
344 /* try to find the localtime fil
[all...]
/external/tcpdump/
H A Dgmt2local.c43 * Use gmtime() and localtime() to keep things simple.
56 loc = localtime(&t);
/external/chromium_org/third_party/skia/src/ports/
H A DSkTime_Unix.cpp22 tstruct = localtime(&m_time);
/external/skia/src/ports/
H A DSkTime_Unix.cpp22 tstruct = localtime(&m_time);
/external/stlport/stlport/stl/
H A D_ctime.h47 using _STLP_VENDOR_CSTD::localtime;
/external/chromium_org/third_party/icu/source/test/compat/
H A Dtzdate.c115 ts = *localtime(&now);
126 ts = *localtime(&now);
/external/icu/icu4c/source/test/compat/
H A Dtzdate.c115 ts = *localtime(&now);
126 ts = *localtime(&now);
/external/chromium_org/v8/tools/
H A Dprocess-heap-prof.py60 print('DATE "%s"' % time.asctime(time.localtime()))
/external/libcxx/test/depr/depr.c.headers/
H A Dtime_h.pass.cpp36 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), "");
/external/libcxx/test/language.support/support.runtime/
H A Dctime.pass.cpp36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
/external/libcxx/test/utilities/date.time/
H A Dtested_elsewhere.pass.cpp35 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
/external/lldb/test/pexpect-2.4/examples/
H A Dscript.py65 fout.write ('# %4d%02d%02d.%02d%02d%02d \n' % time.localtime()[:-3])
/external/bison/build-aux/
H A Dupdate-b4-copyright29 my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ());
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h140 extern struct tm *localtime(const time_t *);
/external/stlport/test/eh/
H A Dlocale.cpp29 struct tm* cur_time=localtime(&lcur_time);
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers.py358 localtime = time.asctime(time.localtime(time.time()))
364 localtime)
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c102 lt = localtime(&now);
/external/qemu/util/
H A Doslib-win32.c118 struct tm *p = localtime(timep);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dextra.c240 local_tm = localtime(&gmt);
243 * Calling localtime() has the side-effect of setting timezone.
252 local_tm = localtime(&lmt);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream.py101 now_tuple = time.localtime(now)
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dwritesrc.c55 lt=localtime(&t);
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp62 struct tm * localtime(const time_t *timer) { function
/external/e2fsprogs/debugfs/
H A Dls.c92 tm_p = localtime(&modtime);

Completed in 990 milliseconds

123456