HomeSort by relevance Sort by last modified time
    Searched refs:gmtime (Results 126 - 150 of 231) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 63 ** By default, Lua uses gmtime/localtime, except when POSIX is available,
73 #define l_gmtime(t,r) ((void)r, gmtime(t))
  /external/chromium_org/third_party/webrtc/base/
timeutils_unittest.cc 139 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 181 my @tmp = split /\s+/, scalar gmtime();
  /external/e2fsprogs/debugfs/
util.c 206 return asctime((do_gmt) ? gmtime(&t) : localtime(&t));
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 118 struct tm *tm = gmtime(&tv.tv_sec);
189 {{^gmtime\(.*\).*= .*} == 1}
  /external/openssl/crypto/
o_time.c 91 ts = gmtime(timer);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
time.h 233 extern struct tm *gmtime (__const time_t *__timer) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 233 extern struct tm *gmtime (__const time_t *__timer) __THROW;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 38 self.gmt = time.gmtime(now)
test_strptime.py 204 self.time_tuple = time.gmtime()
291 # When gmtime() is used with %Z, entire result of strftime() is empty.
413 self.time_tuple = time.gmtime()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 38 self.gmt = time.gmtime(now)
test_strptime.py 204 self.time_tuple = time.gmtime()
291 # When gmtime() is used with %Z, entire result of strftime() is empty.
413 self.time_tuple = time.gmtime()
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 700 #undef gmtime
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-create-patch 55 use Time::gmtime;
  /external/lldb/examples/summaries/cocoa/
NSDate.py 28 python_epoch = time.gmtime(0).tm_year
  /external/wpa_supplicant_8/src/utils/
os_internal.c 83 tm2 = gmtime(&t2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
  /sdk/emulator/mksdcard/src/source/
mksdcard.c 71 struct tm tm = gmtime( &now )[0];
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 217 g_libc_localtime = gmtime;
  /external/e2fsprogs/e2fsck/
message.c 231 time_str = asctime((do_gmt > 0) ? gmtime(&t) : localtime(&t));
  /external/iptables/extensions/
libxt_time.c 312 t = gmtime(&date);
  /external/ppp/pppd/plugins/radius/
avpair.c 752 gmtime ((time_t *) & pair->lvalue));

Completed in 4170 milliseconds

1 2 3 4 56 7 8 910