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

123

/external/chromium_org/base/
H A Dos_compat_nacl.cc20 ret = mktime(tm);
/external/compiler-rt/test/msan/
H A Dmktime.cc20 time_t t = mktime(&tm);
22 // CHECK: in main{{.*}}mktime.cc:[[@LINE-2]]
/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/libcxx/test/depr/depr.c.headers/
H A Dtime_h.pass.cpp31 static_assert((std::is_same<decltype(mktime(&tmv)), time_t>::value), "");
/external/libcxx/test/language.support/support.runtime/
H A Dctime.pass.cpp31 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
/external/libcxx/test/utilities/date.time/
H A Dtested_elsewhere.pass.cpp30 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
/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/npapi/npspy/extern/nspr/md/
H A Dsunos4.h134 extern time_t mktime(struct tm *);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c81 t_local = mktime(&tm);
86 t1 = mktime(tm1);
89 t2 = mktime(tm1);
H A Dos_unix.c121 t_local = mktime(&tm);
126 t1 = mktime(tm1);
129 t2 = mktime(tm1);
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c81 t_local = mktime(&tm);
86 t1 = mktime(tm1);
89 t2 = mktime(tm1);
H A Dos_unix.c121 t_local = mktime(&tm);
126 t1 = mktime(tm1);
129 t2 = mktime(tm1);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c81 t_local = mktime(&tm);
86 t1 = mktime(tm1);
89 t2 = mktime(tm1);
H A Dos_unix.c121 t_local = mktime(&tm);
126 t1 = mktime(tm1);
129 t2 = mktime(tm1);
/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())
/external/chromium_org/third_party/icu/source/test/compat/
H A Dtzdate.c125 now = mktime(&ts);
/external/icu/icu4c/source/test/compat/
H A Dtzdate.c125 now = mktime(&ts);
/external/chromium_org/base/time/
H A Dpr_time_unittest.cc29 // Use mktime to get a time_t, and turn it into a PRTime by converting
42 -1 // DST in effect, -1 tells mktime to figure it out
45 mktime(&local_comparison_tm) * Time::kMicrosecondsPerSecond;
58 -1 // DST in effect, -1 tells mktime to figure it out
61 mktime(&local_comparison_tm_2) * Time::kMicrosecondsPerSecond;
/external/chromium_org/third_party/webrtc/base/
H A Dtimeutils_unittest.cc138 // mktime() uses local time, so we have to compensate for that.
139 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
140 time_t t = ::mktime(&tm) + local_delta;
/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/skia/src/xml/
H A DSkJS.cpp26 time_t mktime(struct tm *timeptr ) { function

Completed in 595 milliseconds

123