/external/libcxx/test/std/utilities/time/time.clock/time.clock.steady/ |
now.pass.cpp | 16 // static time_point now(); 24 C::time_point t1 = C::now(); 25 C::time_point t2 = C::now();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/ |
now.pass.cpp | 14 // static time_point now(); 22 C::time_point t1 = C::now(); 23 C::time_point t2 = C::now();
|
/external/libcxx/test/std/utilities/time/ |
clock.h | 20 typedef std::chrono::time_point<Clock, duration> time_point; typedef in class:Clock 23 static time_point now();
|
/external/libcxx/test/std/utilities/time/time.clock/time.clock.hires/ |
now.pass.cpp | 14 // static time_point now(); 22 C::time_point t1 = C::now(); 24 assert(C::time_point::min() < t1); 25 assert(C::time_point::max() > t1);
|
/external/libcxx/test/std/utilities/time/time.clock/time.clock.system/ |
now.pass.cpp | 14 // static time_point now(); 22 C::time_point t1 = C::now(); 24 assert(C::time_point::min() < t1); 25 assert(C::time_point::max() > t1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/ |
clock.h | 20 typedef std::chrono::time_point<Clock, duration> time_point; typedef in class:Clock 23 static time_point now();
|
/device/google/contexthub/util/common/ |
util.h | 8 typedef std::chrono::time_point<std::chrono::steady_clock> SteadyClock;
|
/external/google-benchmark/cmake/ |
steady_clock.cpp | 5 Clock::time_point tp = Clock::now();
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/ |
sleep_until.pass.cpp | 15 // void sleep_until(const chrono::time_point<Clock, Duration>& abs_time); 24 typedef Clock::time_point time_point; typedef 27 time_point t0 = Clock::now(); 29 time_point t1 = Clock::now();
|
/external/libcxx/test/std/utilities/time/time.point/ |
duration.fail.cpp | 12 // time_point 20 typedef std::chrono::time_point<std::chrono::system_clock, int> T;
|
/external/libcxx/test/std/utilities/time/time.point/time.point.cons/ |
convert.pass.cpp | 12 // time_point 15 // time_point(const time_point<clock, Duration2>& t); 26 std::chrono::time_point<Clock, Duration2> t2(Duration2(3)); 27 std::chrono::time_point<Clock, Duration1> t1 = t2; 32 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(3)); 33 constexpr std::chrono::time_point<Clock, Duration1> t1 = t2;
|
convert.fail.cpp | 12 // time_point 15 // time_point(const time_point<clock, Duration2>& t); 27 std::chrono::time_point<Clock, Duration2> t2(Duration2(3)); 28 std::chrono::time_point<Clock, Duration1> t1 = t2;
|
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/ |
op_-duration.pass.cpp | 12 // time_point 15 // time_point<Clock, typename common_type<Duration1, duration<Rep2, Period2>>::type> 16 // operator-(const time_point<Clock, Duration1>& lhs, const duration<Rep2, Period2>& rhs); 27 std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 28 std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); 33 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 34 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5);
|
op_-time_point.pass.cpp | 12 // time_point 16 // operator-(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs); 27 std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 28 std::chrono::time_point<Clock, Duration2> t2(Duration2(5)); 33 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 34 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/ |
sleep_for.pass.cpp | 22 typedef Clock::time_point time_point; typedef 25 time_point t0 = Clock::now(); 27 time_point t1 = Clock::now();
|
sleep_until.pass.cpp | 13 // void sleep_until(const chrono::time_point<Clock, Duration>& abs_time); 22 typedef Clock::time_point time_point; typedef 25 time_point t0 = Clock::now(); 27 time_point t1 = Clock::now();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/ |
now.pass.cpp | 14 // static time_point now(); 21 C::time_point t1 = C::now();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/ |
now.pass.cpp | 14 // static time_point now(); 21 C::time_point t1 = C::now();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/ |
duration.fail.cpp | 12 // time_point 20 typedef std::chrono::time_point<std::chrono::system_clock, int> T;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/ |
convert.pass.cpp | 12 // time_point 15 // time_point(const time_point<clock, Duration2>& t); 26 std::chrono::time_point<Clock, Duration2> t2(Duration2(3)); 27 std::chrono::time_point<Clock, Duration1> t1 = t2; 32 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(3)); 33 constexpr std::chrono::time_point<Clock, Duration1> t1 = t2;
|
convert.fail.cpp | 12 // time_point 15 // time_point(const time_point<clock, Duration2>& t); 27 std::chrono::time_point<Clock, Duration2> t2(Duration2(3)); 28 std::chrono::time_point<Clock, Duration1> t1 = t2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/ |
op_-duration.pass.cpp | 12 // time_point 15 // time_point<Clock, typename common_type<Duration1, duration<Rep2, Period2>>::type> 16 // operator-(const time_point<Clock, Duration1>& lhs, const duration<Rep2, Period2>& rhs); 27 std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 28 std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); 33 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 34 constexpr std::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5);
|
op_-time_point.pass.cpp | 12 // time_point 16 // operator-(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs); 27 std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 28 std::chrono::time_point<Clock, Duration2> t2(Duration2(5)); 33 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3)); 34 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
|
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
toduration.fail.cpp | 12 // time_point 15 // time_point<Clock, ToDuration> 16 // time_point_cast(const time_point<Clock, Duration>& t); 25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; 26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/ |
toduration.fail.cpp | 12 // time_point 15 // time_point<Clock, ToDuration> 16 // time_point_cast(const time_point<Clock, Duration>& t); 25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; 26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint;
|