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

1 23 4 5 6 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/
time.h 11 long tv_nsec; /* nanoseconds */
ptp_clock.h 36 * nanoseconds field is always unsigned. The reserved field is
43 __u32 nsec; /* nanoseconds */
  /external/libcxx/test/utilities/time/
clock.h 17 typedef std::chrono::nanoseconds duration;
  /external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
op_divide=.pass.cpp 21 std::chrono::nanoseconds ns(15);
op_times=.pass.cpp 21 std::chrono::nanoseconds ns(3);
  /external/libpcap/
pcap_get_tstamp_precision.3pcap.in 47 that pcap captures contains time stamps in microseconds or nanoseconds
  /external/llvm/unittests/Support/
TimeValueTest.cpp 34 EXPECT_EQ(ns, static_cast<uint32_t>(epoch.nanoseconds()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
clock.h 17 typedef std::chrono::nanoseconds duration;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
op_divide=.pass.cpp 21 std::chrono::nanoseconds ns(15);
op_divideEQ.pass.cpp 21 std::chrono::nanoseconds ns(15);
op_times=.pass.cpp 21 std::chrono::nanoseconds ns(3);
op_timesEQ.pass.cpp 21 std::chrono::nanoseconds ns(3);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
time.h 11 long tv_nsec; /* nanoseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
time.h 11 long tv_nsec; /* nanoseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
types.h 91 long tv_nsec; /* Nanoseconds */
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 8 import static java.util.concurrent.TimeUnit.NANOSECONDS;
162 * Period in nanoseconds for repeating tasks. A positive
208 return unit.convert(time - now(), NANOSECONDS);
226 long diff = getDelay(NANOSECONDS) - other.getDelay(NANOSECONDS);
400 super(corePoolSize, Integer.MAX_VALUE, 0, NANOSECONDS,
417 super(corePoolSize, Integer.MAX_VALUE, 0, NANOSECONDS,
434 super(corePoolSize, Integer.MAX_VALUE, 0, NANOSECONDS,
455 super(corePoolSize, Integer.MAX_VALUE, 0, NANOSECONDS,
484 long headDelay = head.getDelay(NANOSECONDS);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventGapVerification.java 92 TimeUnit.NANOSECONDS.convert((int) (THRESHOLD * mExpectedDelayUs),
114 long deltaUs = TimeUnit.MICROSECONDS.convert(deltaNs, TimeUnit.NANOSECONDS);
  /external/chromium_org/sandbox/linux/services/
thread_helpers.cc 70 // Poll /proc with an exponential back-off, sleeping 2^iterations nanoseconds
86 struct timespec ts = {0, 1L << iterations /* nanoseconds */};
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.h 57 // Returns the current time in nanoseconds.
95 // Converts a unix timestamp in nanoseconds to an NTP timestamp in ms.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 143 uint64_t codec_delay; /**< Nanoseconds that must be discarded from the start. */
144 uint64_t seek_preroll;/**< Nanoseconds that must be discarded after a seek. */
165 /** Query the duration of the media stream in nanoseconds.
172 /** Query the tstamp scale of the media stream in nanoseconds.
216 @param tstamp Absolute timestamp in nanoseconds.
301 /** Query the time stamp in nanoseconds of @a packet.
303 @param tstamp Storage for the queried timestamp in nanoseconds.
310 @param count Storage for the queried timestamp in nanoseconds.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 20 import static java.util.concurrent.TimeUnit.NANOSECONDS;
127 NANOSECONDS.timedJoin(thread, remainingNanos);
  /external/libcxx/src/
chrono.cpp 55 // nanoseconds since the computer booted up. MachInfo.numer and MachInfo.denom
126 return time_point(seconds(tp.tv_sec) + nanoseconds(tp.tv_nsec));
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 143 uint64_t codec_delay; /**< Nanoseconds that must be discarded from the start. */
144 uint64_t seek_preroll;/**< Nanoseconds that must be discarded after a seek. */
165 /** Query the duration of the media stream in nanoseconds.
172 /** Query the tstamp scale of the media stream in nanoseconds.
216 @param tstamp Absolute timestamp in nanoseconds.
301 /** Query the time stamp in nanoseconds of @a packet.
303 @param tstamp Storage for the queried timestamp in nanoseconds.
310 @param count Storage for the queried timestamp in nanoseconds.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RecordingReceiver.java 75 long timeoutMillis = TimeUnit.NANOSECONDS.toMillis(System.nanoTime()) + TIMEOUT_MILLIS;
85 long nowMillis = TimeUnit.NANOSECONDS.toMillis(System.nanoTime());
  /external/strace/linux/
ptp_clock.h 36 * nanoseconds field is always unsigned. The reserved field is
43 __u32 nsec; /* nanoseconds */

Completed in 581 milliseconds

1 23 4 5 6 7 8 91011>>