Home
last modified time | relevance | path

Searched refs:to_time_t (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/std/utilities/time/time.clock/time.clock.system/
Dto_time_t.pass.cpp22 std::time_t t1 = C::to_time_t(C::now()); in main()
Dfrom_time_t.pass.cpp22 C::time_point t1 = C::from_time_t(C::to_time_t(C::now())); in main()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DChrono.h38 return system_clock::to_time_t( in toTimeT()
/external/libcxx/src/
Dchrono.cpp92 system_clock::to_time_t(const time_point& t) _NOEXCEPT in to_time_t() function in chrono::system_clock
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DChrono.h39 return system_clock::to_time_t( in toTimeT()
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc185 std::time_t now = Clock::to_time_t(Clock::now()); in DateTimeString()
/external/google-benchmark/src/
Dtimers.cc185 std::time_t now = Clock::to_time_t(Clock::now()); in DateTimeString()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp392 TEST_CHECK(Clock::to_time_t(ftime) == file_write_time.tv_sec); in TEST_CASE()
396 TEST_CHECK(Clock::to_time_t(dtime) == dir_write_time.tv_sec); in TEST_CASE()
/external/catch2/include/internal/
Dcatch_tostring.h618 auto converted = std::chrono::system_clock::to_time_t(time_point);
/external/libcxx/include/
Dchrono276 static time_t to_time_t (const time_point& __t) noexcept;
1566 static time_t to_time_t (const time_point& __t) _NOEXCEPT;
2848 static time_t to_time_t(const time_point& __t) noexcept {
/external/skia/tools/bookmaker/
DincludeWriter.cpp2645 time_t tt = std::chrono::system_clock::to_time_t(now); in writeHeader()
/external/skqp/tools/bookmaker/
DincludeWriter.cpp2646 time_t tt = std::chrono::system_clock::to_time_t(now); in writeHeader()
/external/catch2/single_include/catch2/
Dcatch.hpp1806 auto converted = std::chrono::system_clock::to_time_t(time_point); in convert()