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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
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 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 25 typedef std::chrono::system_clock Clock;
28 typedef std::chrono::milliseconds ms;
29 typedef std::chrono::nanoseconds ns;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 27 typedef std::chrono::system_clock Clock;
30 typedef std::chrono::milliseconds ms;
31 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;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
lock.pass.cpp 27 typedef std::chrono::system_clock Clock;
30 typedef std::chrono::milliseconds ms;
31 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;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
lock.pass.cpp 27 typedef std::chrono::system_clock Clock;
30 typedef std::chrono::milliseconds ms;
31 typedef std::chrono::nanoseconds ns;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 26 typedef std::chrono::system_clock Clock;
29 typedef std::chrono::milliseconds ms;
30 typedef std::chrono::nanoseconds ns;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 27 typedef std::chrono::system_clock Clock;
30 typedef std::chrono::milliseconds ms;
31 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;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
lock.pass.cpp 27 typedef std::chrono::system_clock Clock;
30 typedef std::chrono::milliseconds ms;
31 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;
  /external/libcxx/test/std/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;
  /external/libcxx/test/std/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;
  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 197 chrono::time_point<chrono::high_resolution_clock> start, end;
201 start = chrono::high_resolution_clock::now();
203 end = chrono::high_resolution_clock::now();
205 uint64_t cur_time = uint64_t(chrono::duration_cast<chrono::nanoseconds>(end - start).count());
284 chrono::time_point<chrono::high_resolution_clock> start, end;
286 start = chrono::high_resolution_clock::now();
289 end = chrono::high_resolution_clock::now()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 18 #include <chrono>
24 typedef std::chrono::milliseconds ms;
25 typedef std::chrono::high_resolution_clock Clock;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 typedef std::chrono::milliseconds ms;
27 typedef std::chrono::nanoseconds ns;

Completed in 1246 milliseconds

1 2 3 4 5 6 7 8 91011>>