HomeSort by relevance Sort by last modified time
    Searched defs:ns (Results 51 - 75 of 434) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 43 char* ns = 0; local
101 static_assert((std::is_same<decltype(wcrtomb(ns, L' ', &mb)), size_t>::value), "");
103 static_assert((std::is_same<decltype(wcsrtombs(ns, (const wchar_t**)0, s, &mb)), size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 43 char* ns = 0; local
106 static_assert((std::is_same<decltype(std::wcrtomb(ns, L' ', &mb)), std::size_t>::value), "");
108 static_assert((std::is_same<decltype(std::wcsrtombs(ns, (const wchar_t**)0, s, &mb)), std::size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 27 typedef std::chrono::nanoseconds ns; typedef
38 ns d = t1 - t0 - ms(250);
mutex.pass.cpp 27 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
40 ns d = t1 - t0 - ms(250);
52 ns d = t1 - t0;
mutex_duration.pass.cpp 31 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
49 ns d = t1 - t0 - ms(250);
mutex_time_point.pass.cpp 31 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
40 assert(d < ns(50000000)); // within 50ms
49 ns d = t1 - t0 - ms(250);
mutex_try_to_lock.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
54 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
lock.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 27 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
mutex_duration.pass.cpp 28 typedef std::chrono::nanoseconds ns; typedef
36 ns d = t1 - t0 - ms(250);
46 ns d = t1 - t0 - ms(250);
mutex_time_point.pass.cpp 28 typedef std::chrono::nanoseconds ns; typedef
36 ns d = t1 - t0 - ms(250);
37 assert(d < ns(50000000)); // within 50ms
46 ns d = t1 - t0 - ms(250);
mutex_try_to_lock.pass.cpp 27 typedef std::chrono::nanoseconds ns; typedef
51 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
lock.pass.cpp 27 typedef std::chrono::nanoseconds ns; typedef
36 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
try_lock.pass.cpp 27 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
try_lock.pass.cpp 27 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
37 ns d = t1 - t0 - ms(250);
lock_shared.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
38 ns d = t1 - t0 - ms(250);
48 ns d = t1 - t0;
try_lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
try_lock_for.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
38 ns d = t1 - t0 - ms(250);
47 ns d = t1 - t0 - ms(250);
try_lock_shared.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
42 ns d = t1 - t0 - ms(250);
try_lock_shared_for.pass.cpp 31 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
48 ns d = t1 - t0 - ms(250);
try_lock_shared_until.pass.cpp 31 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
48 ns d = t1 - t0 - ms(250);

Completed in 227 milliseconds

1 23 4 5 6 7 8 91011>>