HomeSort by relevance Sort by last modified time
    Searched refs:gmtime (Results 76 - 100 of 196) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /bionic/libc/tzcode/
private.h 243 # undef gmtime macro
244 # define gmtime tz_gmtime macro
263 struct tm *gmtime(time_t const *);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 136 struct tm* current_time = gmtime(&current_time_seconds);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 136 gmtime() and localtime(), otherwise the current time is used.
167 now = time.gmtime(timeval)
193 utcdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(timeval))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 136 gmtime() and localtime(), otherwise the current time is used.
167 now = time.gmtime(timeval)
193 utcdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(timeval))
  /external/chromium_org/chrome/test/functional/media/
audio_tools.py 63 duration = time.strftime('%H:%M:%S', time.gmtime(self._duration))
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 129 // On Windows, gmtime is thread safe.
130 struct tm *tm = gmtime(timep); // NOLINT
timeutils_unittest.cc 156 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presenceouttask.cc 146 struct tm* current_time = gmtime(&current_time_seconds);
  /external/elfutils/tests/
saridx.c 183 strftime (buf, sizeof buf, "%Y-%m-%dT%H:%M:%S%z", gmtime (&t));
  /external/wpa_supplicant_8/src/utils/
os_unix.c 89 tm1 = gmtime(&t_local);
108 tm2 = gmtime(&t2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 390 from time import gmtime, time namespace
392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 390 from time import gmtime, time namespace
392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 171 g_libc_localtime = gmtime;
  /external/chromium_org/third_party/openssl/openssl/crypto/
o_time.c 91 ts = gmtime(timer);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 181 my @tmp = split /\s+/, scalar gmtime();
  /external/e2fsprogs/debugfs/
util.c 205 return asctime((do_gmt) ? gmtime(&t) : localtime(&t));

Completed in 656 milliseconds

1 2 34 5 6 7 8