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

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
op_+.pass.cpp 30 typedef std::chrono::milliseconds Duration1;
  /external/perf_data_converter/src/quipper/compat/non_cros/detail/
thread.h 39 return event_.wait_for(lock, std::chrono::milliseconds(timeout_ms)) ==
  /external/tensorflow/tensorflow/core/lib/core/
blocking_counter.h 58 inline bool WaitFor(std::chrono::milliseconds ms) {
  /external/webrtc/webrtc/system_wrappers/include/
clock.h 31 // Return a timestamp in milliseconds relative to some arbitrary source; the
42 // Retrieve an NTP absolute timestamp in milliseconds.
58 // Return a timestamp in milliseconds relative to some arbitrary source; the
66 // Retrieve an NTP absolute timestamp in milliseconds.
72 // Advance the simulated clock with a given number of milliseconds or
74 void AdvanceTimeMilliseconds(int64_t milliseconds);
  /frameworks/base/core/java/android/os/
Vibrator.java 142 * @param milliseconds The number of milliseconds to vibrate.
148 public void vibrate(long milliseconds) {
149 vibrate(milliseconds, null);
155 * @param milliseconds The number of milliseconds to vibrate.
165 public void vibrate(long milliseconds, AudioAttributes attributes) {
169 VibrationEffect.createOneShot(milliseconds, VibrationEffect.DEFAULT_AMPLITUDE);
181 * the vibrator in milliseconds. The first value indicates the number of milliseconds
    [all...]
  /packages/services/Car/evs/app/
EvsVehicleListener.h 55 std::cv_status result = mEventCond.wait_for(g, std::chrono::milliseconds(timeout_ms));
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune_test.go 92 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
97 {Type: "cpu", Unit: "milliseconds"},
127 const out1 = `PeriodType: cpu milliseconds
131 samples/count cpu/milliseconds
180 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
185 {Type: "cpu", Unit: "milliseconds"},
214 const out2 = `PeriodType: cpu milliseconds
218 samples/count cpu/milliseconds
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune_test.go 92 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
97 {Type: "cpu", Unit: "milliseconds"},
127 const out1 = `PeriodType: cpu milliseconds
131 samples/count cpu/milliseconds
180 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
185 {Type: "cpu", Unit: "milliseconds"},
214 const out2 = `PeriodType: cpu milliseconds
218 samples/count cpu/milliseconds
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.async/
async_race.pass.cpp 33 typedef std::chrono::milliseconds ms;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 30 typedef std::chrono::milliseconds ms;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp 33 typedef std::chrono::milliseconds ms;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;

Completed in 488 milliseconds

1 2 3 4 5 6 7 891011>>