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

1 2 3 45 6 7 8

  /external/openssl/crypto/
o_time.c 91 ts = gmtime(timer);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 129 #pragma redefine_extname gmtime __mfwrap_gmtime
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 232 extern struct tm *gmtime (__const time_t *__timer) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 232 extern struct tm *gmtime (__const time_t *__timer) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 232 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/e2fsprogs/e2fsck/
message.c 227 time_str = asctime((do_gmt > 0) ? gmtime(&t) : localtime(&t));
  /external/tcpdump/
util.c 193 tm = gmtime (&Time);
  /external/wpa_supplicant_8/src/utils/
os_internal.c 72 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/
mksdcard.c 71 struct tm tm = gmtime( &now )[0];
  /external/iptables/extensions/
libxt_time.c 306 t = gmtime(&date);
  /external/openssh/
moduli.c 154 gtm = gmtime(&time_now);
  /external/ppp/pppd/plugins/radius/
avpair.c 752 gmtime ((time_t *) & pair->lvalue));
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 749 tmp = gmtime(&t);
836 ** The packaged versions of localtime and gmtime never put out-of-range
953 gmt = *gmtime(&t);
  /external/icu4c/tools/tzcode/
zdump.c 749 tmp = gmtime(&t);
836 ** The packaged versions of localtime and gmtime never put out-of-range
953 gmt = *gmtime(&t);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 126 struct tm *timeinfo = gmtime( ( time_t * ) & (gpsTimestamp) );
147 struct tm *timeinfo = gmtime( ( time_t * ) & (gpsDatestamp) );

Completed in 414 milliseconds

1 2 3 45 6 7 8