HomeSort by relevance Sort by last modified time
    Searched defs:time_point (Results 76 - 91 of 91) sorted by null

1 2 34

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_shared.pass.cpp 32 typedef Clock::time_point time_point; typedef
46 time_point t0 = Clock::now();
52 time_point t1 = Clock::now();
try_lock_shared_for.pass.cpp 33 typedef Clock::time_point time_point; typedef
51 time_point t0 = Clock::now();
53 time_point t1 = Clock::now();
61 time_point t0 = Clock::now();
63 time_point t1 = Clock::now();
try_lock_shared_until.pass.cpp 20 // bool try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time);
33 typedef Clock::time_point time_point; typedef
51 time_point t0 = Clock::now();
53 time_point t1 = Clock::now();
61 time_point t0 = Clock::now();
63 time_point t1 = Clock::now();
try_lock_until.pass.cpp 20 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
32 typedef Clock::time_point time_point; typedef
51 time_point t0 = Clock::now();
53 time_point t1 = Clock::now();
61 time_point t0 = Clock::now();
63 time_point t1 = Clock::now();
  /system/netd/include/
Stopwatch.h 41 typedef std::chrono::time_point<clock> time_point; typedef in class:Stopwatch
42 time_point mStart;
44 float getElapsed(const time_point& now) const {
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 19 // const chrono::time_point<Clock, Duration>& abs_time);
32 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
35 static time_point now()
38 return time_point(duration_cast<duration>(
58 Clock::time_point t0 = Clock::now();
59 Clock::time_point t = t0 + Clock::duration(250);
62 Clock::time_point t1 = Clock::now();
wait_until_pred.pass.cpp 19 // const chrono::time_point<Clock, Duration>& abs_time,
33 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
36 static time_point now()
39 return time_point(duration_cast<duration>(
68 Clock::time_point t0 = Clock::now();
69 Clock::time_point t = t0 + Clock::duration(250);
71 Clock::time_point t1 = Clock::now();
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 18 // wait_until(Lock& lock, const chrono::time_point<Clock, Duration>& abs_time);
31 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
34 static time_point now()
37 return time_point(duration_cast<duration>(
61 Clock::time_point t0 = Clock::now();
62 Clock::time_point t = t0 + Clock::duration(250);
65 Clock::time_point t1 = Clock::now();
wait_until_pred.pass.cpp 19 // const chrono::time_point<Clock, Duration>& abs_time,
33 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
36 static time_point now()
39 return time_point(duration_cast<duration>(
72 Clock::time_point t0 = Clock::now();
73 Clock::time_point t = t0 + Clock::duration(250);
75 Clock::time_point t1 = Clock::now();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 19 // const chrono::time_point<Clock, Duration>& abs_time);
32 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
35 static time_point now()
38 return time_point(duration_cast<duration>(
58 Clock::time_point t0 = Clock::now();
59 Clock::time_point t = t0 + Clock::duration(250);
62 Clock::time_point t1 = Clock::now();
wait_until_pred.pass.cpp 19 // const chrono::time_point<Clock, Duration>& abs_time,
33 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
36 static time_point now()
39 return time_point(duration_cast<duration>(
68 Clock::time_point t0 = Clock::now();
69 Clock::time_point t = t0 + Clock::duration(250);
71 Clock::time_point t1 = Clock::now();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 18 // wait_until(Lock& lock, const chrono::time_point<Clock, Duration>& abs_time);
31 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
34 static time_point now()
37 return time_point(duration_cast<duration>(
61 Clock::time_point t0 = Clock::now();
62 Clock::time_point t = t0 + Clock::duration(250);
65 Clock::time_point t1 = Clock::now();
wait_until_pred.pass.cpp 19 // const chrono::time_point<Clock, Duration>& abs_time,
33 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
36 static time_point now()
39 return time_point(duration_cast<duration>(
72 Clock::time_point t0 = Clock::now();
73 Clock::time_point t = t0 + Clock::duration(250);
75 Clock::time_point t1 = Clock::now();
  /external/libcxx/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp 179 typedef std::chrono::time_point<TestClock> time_point; typedef in struct:TestClock
182 static time_point now() noexcept { return {}; }
186 using TestFileTimeT = time_point<TestClock<Dur> >;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp 179 typedef std::chrono::time_point<TestClock> time_point; typedef in struct:TestClock
182 static time_point now() noexcept { return {}; }
186 using TestFileTimeT = time_point<TestClock<Dur> >;
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
stats_keeper.h 33 CompositionData(cvd::time::MonotonicTimePoint time_point, int num_prepares,
37 : time_point_(time_point),
44 cvd::time::MonotonicTimePoint time_point() const { return time_point_; } function in class:cvd::CompositionData

Completed in 253 milliseconds

1 2 34