HomeSort by relevance Sort by last modified time
    Searched defs:gmtime (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 49 #undef gmtime macro
50 extern struct tm *gmtime (time_t const *);
69 /* Same as above, since gmtime and localtime use the same buffer. */
73 struct tm *tm = gmtime (timep);
  /bionic/libc/tzcode/
private.h 243 # undef gmtime macro
244 # define gmtime tz_gmtime macro
263 struct tm *gmtime(time_t const *);
localtime.c 227 ** ctime, gmtime, localtime] return values in one of two static
1426 gmtime(const time_t * const timep) function
    [all...]
  /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/third_party/icu/source/tools/tzcode/
localtime.c 214 ** ctime, gmtime, localtime] return values in one of two static
1387 gmtime(timep) function
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 214 ** ctime, gmtime, localtime] return values in one of two static
1387 gmtime(timep) function
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 976 static struct tm *gmtime(const time_t *ptime, struct tm *ptm) { function
    [all...]

Completed in 491 milliseconds