HomeSort by relevance Sort by last modified time
    Searched refs:time_point (Results 151 - 175 of 190) sorted by null

1 2 3 4 5 67 8

  /external/libcxx/test/std/thread/futures/futures.unique_future/
wait_until.pass.cpp 18 // wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
81 Clock::time_point t0 = Clock::now();
83 Clock::time_point t1 = Clock::now();
102 Clock::time_point t0 = Clock::now();
104 Clock::time_point t1 = Clock::now();
123 Clock::time_point t0 = Clock::now();
125 Clock::time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait_until.pass.cpp 16 // wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
57 Clock::time_point t0 = Clock::now();
59 Clock::time_point t1 = Clock::now();
73 Clock::time_point t0 = Clock::now();
75 Clock::time_point t1 = Clock::now();
89 Clock::time_point t0 = Clock::now();
91 Clock::time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait_until.pass.cpp 16 // wait_until(const chrono::time_point<Clock, Duration>& abs_time) const;
57 Clock::time_point t0 = Clock::now();
59 Clock::time_point t1 = Clock::now();
73 Clock::time_point t0 = Clock::now();
75 Clock::time_point t1 = Clock::now();
89 Clock::time_point t0 = Clock::now();
91 Clock::time_point t1 = Clock::now();
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.hires/
consistency.pass.cpp 31 static_assert((std::is_same<C::duration, C::time_point::duration>::value), "");
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.steady/
consistency.pass.cpp 32 static_assert((std::is_same<C::duration, C::time_point::duration>::value), "");
  /external/libcxx/test/std/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 12 // time_point
15 // time_point<Clock, ToDuration>
16 // time_point_cast(const time_point<Clock, Duration>& t);
27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
  /external/libcxxabi/test/support/
timer.hpp 13 typedef Clock::time_point TimePoint;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/
consistency.pass.cpp 31 static_assert((std::is_same<C::duration, C::time_point::duration>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/
consistency.pass.cpp 31 static_assert((std::is_same<C::duration, C::time_point::duration>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 12 // time_point
15 // time_point<Clock, ToDuration>
16 // time_point_cast(const time_point<Clock, Duration>& t);
27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/support/
timer.hpp 13 typedef Clock::time_point TimePoint;
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_for.pass.cpp 43 Clock::time_point t0 = Clock::now();
47 Clock::time_point t1 = Clock::now();
wait_for_pred.pass.cpp 53 Clock::time_point t0 = Clock::now();
55 Clock::time_point t1 = Clock::now();
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_for.pass.cpp 46 Clock::time_point t0 = Clock::now();
50 Clock::time_point t1 = Clock::now();
wait_for_pred.pass.cpp 56 Clock::time_point t0 = Clock::now();
58 Clock::time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for.pass.cpp 41 Clock::time_point t0 = Clock::now();
45 Clock::time_point t1 = Clock::now();
wait_for_pred.pass.cpp 51 Clock::time_point t0 = Clock::now();
53 Clock::time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_for.pass.cpp 44 Clock::time_point t0 = Clock::now();
48 Clock::time_point t1 = Clock::now();
wait_for_pred.pass.cpp 54 Clock::time_point t0 = Clock::now();
56 Clock::time_point t1 = Clock::now();
  /external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/
op_equal.pass.cpp 12 // time_point
16 // operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
20 // operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
30 typedef std::chrono::time_point<Clock, Duration1> T1;
31 typedef std::chrono::time_point<Clock, Duration2> T2;
op_less.pass.cpp 12 // time_point
16 // operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
20 // operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
24 // operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
28 // operator>=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
38 typedef std::chrono::time_point<Clock, Duration1> T1
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.pass.cpp 12 // time_point
16 // operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
20 // operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
30 typedef std::chrono::time_point<Clock, Duration1> T1;
31 typedef std::chrono::time_point<Clock, Duration2> T2;
op_less.pass.cpp 12 // time_point
16 // operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
20 // operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
24 // operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
28 // operator>=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
38 typedef std::chrono::time_point<Clock, Duration1> T1
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 184 system_clock::time_point ProcessStartTime = system_clock::now();
185 system_clock::time_point LastExternalSync = system_clock::now();
186 system_clock::time_point UnitStartTime;
  /device/google/contexthub/util/nanotool/
log.h 87 static std::chrono::time_point<std::chrono::steady_clock> init_time_;

Completed in 449 milliseconds

1 2 3 4 5 67 8