Searched refs:mktime (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/base/
H A Dos_compat_nacl.cc20 ret = mktime(tm);
/external/bison/lib/
H A Dtime.in.h130 # define mktime rpl_mktime
132 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
133 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
135 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
137 _GL_CXXALIASWARN (mktime);
/external/stlport/stlport/stl/
H A D_ctime.h46 using _STLP_VENDOR_CSTD::mktime;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c70 t_local = mktime(&tm);
75 t1 = mktime(tm1);
78 t2 = mktime(tm1);
H A Dos_unix.c83 t_local = mktime(&tm);
88 t1 = mktime(tm1);
91 t2 = mktime(tm1);
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c70 t_local = mktime(&tm);
75 t1 = mktime(tm1);
78 t2 = mktime(tm1);
H A Dos_unix.c83 t_local = mktime(&tm);
88 t1 = mktime(tm1);
91 t2 = mktime(tm1);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c70 t_local = mktime(&tm);
75 t1 = mktime(tm1);
78 t2 = mktime(tm1);
H A Dos_unix.c83 t_local = mktime(&tm);
88 t1 = mktime(tm1);
91 t2 = mktime(tm1);
/external/bison/darwin-lib/
H A Dtime.h442 # define mktime rpl_mktime
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
447 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
449 _GL_CXXALIASWARN (mktime);
/external/bison/linux-lib/
H A Dtime.h442 # define mktime rpl_mktime
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
447 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
449 _GL_CXXALIASWARN (mktime);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtimeutils_unittest.cc155 // mktime() uses local time, so we have to compensate for that.
156 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
157 time_t t = ::mktime(&tm) + local_delta;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h134 extern time_t mktime(struct tm *);
/external/chromium_org/media/tools/layout_tests/
H A Dtest_expectations_history.py81 goback_start = time.mktime(
H A Dlayouttest_analyzer_helpers_unittest.py118 current_time = time.mktime(current_time.timetuple())
120 prev_time = time.mktime(prev_time.timetuple())
H A Dlayouttest_analyzer.py234 prev_time_in_float = time.mktime(prev_time_in_float.timetuple())
238 cur_time_in_float = time.mktime(cur_time_in_float.timetuple())
/external/chromium_org/third_party/icu/source/test/compat/
H A Dtzdate.c125 now = mktime(&ts);
/external/icu4c/test/compat/
H A Dtzdate.c125 now = mktime(&ts);
/external/chromium/base/
H A Dtime_posix.cc109 timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this
110 timestruct.tm_yday = 0; // mktime/timegm ignore this
113 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore
114 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore
119 seconds = mktime(&timestruct);
124 // Handle overflow. Clamping the range to what mktime and timegm might
135 // The minimum and maximum representible times that mktime and timegm could
/external/chromium_org/base/time/
H A Dpr_time_unittest.cc24 // Use mktime to get a time_t, and turn it into a PRTime by converting
37 -1 // DST in effect, -1 tells mktime to figure it out
39 comparison_time_local_ = mktime(&local_comparison_tm) *
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Dreflectionhandler.py139 time.mktime(expires_time.timetuple()))
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp26 time_t mktime(struct tm *timeptr ) { function
/external/kernel-headers/original/linux/
H A Dtime.h67 extern unsigned long mktime(const unsigned int year, const unsigned int mon,
/external/skia/src/xml/
H A DSkJS.cpp26 time_t mktime(struct tm *timeptr ) { function
/external/jhead/
H A Djhead.c587 // Call mktime to get weekday and such filled in.
588 UnixTime = mktime(&tm);
1079 UnixTime = mktime(&tm);
1172 UnixTime = mktime(&tm);
1384 UnixTime = mktime(&tm);
1591 ExifTimeSet = mktime(&tm);

Completed in 807 milliseconds

123