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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 169 struct tm *__cdecl gmtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
185 gmtime((_Time)); \
212 #define gmtime_r(_Time,_Tm) (gmtime ((_Time)) ? (*(_Tm) = *gmtime (_Time),(_Tm)) : 0)
229 __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime64(_Time); } function
240 __CRT_INLINE struct tm *__cdecl gmtime(const time_t *_Time) { return _gmtime32(_Time); } function
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/icu/icu4c/source/tools/tzcode/
private.h 264 # undef gmtime macro
265 # define gmtime tz_gmtime macro
284 struct tm *gmtime(time_t const *);
localtime.c 211 ** ctime, gmtime, localtime] return values in one of two static
1379 gmtime(const time_t *const timep) function
    [all...]
  /bionic/libc/tzcode/
private.h 327 # undef gmtime macro
328 # define gmtime tz_gmtime macro
373 struct tm *gmtime(time_t const *);
localtime.c 189 ** ctime, gmtime, localtime] return values in one of two static
1581 gmtime(const time_t *timep) function
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 460 #define gmtime wceex_gmtime macro
479 memmove(&Icc ->Created, gmtime(&now), sizeof(Icc ->Created));
    [all...]

Completed in 627 milliseconds