HomeSort by relevance Sort by last modified time
    Searched refs:milliseconds (Results 201 - 225 of 806) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait.pass.cpp 21 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
36 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.shared_future/
wait.pass.cpp 24 std::this_thread::sleep_for(std::chrono::milliseconds(500));
32 std::this_thread::sleep_for(std::chrono::milliseconds(500));
39 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.unique_future/
wait.pass.cpp 24 std::this_thread::sleep_for(std::chrono::milliseconds(500));
32 std::this_thread::sleep_for(std::chrono::milliseconds(500));
39 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.cc 52 const std::chrono::milliseconds timeout,
138 if (timeout_ms_ > std::chrono::milliseconds(0)) {
157 if (timeout_ms_ > std::chrono::milliseconds(0))
  /external/autotest/client/cros/video/
sequence_generator.py 44 return [datetime.timedelta(milliseconds=x) for x in
  /external/icu/icu4c/source/i18n/
utmscale.c 18 #define milliseconds (microseconds * 1000) macro
19 #define seconds (milliseconds * 1000)
27 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(-9223372036854770808), INT64_C(9223372036854770807)},
29 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(-9223372036854770808), INT64_C(9223372036854770807)},
  /external/libcxx/test/std/thread/futures/futures.async/
async_race.pass.cpp 33 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 30 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 28 typedef std::chrono::milliseconds ms;
mutex.pass.cpp 28 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 28 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 30 typedef std::chrono::milliseconds ms;
try_lock.pass.cpp 28 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
lock.pass.cpp 30 typedef std::chrono::milliseconds ms;
try_lock.pass.cpp 28 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
lock.pass.cpp 33 typedef std::chrono::milliseconds ms;
try_lock.pass.cpp 29 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 33 typedef std::chrono::milliseconds ms;
try_lock.pass.cpp 29 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 30 typedef std::chrono::milliseconds ms;
try_lock.pass.cpp 28 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
lock.pass.cpp 30 typedef std::chrono::milliseconds ms;
try_lock.pass.cpp 28 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/
op_equal.pass.cpp 42 std::chrono::milliseconds s1(3);
48 std::chrono::milliseconds s1(3);
85 constexpr std::chrono::milliseconds s1(3);
91 constexpr std::chrono::milliseconds s1(3);
op_less.pass.cpp 56 std::chrono::milliseconds s1(3);
64 std::chrono::milliseconds s1(3);
113 constexpr std::chrono::milliseconds s1(3);
121 constexpr std::chrono::milliseconds s1(3);

Completed in 1141 milliseconds

1 2 3 4 5 6 7 891011>>