HomeSort by relevance Sort by last modified time
    Searched full:chrono (Results 251 - 275 of 542) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
mutex.fail.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
mutex.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
try_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
hours.pass.cpp 10 // <chrono>
14 #include <chrono>
20 typedef std::chrono::hours D;
microseconds.pass.cpp 10 // <chrono>
14 #include <chrono>
20 typedef std::chrono::microseconds D;
milliseconds.pass.cpp 10 // <chrono>
14 #include <chrono>
20 typedef std::chrono::milliseconds D;
minutes.pass.cpp 10 // <chrono>
14 #include <chrono>
20 typedef std::chrono::minutes D;
nanoseconds.pass.cpp 10 // <chrono>
14 #include <chrono>
20 typedef std::chrono::nanoseconds D;
seconds.pass.cpp 10 // <chrono>
14 #include <chrono>
20 typedef std::chrono::seconds D;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/
op_times_rep1.fail.cpp 10 // <chrono>
22 #include <chrono>
28 std::chrono::duration<Rep> d;
op_times_rep2.fail.cpp 10 // <chrono>
22 #include <chrono>
28 std::chrono::duration<Rep> d;
  /cts/tests/tests/view/jni/
android_view_cts_ChoreographerNativeTest.cpp 24 #include <chrono>
41 static constexpr std::chrono::nanoseconds NOMINAL_VSYNC_PERIOD{16ms};
42 static constexpr std::chrono::nanoseconds DELAY_PERIOD{NOMINAL_VSYNC_PERIOD * 5};
47 std::chrono::nanoseconds frameTime{0};
54 cb->frameTime = std::chrono::nanoseconds{frameTimeNanos};
57 static std::chrono::nanoseconds now() {
58 return std::chrono::steady_clock::now().time_since_epoch();
129 auto delay = std::chrono::duration_cast<std::chrono::milliseconds>(DELAY_PERIOD).count();
  /external/libcxx/src/
condition_variable.cpp 51 chrono::time_point<chrono::system_clock, chrono::nanoseconds> tp) _NOEXCEPT
53 using namespace chrono;
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_for.pass.cpp 19 // const chrono::duration<Rep, Period>& rel_time);
24 #include <chrono>
37 typedef std::chrono::system_clock Clock;
38 typedef std::chrono::milliseconds milliseconds;
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_for.pass.cpp 18 // wait_for(Lock& lock, const chrono::duration<Rep, Period>& rel_time);
23 #include <chrono>
40 typedef std::chrono::system_clock Clock;
41 typedef std::chrono::milliseconds milliseconds;

Completed in 267 milliseconds

<<11121314151617181920>>