HomeSort by relevance Sort by last modified time
    Searched full:gmtime (Results 201 - 225 of 399) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/tools/tzcode/
localtime.c 214 ** ctime, gmtime, localtime] return values in one of two static
1387 gmtime(timep) function
    [all...]
  /external/iptables/extensions/
libxt_time.c 306 t = gmtime(&date);
  /external/openssl/crypto/
o_time.c 91 ts = gmtime(timer);
  /external/ppp/pppd/plugins/radius/
avpair.c 752 gmtime ((time_t *) & pair->lvalue));
  /external/tcpdump/
util.c 193 tm = gmtime (&Time);
  /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/
plistlib.py 41 aDate=datetime.datetime.fromtimestamp(time.mktime(time.gmtime())),
Cookie.py 390 from time import gmtime, time namespace
392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
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/
plistlib.py 41 aDate=datetime.datetime.fromtimestamp(time.mktime(time.gmtime())),
Cookie.py 390 from time import gmtime, time namespace
392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
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)
  /external/chromium_org/third_party/sqlite/src/src/
date.c 1023 ** This function uses the C-library functions time(), gmtime()
1054 pTm = gmtime(&t);
  /external/chromium_org/courgette/testdata/
elf-32-1 
elf-32-2 
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ts.h 575 /* Default callback uses the gettimeofday() and gmtime() system calls. */
  /external/openssh/
moduli.c 154 gtm = gmtime(&time_now);
  /external/openssl/include/openssl/
ts.h 575 /* Default callback uses the gettimeofday() and gmtime() system calls. */
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 700 #undef gmtime
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 555 created = time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime())
592 iso_now = time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 555 created = time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime())
592 iso_now = time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime())
    [all...]

Completed in 1467 milliseconds

1 2 3 4 5 6 7 891011>>