Searched refs:timegm (Results 1 – 20 of 20) sorted by relevance
/external/bison/lib/ |
D | time.in.h | 210 # 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/darwin-lib/ |
D | time.h | 522 # 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/linux-lib/ |
D | time.h | 522 # 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/ |
D | test613.pl | 33 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.py | 72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff 81 mac_epoch_diff = calendar.timegm((1904, 1, 1, 0, 0, 0, 0, 0, 0))
|
D | F_F_T_M_.py | 43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
|
/external/libchrome/base/ |
D | os_compat_android.h | 19 extern "C" time_t timegm(struct tm* const t);
|
D | os_compat_android.cc | 47 time_t timegm(struct tm* const t) { in timegm() function
|
/external/skia/infra/bots/recipe_modules/skpbench/ |
D | api.py | 60 ts = int(calendar.timegm(now.utctimetuple()))
|
/external/skia/infra/bots/recipe_modules/upload_dm_results/ |
D | api.py | 75 str(int(calendar.timegm(now.utctimetuple())))])
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ |
D | sigbase.py | 38 return calendar.timegm((year, month, day, hour, minute, second,
|
/external/libchrome/base/time/ |
D | time_posix.cc | 70 return timegm(timestruct); in SysTimeFromTimeStruct()
|
/external/skia/infra/bots/recipe_modules/perf/ |
D | api.py | 222 ts = int(calendar.timegm(now.utctimetuple()))
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | httparchive_test.py | 451 NOW_SECONDS = calendar.timegm(email.utils.parsedate(NOW_DATE_A))
|
D | httparchive.py | 881 return calendar.timegm(date_tuple)
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 1949 timegm(struct tm *const tmp) in timegm() function
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | device_utils.py | 1684 d['st_mtime'] = calendar.timegm(
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 1801 d['st_mtime'] = calendar.timegm(
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3134 fun:timegm=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 663 PUBLIC 9fa30 0 timegm
|