Home
last modified time | relevance | path

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

1234567

/external/qemu/android/utils/
Dtimezone.c167 const char* localtime; member
193 fd1 = open( scan->localtime, O_RDONLY ); in compare_timezone_to_localtime()
195 D(" can't open %s: %s\n", scan->localtime, strerror(errno) ); in compare_timezone_to_localtime()
309 char* localtime = NULL; in get_zoneinfo_timezone() local
345 localtime = LOCALTIME_FILE1; in get_zoneinfo_timezone()
346 if ( access( localtime, R_OK ) != 0 ) { in get_zoneinfo_timezone()
355 localtime = temp; in get_zoneinfo_timezone()
357 localtime = strdup(localtime); in get_zoneinfo_timezone()
358 D( "%s: found localtime file as %s\n", __FUNCTION__, localtime ); in get_zoneinfo_timezone()
362 len = readlink( localtime, temp, sizeof(temp)-1 ); in get_zoneinfo_timezone()
[all …]
/external/chromium_org/third_party/sqlite/src/test/
Ddate.test242 # localtime->utc and utc->localtime conversions. These tests only work
243 # if the localtime is in the US Eastern Time (the time in Charlotte, NC
261 julianday('2006-03-31','localtime'))+0.5
268 julianday('2007-03-31','localtime'))+0.5
283 datetest 6.1 {datetime('2000-10-29 05:59:00','localtime')}\
285 datetest 6.1.1 {datetime('2006-10-29 05:59:00','localtime')}\
287 datetest 6.1.2 {datetime('2007-11-04 05:59:00','localtime')}\
292 datetest 6.2 {datetime('2000-10-29 06:00:00','localtime')}\
294 datetest 6.2.1 {datetime('2006-10-29 06:00:00','localtime')}\
297 datetest 6.2.2 {datetime('2007-11-04 06:00:00','localtime')}\
[all …]
/external/chromium_org/chrome/installer/tools/
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/libcxx/include/
Dctime39 tm* localtime(const time_t* timer);
67 using ::localtime;
/external/icu/icu4c/source/test/compat/
Dtzdate.c115 ts = *localtime(&now); in getSystemCurrentTime()
126 ts = *localtime(&now); in getSystemCurrentTime()
/external/chromium_org/third_party/icu/source/test/compat/
Dtzdate.c115 ts = *localtime(&now); in getSystemCurrentTime()
126 ts = *localtime(&now); in getSystemCurrentTime()
/external/chromium_org/tools/profile_chrome/
Dutil.py8 return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
/external/tcpdump/
Dgmt2local.c56 loc = localtime(&t); in gmt2local()
/external/stlport/stlport/stl/
D_ctime.h47 using _STLP_VENDOR_CSTD::localtime;
/external/chromium_org/media/tools/layout_tests/
Dlayouttest_analyzer_helpers.py358 localtime = time.asctime(time.localtime(time.time()))
364 localtime)
/external/skia/src/ports/
DSkTime_Unix.cpp22 tstruct = localtime(&m_time); in GetDateTime()
/external/chromium_org/third_party/skia/src/ports/
DSkTime_Unix.cpp22 tstruct = localtime(&m_time); in GetDateTime()
/external/chromium_org/third_party/libxslt/libxslt/
Dextra.c240 local_tm = localtime(&gmt); in xsltFunctionLocalTime()
252 local_tm = localtime(&lmt); in xsltFunctionLocalTime()
/external/libcxx/test/depr/depr.c.headers/
Dtime_h.pass.cpp36 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), ""); in main()
/external/libcxx/test/language.support/support.runtime/
Dctime.pass.cpp36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), ""); in main()
/external/libcxx/test/utilities/date.time/
Dtested_elsewhere.pass.cpp35 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/chromium_org/v8/tools/
Dprocess-heap-prof.py60 print('DATE "%s"' % time.asctime(time.localtime()))
/external/chromium_org/third_party/icu/source/tools/tzcode/
DMakefile.in34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
/external/icu/icu4c/source/tools/tzcode/
DMakefile.in34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
/external/chromium_org/v8/src/base/platform/
Dplatform-macos.cc163 struct tm* t = localtime(&tv); in LocalTimezone()
171 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-freebsd.cc43 struct tm* t = localtime(&tv); in LocalTimezone()
51 struct tm* t = localtime(&tv); in LocalTimeOffset()
/external/stlport/test/eh/
Dlocale.cpp29 struct tm* cur_time=localtime(&lcur_time); in main()
/external/e2fsprogs/tests/f_dup_de/
Dexpect.110 Duplicate entry 'localtime' in /etc (12) found. Clear? yes

1234567