HomeSort by relevance Sort by last modified time
    Searched full:nanoseconds (Results 251 - 275 of 652) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_for.pass.cpp 30 typedef std::chrono::nanoseconds ns;
try_lock_shared.pass.cpp 30 typedef std::chrono::nanoseconds ns;
try_lock_shared_for.pass.cpp 31 typedef std::chrono::nanoseconds ns;
try_lock_until.pass.cpp 30 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 28 typedef std::chrono::nanoseconds ns;
try_lock_until.pass.cpp 28 typedef std::chrono::nanoseconds ns;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 28 typedef std::chrono::nanoseconds ns;
try_lock_until.pass.cpp 28 typedef std::chrono::nanoseconds ns;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/can/
netlink.h 27 __u32 tq; /* Time quanta (TQ) in nanoseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
netlink.h 27 __u32 tq; /* Time quanta (TQ) in nanoseconds */
  /art/runtime/gc/collector/
garbage_collector.h 55 // Returns how long the mutators were paused in nanoseconds.
62 // Returns how long the GC took to complete in nanoseconds.
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
ParallelSensorOperation.java 110 + TimeUnit.NANOSECONDS.convert(mTimeout, mTimeUnit);
170 return future.get(waitTimeNs, TimeUnit.NANOSECONDS);
  /external/chromium_org/media/midi/
midi_manager_mac.cc 240 UInt64 nanoseconds = AudioConvertHostTimeToNanos(timestamp); local
241 return static_cast<double>(nanoseconds) / 1.0e9;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_delay_np.c 51 * Specifying an interval of zero (0) seconds and zero (0) nanoseconds is
58 * tv_nsec is an integer number of nanoseconds.
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer_defs.h 138 * Returns the vsync period in nanoseconds.
157 /* The vsync period in nanoseconds */
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 112 * Query a timestamp in nanoseconds. The returned value should match
195 * \param timeout in nanoseconds
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractListeningExecutorService.java 98 f = ecs.poll(nanos, TimeUnit.NANOSECONDS);
215 f.get(nanos, TimeUnit.NANOSECONDS);
  /external/libcxx/src/
thread.cpp 105 sleep_for(const chrono::nanoseconds& ns)
108 if (ns > nanoseconds::zero())
  /external/libcxx/test/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 63 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
75 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::nanoseconds,7265000000000LL> ();
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 112 * Query a timestamp in nanoseconds. The returned value should match
195 * \param timeout in nanoseconds
  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 89 // The units are CPU nanoseconds consumed by current thread.
101 // The units are CPU nanoseconds consumed by current thread.
  /frameworks/base/core/java/android/view/
WindowContentFrameStats.java 88 * @return The posted time in nanoseconds.
106 * @return The ready time in nanoseconds or {@link #UNDEFINED_TIME_NANO}
  /frameworks/native/opengl/specs/
EGL_ANDROID_presentation_time.txt 48 * nanoseconds.
78 nanoseconds, but the exact meaning of the time depends on the native
  /frameworks/native/services/surfaceflinger/
DispSync.h 145 // nanoseconds.
149 // number of nanoseconds from time 0 to the first vsync event.
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 158 * Returns the vsync period in nanoseconds.
177 /* The vsync period in nanoseconds */

Completed in 1328 milliseconds

<<11121314151617181920>>