/external/qemu/android/utils/ |
D | timezone.c | 166 const char* localtime; member 192 fd1 = open( scan->localtime, O_RDONLY ); in compare_timezone_to_localtime() 194 D(" can't open %s: %s\n", scan->localtime, strerror(errno) ); in compare_timezone_to_localtime() 308 char* localtime = NULL; in get_zoneinfo_timezone() local 344 localtime = LOCALTIME_FILE1; in get_zoneinfo_timezone() 345 if ( access( localtime, R_OK ) != 0 ) { in get_zoneinfo_timezone() 354 localtime = temp; in get_zoneinfo_timezone() 356 localtime = strdup(localtime); in get_zoneinfo_timezone() 357 D( "%s: found localtime file as %s\n", __FUNCTION__, localtime ); in get_zoneinfo_timezone() 361 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/chromium_org/chrome/test/functional/ |
D | memory.py | 96 current_time = time.asctime(time.localtime(time.time())) 126 current_time = time.asctime(time.localtime(time.time()))
|
/external/dropbear/ |
D | svr-session.c | 186 local_tm = localtime(×ec); in svr_dropbear_log() 189 localtime(×ec)) == 0) in svr_dropbear_log()
|
/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/icu4c/test/compat/ |
D | tzdate.c | 115 ts = *localtime(&now); in getSystemCurrentTime() 126 ts = *localtime(&now); in getSystemCurrentTime()
|
/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/third_party/skia/src/ports/ |
D | SkTime_Unix.cpp | 22 tstruct = localtime(&m_time); in GetDateTime()
|
/external/skia/src/ports/ |
D | SkTime_Unix.cpp | 22 tstruct = localtime(&m_time); in GetDateTime()
|
/external/chromium_org/media/tools/layout_tests/ |
D | layouttest_analyzer_helpers.py | 358 localtime = time.asctime(time.localtime(time.time())) 364 localtime)
|
/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/libxslt/libxslt/ |
D | extra.c | 240 local_tm = localtime(&gmt); in xsltFunctionLocalTime() 252 local_tm = localtime(&lmt); in xsltFunctionLocalTime()
|
/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/icu4c/tools/tzcode/ |
D | Makefile.in | 34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
|
D | zdump.c | 187 #define my_localtime localtime 195 tmp = localtime(tp); 513 newtmp = localtime(&newt); 524 newtmp = localtime(&newt); 539 newtmp = localtime(&newt);
|
/external/v8/tools/ |
D | process-heap-prof.py | 60 print('DATE "%s"' % time.asctime(time.localtime()))
|
/external/chromium_org/v8/tools/ |
D | process-heap-prof.py | 60 print('DATE "%s"' % time.asctime(time.localtime()))
|
/external/chromium_org/v8/src/ |
D | platform-macos.cc | 188 struct tm* t = localtime(&tv); in LocalTimezone() 196 struct tm* t = localtime(&tv); in LocalTimeOffset()
|
D | platform-freebsd.cc | 67 struct tm* t = localtime(&tv); in LocalTimezone() 75 struct tm* t = localtime(&tv); in LocalTimeOffset()
|
D | platform-cygwin.cc | 57 struct tm* t = localtime(&tv); in LocalTimezone() 67 struct tm* loc = localtime(&utc); 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
|
D | expect-nohtree.1 | 13 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
|