HomeSort by relevance Sort by last modified time
    Searched refs:gmtime_r (Results 26 - 48 of 48) sorted by null

12

  /bionic/tests/
time_test.cpp 71 TEST(time, gmtime_r) {
74 struct tm* broken_down = gmtime_r(&t, &tm);
  /device/generic/goldfish/gps/
gps_qemu.c 277 gmtime_r( &now, &tm );
609 gmtime_r( (time_t*) &timestamp, &utc );
    [all...]
  /bionic/libc/bionic/
time64.c 44 gmtime64_r() is a 64-bit equivalent of gmtime_r().
69 # define GMTIME_R(clock, result) gmtime_r(clock, result)
71 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result)
444 /* Simulate gmtime_r() to the best of our ability */
532 GMTIME_R(&safe_time, &safe_date);
  /device/generic/goldfish/camera/
Exif.cpp 42 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm)
  /bionic/libc/tzcode/
localtime.c 1551 gmtime_r(const time_t *timep, struct tm *tmp) function
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 1169 mytime = gmtime_r(&myclock, &res);
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 338 #define gmtime_r _gmtime_r
  /external/python/cpython3/Python/
pytime.c 1092 if (gmtime_r(&t, tm) == NULL) {
  /frameworks/av/services/camera/libcameraservice/utils/
ExifUtils.cpp     [all...]
  /external/ImageMagick/MagickCore/
string.c     [all...]
  /external/libevent/test/
regress_util.c     [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1389 gmtime_r(const time_t *const timep, struct tm *tmp) function
    [all...]
  /external/libchrome/base/time/
time_unittest.cc 162 gmtime_r(&now_t_1, &tms);
    [all...]
  /external/u-boot/tools/
mxsimage.c 305 ret = gmtime_r(&seconds_to_now, tm);
    [all...]
  /external/curl/
configure     [all...]
  /external/google-breakpad/src/processor/
minidump.cc 375 gmtime_r(&tt, &timestruct);
    [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /external/libaom/libaom/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 675 gmtime_r(&now, &tm);
    [all...]
  /external/ImageMagick/
configure     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2133 milliseconds

12