HomeSort by relevance Sort by last modified time
    Searched refs:milliseconds (Results 176 - 200 of 830) sorted by null

1 2 3 4 5 6 78 91011>>

  /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))
  /system/bt/vendor_libs/test_vendor_lib/src/
broken_adv.cc 29 advertising_interval_ms_ = std::chrono::milliseconds(1280);
82 page_scan_delay_ms_ = std::chrono::milliseconds(600);
93 SetAdvertisementInterval(std::chrono::milliseconds(std::stoi(args[2])));
  /system/extras/libperfmgr/
NodeLooperThread.cc 48 if (a.timeout_ms != std::chrono::milliseconds::zero()) {
52 if (std::chrono::duration_cast<std::chrono::milliseconds>(
100 std::chrono::milliseconds timeout_ms = kMaxUpdatePeriod;
  /external/autotest/client/cros/video/
sequence_generator.py 44 return [datetime.timedelta(milliseconds=x) for x in
  /external/icu/icu4c/source/i18n/
utmscale.cpp 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 33 typedef std::chrono::milliseconds ms;
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 33 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 44 std::chrono::milliseconds s1(3);
50 std::chrono::milliseconds s1(3);
87 constexpr std::chrono::milliseconds s1(3);
93 constexpr std::chrono::milliseconds s1(3);
op_less.pass.cpp 58 std::chrono::milliseconds s1(3);
66 std::chrono::milliseconds s1(3);
115 constexpr std::chrono::milliseconds s1(3);
123 constexpr std::chrono::milliseconds s1(3);
  /external/libcxx/test/std/utilities/time/time.point/time.point.cons/
duration.pass.cpp 24 typedef std::chrono::milliseconds Duration;

Completed in 919 milliseconds

1 2 3 4 5 6 78 91011>>