HomeSort by relevance Sort by last modified time
    Searched refs:time_point (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/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();
  /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/utilities/time/
clock.h 20 typedef std::chrono::time_point<Clock, duration> time_point; typedef in class:Clock
23 static time_point now();
  /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();
  /external/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();
  /external/libcxx/test/utilities/time/time.clock/time.clock.hires/
now.pass.cpp 14 // static time_point now();
21 C::time_point t1 = C::now();
  /external/libcxx/test/utilities/time/time.clock/time.clock.system/
now.pass.cpp 14 // static time_point now();
21 C::time_point t1 = C::now();
  /external/libcxx/test/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/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/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/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;
  /ndk/tests/build/test-gnustl-chrono/jni/
main.cpp 14 high_resolution_clock::time_point start = high_resolution_clock::now();
16 high_resolution_clock::time_point end = high_resolution_clock::now();

Completed in 280 milliseconds

1 2 3 4 5 6 7 8