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

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/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++/test/utilities/time/
clock.h 11 typedef std::chrono::time_point<Clock, duration> time_point; typedef in class:Clock
14 static time_point now();
  /ndk/sources/cxx-stl/llvm-libc++/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++/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++/test/utilities/time/time.clock/time.clock.system/
now.pass.cpp 14 // static time_point now();
21 C::time_point t1 = C::now();
from_time_t.pass.cpp 14 // static time_point from_time_t(time_t t);
22 C::time_point t1 = C::from_time_t(C::to_time_t(C::now()));
  /ndk/sources/cxx-stl/llvm-libc++/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++/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++/test/utilities/time/time.point/time.point.cons/
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/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();
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.async/
async.pass.cpp 63 Clock::time_point t0 = Clock::now();
65 Clock::time_point t1 = Clock::now();
71 Clock::time_point t0 = Clock::now();
73 Clock::time_point t1 = Clock::now();
79 Clock::time_point t0 = Clock::now();
81 Clock::time_point t1 = Clock::now();
87 Clock::time_point t0 = Clock::now();
89 Clock::time_point t1 = Clock::now();
96 Clock::time_point t0 = Clock::now();
98 Clock::time_point t1 = Clock::now()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
chrono.cpp 29 system_clock::time_point
34 return time_point(seconds(tv.tv_sec) + microseconds(tv.tv_usec));
38 system_clock::to_time_t(const time_point& t) _NOEXCEPT
43 system_clock::time_point
46 return system_clock::time_point(seconds(t));
103 steady_clock::time_point
107 return time_point(duration(fp()));
120 steady_clock::time_point
126 return time_point(seconds(tp.tv_sec) + nanoseconds(tp.tv_nsec));
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
32 time_point t1;
mutex.fail.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
32 time_point t1;
mutex.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
32 time_point t1;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
32 time_point t1;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 26 typedef Clock::time_point time_point; typedef
33 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
try_lock.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
lock.pass.cpp 26 typedef Clock::time_point time_point; typedef
33 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
try_lock.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 26 typedef Clock::time_point time_point; typedef
33 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
try_lock.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
lock.pass.cpp 26 typedef Clock::time_point time_point; typedef
33 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
try_lock.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();

Completed in 212 milliseconds

1 2 3