HomeSort by relevance Sort by last modified time
    Searched full:nanotime (Results 276 - 300 of 343) sorted by null

<<11121314

  /libcore/luni/src/main/java/java/lang/
System.java 641 * the results. Use {@link #nanoTime} for that.
655 public static native long nanoTime();
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java     [all...]
ForkJoinTask.java     [all...]
LinkedTransferQueue.java 668 final long deadline = timed ? System.nanoTime() + nanos : 0L;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 276 u64 NanoTime();
sanitizer_linux.cc 348 u64 NanoTime() {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 488 atomic_store(&ctx->last_symbolize_time_ns, NanoTime(), memory_order_relaxed);
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 449 * expired. By default, {@link System#nanoTime} is used.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /frameworks/base/media/java/android/media/
MediaSync.java 468 * to the current {@link System#nanoTime system time}, so
MediaCodec.java     [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 830 Random random = new Random(System.nanoTime());
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
FutureTaskTest.java 784 long startTime = System.nanoTime();
PhaserTest.java 781 long startTime = System.nanoTime();
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOutboxSync.java 499 s.data(Tags.COMPOSE_CLIENT_ID, "SendMail-" + System.nanoTime());
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java     [all...]
AudioTrackTest.java     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java 672 long startNanos = System.nanoTime();
678 long elapsedNanos = System.nanoTime() - startNanos;
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.4.jd 293 <p>You can use the value of {@code nanoTime} in the {@link android.media.AudioTimestamp} (which is monotonic) to find the closest associated video frame compared to {@code framePosition} so you can drop, duplicate, or interpolate video frames to match the audio. Alternatively, you can determine the delta time between the value of {@code nanoTime} and a future video frame?s expected time (with consideration for the sample rate) to predict which audio frame is expected at the same moment as a video frame.</p>
    [all...]
  /frameworks/base/core/java/android/view/
Display.java 706 * ({@link System#nanoTime}).
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 694 * expired. By default, {@link System#nanoTime} is used.
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/dex2oat/
dex2oat.cc 508 start_ns_(NanoTime()),
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java     [all...]

Completed in 2438 milliseconds

<<11121314