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

1 2 3 4 5 6 7 8

  /external/libcxx/test/libcxx/utilities/time/date.time/
gmtime.thread-unsafe.fail.cpp 15 // gmtime is not thread-safe.
17 std::gmtime(&t);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
20-1-buildonly.c 9 struct tm *gmtime(const time_t *);
20 dummyvar = gmtime;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
ConstantTimeClock.c 5 This C file implements constant time value for time() and NULL for gmtime()
38 struct tm * gmtime (const time_t *timer) function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
2-1.c 9 * The gmtime function shall return a pointer to struct tm.
24 tm_ptr = gmtime(&the_time);
1-1.c 24 tm_ptr = gmtime(&the_time);
26 printf("gmtime gives:\n");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_structseq.py 9 t = time.gmtime()
30 t = time.gmtime()
32 t = time.gmtime(0)
38 t1 = time.gmtime()
44 t1 = time.gmtime()
51 t1 = time.gmtime()
57 t1 = time.gmtime()
61 t1 = time.gmtime()
71 t = time.gmtime()
101 t = time.gmtime()
    [all...]
test_time.py 31 tt = time.gmtime(self.t)
110 tt = time.gmtime(self.t)
123 time.asctime(time.gmtime(self.t))
165 time.gmtime(xmas2002), time.localtime(xmas2002)
174 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
186 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
209 for func in time.ctime, time.gmtime, time.localtime:
221 gt0 = time.gmtime()
222 gt1 = time.gmtime(None)
  /external/python/cpython2/Lib/test/
test_structseq.py 9 t = time.gmtime()
30 t = time.gmtime()
32 t = time.gmtime(0)
38 t1 = time.gmtime()
44 t1 = time.gmtime()
51 t1 = time.gmtime()
57 t1 = time.gmtime()
61 t1 = time.gmtime()
71 t = time.gmtime()
101 t = time.gmtime()
    [all...]
test_time.py 37 tt = time.gmtime(self.t)
176 tt = time.gmtime(self.t)
189 time.asctime(time.gmtime(self.t))
231 time.gmtime(xmas2002), time.localtime(xmas2002)
240 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
252 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002))
280 for func in time.ctime, time.gmtime, time.localtime:
292 gt0 = time.gmtime()
293 gt1 = time.gmtime(None)
  /external/python/cpython3/Lib/test/
test_structseq.py 9 t = time.gmtime()
31 t = time.gmtime()
33 t = time.gmtime(0)
46 t1 = time.gmtime()
52 t1 = time.gmtime()
59 t1 = time.gmtime()
65 t1 = time.gmtime()
69 t1 = time.gmtime()
79 t = time.gmtime()
110 t = time.gmtime()
    [all...]
  /external/fonttools/Tests/misc/
timeTools_test.py 11 assert asctime(time.gmtime(0)) == 'Thu Jan 1 00:00:00 1970'
  /external/tcpdump/
gmt2local.c 38 * Use gmtime() and localtime() to keep things simple.
50 *gmt = *gmtime(&t);
  /external/skia/tools/skqp/
get_gold_results.py 33 now = time.strftime("%Y%m%d_%H%M%S", time.gmtime())
  /external/skqp/tools/skqp/
get_gold_results.py 33 now = time.strftime("%Y%m%d_%H%M%S", time.gmtime())
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 61 struct tm * gmtime (const time_t *timer);
242 /** The gmtime function converts the calendar time pointed to by timer into a
248 @return The gmtime function returns a pointer to the broken-down time,
251 struct tm * gmtime(const time_t *timer);
253 /** The timegm function is the opposite of gmtime.
  /external/fonttools/Lib/fontTools/misc/
timeTools.py 20 Convert a tuple or struct_time representing a time as returned by gmtime()
23 >>> asctime(time.gmtime(0))
45 return asctime(time.gmtime(max(0, value + epoch_diff)))
  /external/libcxx/test/std/depr/depr.c.headers/
time_h.pass.cpp 35 static_assert((std::is_same<decltype(gmtime(&t)), tm*>::value), "");
  /external/v8/tools/testrunner/local/
verbose.py 89 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeEfi.c 102 IT = gmtime(&CalTime);
  /external/libcxx/test/std/language.support/support.runtime/
ctime.pass.cpp 54 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
  /external/libcxx/test/std/utilities/time/date.time/
ctime.pass.cpp 60 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
  /external/icu/icu4c/source/tools/tzcode/
private.h 264 # undef gmtime macro
265 # define gmtime tz_gmtime macro
284 struct tm *gmtime(time_t const *);
  /bionic/libc/tzcode/
private.h 338 # undef gmtime macro
339 # define gmtime tz_gmtime macro
384 struct tm *gmtime(time_t const *);
  /bionic/libc/include/
time.h 74 struct tm* gmtime(const time_t* __t);
  /bionic/tests/headers/posix/
time_h.c 90 FUNCTION(gmtime, struct tm* (*f)(const time_t*));

Completed in 1370 milliseconds

1 2 3 4 5 6 7 8