Home
last modified time | relevance | path

Searched refs:timegm (Results 1 – 25 of 28) sorted by relevance

12

/external/bison/lib/
Dtime.in.h210 # undef timegm
211 # define timegm rpl_timegm
213 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
214 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
217 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
219 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
221 _GL_CXXALIASWARN (timegm);
/external/bison/linux-lib/
Dtime.h522 # undef timegm
523 # define timegm rpl_timegm
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
533 _GL_CXXALIASWARN (timegm);
/external/bison/darwin-lib/
Dtime.h522 # undef timegm
523 # define timegm rpl_timegm
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
533 _GL_CXXALIASWARN (timegm);
/external/curl/tests/libtest/
Dtest613.pl33 utime time, timegm(0,0,12,1,0,100), "plainfile.txt";
40 utime time, timegm(0,0,12,31,11,100), "rofile.txt";
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_e_a_d.py72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
81 mac_epoch_diff = calendar.timegm((1904, 1, 1, 0, 0, 0, 0, 0, 0))
DF_F_T_M_.py43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
/external/libchrome/base/
Dos_compat_android.h19 extern "C" time_t timegm(struct tm* const t);
Dos_compat_android.cc47 time_t timegm(struct tm* const t) { in timegm() function
/external/skia/infra/bots/recipes/
Dupload_dm_results.py85 str(int(calendar.timegm(now.utctimetuple())))])
Dskpbench.py80 ts = int(calendar.timegm(now.utctimetuple()))
Dperf.py276 ts = int(calendar.timegm(now.utctimetuple()))
/external/libchrome/base/time/
Dtime_posix.cc70 return timegm(timestruct); in SysTimeFromTimeStruct()
/external/python/cpython2/Lib/
Dssl.py958 from calendar import timegm
975 return timegm((tt[0], month_number) + tt[2:6])
Dcookielib.py38 from calendar import timegm
76 return timegm(tt)
Dcalendar.py611 def timegm(tuple): function
Dmailbox.py1665 message.set_date(calendar.timegm(time.strptime(maybe_date,
Dtarfile.py2610 tinfo.mtime = calendar.timegm(zinfo.date_time)
/external/python/cpython2/Doc/library/
Dcalendar.rst295 .. function:: timegm(tuple)
300 encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each others'
Dtime.rst102 | :class:`struct_time` in | seconds since the epoch | :func:`calendar.timegm` |
186 :class:`struct_time` object. See :func:`calendar.timegm` for the inverse of this
560 General calendar-related functions. :func:`~calendar.timegm` is the
/external/python/cpython2/Lib/email/
D_parseaddr.py158 t = calendar.timegm(data)
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py1684 d['st_mtime'] = calendar.timegm(
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1949 timegm(struct tm *const tmp) in timegm() function
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1806 d['st_mtime'] = calendar.timegm(
/external/python/cpython2/
Dpyconfig.h.in841 /* Define to 1 if you have the `timegm' function. */
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3134 fun:timegm=uninstrumented

12