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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
timegm.c 2 timegm implementation
79 This funciton is in Time.c, which has a different license than timegm.
86 This funciton is in Time.c, which has a different license than timegm.
102 time_t timegm( struct tm * tmp ) function
  /external/tensorflow/tensorflow/core/platform/cloud/
time_util.cc 22 #define timegm _mkgmtime macro
49 *mtime_nsec = timegm(&parsed) * kNanosecondsPerSecond +
  /external/libchrome/base/
os_compat_android.cc 45 // 32-bit Android has only timegm64() and not timegm().
46 // We replicate the behaviour of timegm() when the result overflows time_t.
47 time_t timegm(struct tm* const t) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
calendar.py 15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
610 def timegm(tuple): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
calendar.py 15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
605 def timegm(tuple): function
  /external/python/cpython2/Lib/
calendar.py 15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
611 def timegm(tuple): function
  /external/python/cpython3/Lib/
calendar.py 16 "timegm", "month_name", "month_abbr", "day_name", "day_abbr",
598 def timegm(tuple): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
610 def timegm(tuple): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
610 def timegm(tuple): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
610 def timegm(tuple): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
610 def timegm(tuple): function
  /bionic/libc/tzcode/
private.h 366 # undef timegm macro
367 # define timegm tz_timegm macro
424 # if !defined timegm || defined time_tz
425 time_t timegm(struct tm *);
localtime.c 2175 timegm(struct tm *tmp) function
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 363 timegm(struct tm *p) function
366 but it is likely that platforms that don't have timegm do not support
402 gmtoff = timegm(&buf) - when;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1949 timegm(struct tm *const tmp) function
    [all...]

Completed in 683 milliseconds