HomeSort by relevance Sort by last modified time
    Searched refs:ns (Results 151 - 175 of 1436) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
try_lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
43 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
lock.pass.cpp 34 typedef std::chrono::nanoseconds ns; typedef
53 ns d = t1 - t0 - WaitTime;
try_lock.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
42 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 34 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - ms(250);
try_lock.pass.cpp 30 typedef std::chrono::nanoseconds ns; typedef
42 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 31 typedef std::chrono::nanoseconds ns; typedef
39 ns d = t1 - t0 - ms(250);
try_lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
lock.pass.cpp 31 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
try_lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
43 ns d = t1 - t0 - ms(250);
  /frameworks/av/media/libcpustats/include/cpustats/
ThreadCpuUsage.h 26 // Units are in per-thread CPU ns, as reported by
79 // then adds a sample for tracked CPU ns since the previous
82 // now disabled, then adds a sample for the tracked CPU ns accumulated
86 // Returns true if the sample 'ns' is valid, or false if invalid.
87 // Note that 'ns' is an output parameter passed by reference.
90 bool sampleAndEnable(double& ns);
95 // and don't add sample. Otherwise, adds a sample for tracked CPU ns since
99 // Note that 'ns' is an output parameter passed by reference.
102 bool sample(double& ns);
104 // Return the elapsed delta wall clock ns since initial enable or reset
    [all...]
  /frameworks/native/services/sensorservice/
RotationVectorSensor.h 40 virtual status_t setDelay(void* ident, int handle, int64_t ns) override;
64 virtual status_t setDelay(void* ident, int handle, int64_t ns) override;
  /hardware/interfaces/tests/foo/1.0/
IFooCallback.hal 29 // Block the caller for up to ns nanosesonds and return the number
45 reportResults(int64_t ns) generates (int64_t leftNs, InvokeInfo[3] invokeInfo);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r11/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);
try_lock.pass.cpp 29 typedef std::chrono::nanoseconds ns; typedef
41 ns d = t1 - t0 - ms(250);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.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);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.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);

Completed in 411 milliseconds

1 2 3 4 5 67 8 91011>>