/external/qemu/android/utils/ |
D | timezone.c | 167 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/ |
D | date.test | 242 # 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/ |
D | setup_timer.py | 74 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/ |
D | ctime | 39 tm* localtime(const time_t* timer); 67 using ::localtime;
|
/external/icu/icu4c/source/test/compat/ |
D | tzdate.c | 115 ts = *localtime(&now); in getSystemCurrentTime() 126 ts = *localtime(&now); in getSystemCurrentTime()
|
/external/chromium_org/third_party/icu/source/test/compat/ |
D | tzdate.c | 115 ts = *localtime(&now); in getSystemCurrentTime() 126 ts = *localtime(&now); in getSystemCurrentTime()
|
/external/chromium_org/tools/profile_chrome/ |
D | util.py | 8 return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
|
/external/tcpdump/ |
D | gmt2local.c | 56 loc = localtime(&t); in gmt2local()
|
/external/stlport/stlport/stl/ |
D | _ctime.h | 47 using _STLP_VENDOR_CSTD::localtime;
|
/external/chromium_org/media/tools/layout_tests/ |
D | layouttest_analyzer_helpers.py | 358 localtime = time.asctime(time.localtime(time.time())) 364 localtime)
|
/external/skia/src/ports/ |
D | SkTime_Unix.cpp | 22 tstruct = localtime(&m_time); in GetDateTime()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkTime_Unix.cpp | 22 tstruct = localtime(&m_time); in GetDateTime()
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | extra.c | 240 local_tm = localtime(&gmt); in xsltFunctionLocalTime() 252 local_tm = localtime(&lmt); in xsltFunctionLocalTime()
|
/external/libcxx/test/depr/depr.c.headers/ |
D | time_h.pass.cpp | 36 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), ""); in main()
|
/external/libcxx/test/language.support/support.runtime/ |
D | ctime.pass.cpp | 36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), ""); in main()
|
/external/libcxx/test/utilities/date.time/ |
D | tested_elsewhere.pass.cpp | 35 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), ""); in main()
|
/external/lldb/test/pexpect-2.4/examples/ |
D | script.py | 65 fout.write ('# %4d%02d%02d.%02d%02d%02d \n' % time.localtime()[:-3])
|
/external/chromium_org/v8/tools/ |
D | process-heap-prof.py | 60 print('DATE "%s"' % time.asctime(time.localtime()))
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | Makefile.in | 34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
|
/external/icu/icu4c/source/tools/tzcode/ |
D | Makefile.in | 34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
|
/external/chromium_org/v8/src/base/platform/ |
D | platform-macos.cc | 163 struct tm* t = localtime(&tv); in LocalTimezone() 171 struct tm* t = localtime(&tv); in LocalTimeOffset()
|
D | platform-cygwin.cc | 32 struct tm* t = localtime(&tv); in LocalTimezone() 42 struct tm* loc = localtime(&utc); in LocalTimeOffset()
|
D | platform-freebsd.cc | 43 struct tm* t = localtime(&tv); in LocalTimezone() 51 struct tm* t = localtime(&tv); in LocalTimeOffset()
|
/external/stlport/test/eh/ |
D | locale.cpp | 29 struct tm* cur_time=localtime(&lcur_time); in main()
|
/external/e2fsprogs/tests/f_dup_de/ |
D | expect.1 | 10 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
|