HomeSort by relevance Sort by last modified time
    Searched refs:localtime (Results 1 - 25 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/libcxx/utilities/time/date.time/
localtime.thread-unsafe.fail.cpp 15 // localtime is not thread-safe.
17 std::localtime(&t);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
22-1-buildonly.c 9 struct tm *localtime(const time_t *);
20 dummyvar = localtime;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/
1-1.c 24 timeptr = localtime(&current_time);
27 printf("date: %s", (asctime(localtime((&current_time)))));
31 puts("Test FAILED: localtime failed");
  /external/python/cpython3/Lib/test/test_email/
test_utils.py 56 t = utils.localtime()
61 t = utils.localtime()
67 t1 = utils.localtime(t0, isdst=-1)
68 t2 = utils.localtime(t1)
74 t1 = utils.localtime(t0, isdst=-1)
75 t2 = utils.localtime(t1)
82 t1 = utils.localtime(t0, isdst=1)
83 t2 = utils.localtime(t1)
90 t1 = utils.localtime(t0, isdst=1)
91 t2 = utils.localtime(t1
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
3-1.c 25 tm_ptr = localtime(&the_time);
  /external/toybox/toys/posix/
who.c 37 struct tm *tm = localtime(&t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_time.py 23 == time.asctime(time.localtime(self.t)))
24 self.assertTrue(long(time.mktime(time.localtime(self.t)))
165 time.gmtime(xmas2002), time.localtime(xmas2002)
169 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
174 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
180 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
186 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
193 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
209 for func in time.ctime, time.gmtime, time.localtime:
228 lt0 = time.localtime()
    [all...]
  /external/python/cpython2/Lib/sqlite3/
dbapi2.py 43 return Date(*time.localtime(ticks)[:3])
46 return Time(*time.localtime(ticks)[3:6])
49 return Timestamp(*time.localtime(ticks)[:6])
  /external/python/cpython2/Lib/test/
test_time.py 29 == time.asctime(time.localtime(self.t)))
30 self.assertTrue(long(time.mktime(time.localtime(self.t)))
231 time.gmtime(xmas2002), time.localtime(xmas2002)
235 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
240 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
246 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
252 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
264 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
280 for func in time.ctime, time.gmtime, time.localtime:
299 lt0 = time.localtime()
    [all...]
  /external/python/cpython3/Lib/sqlite3/
dbapi2.py 42 return Date(*time.localtime(ticks)[:3])
45 return Time(*time.localtime(ticks)[3:6])
48 return Timestamp(*time.localtime(ticks)[:6])
  /external/bsdiff/
logging.cc 22 strftime(timestamp, sizeof(timestamp), "%m-%d %H:%M:%S", std::localtime(&t));
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 57 print(msg + time.strftime(" (%H:%M:%S)", time.localtime(time.time())))
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.c 55 now = localtime(&nw);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.c 55 now = localtime(&nw);

Completed in 669 milliseconds

1 2 3 4 5 6 7 8 91011>>