Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 25 of 55) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
Dconvert_inexact.pass.cpp26 std::chrono::duration<double, std::milli> ms = us; in main() local
32 constexpr std::chrono::duration<double, std::milli> ms = us; in main() local
Dconvert_exact.pass.cpp25 std::chrono::milliseconds ms(1); in main() local
31 constexpr std::chrono::milliseconds ms(1); in main() local
Dconvert_inexact.fail.cpp24 std::chrono::milliseconds ms = us; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/
Dsleep_for.pass.cpp24 std::chrono::milliseconds ms(500); in main() local
Dsleep_until.pass.cpp24 std::chrono::milliseconds ms(500); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/
Dnotify_all_at_thread_exit.pass.cpp24 typedef std::chrono::milliseconds ms; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
Dtry_lock_for.pass.cpp24 typedef std::chrono::milliseconds ms; typedef
Dtry_lock_until.pass.cpp29 typedef std::chrono::milliseconds ms; in try_lock_shared_until() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
Dlock.pass.cpp28 typedef std::chrono::milliseconds ms; typedef
Dtry_lock.pass.cpp28 typedef std::chrono::milliseconds ms; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
Dtry_lock.pass.cpp26 typedef std::chrono::milliseconds ms; typedef
Dlock.pass.cpp28 typedef std::chrono::milliseconds ms; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
Dtry_lock.pass.cpp26 typedef std::chrono::milliseconds ms; typedef
Dlock.pass.cpp28 typedef std::chrono::milliseconds ms; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
Dtry_lock.pass.cpp26 typedef std::chrono::milliseconds ms; typedef
Dlock.pass.cpp28 typedef std::chrono::milliseconds ms; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dtry_lock_for.pass.cpp22 typedef std::chrono::milliseconds ms; typedef
Dtry_lock_until.pass.cpp27 typedef std::chrono::milliseconds ms; in try_lock_until() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
Dtry_lock.pass.cpp26 typedef std::chrono::milliseconds ms; typedef
Dlock.pass.cpp28 typedef std::chrono::milliseconds ms; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/
Dliterals.pass.cpp44 std::chrono::milliseconds ms = 247ms; in main() local
Dliterals1.pass.cpp33 milliseconds ms = 247ms; in main() local
Dliterals2.pass.cpp36 std::chrono::milliseconds ms = 247ms; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
Dmutex.pass.cpp26 typedef std::chrono::milliseconds ms; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
Dadopt_lock.pass.cpp26 typedef std::chrono::milliseconds ms; typedef

123