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

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java 370 final long startTime = System.nanoTime();
383 final long waitTime = System.nanoTime() - startTime;
432 final long startTime = System.nanoTime();
445 final long waitTime = System.nanoTime() - startTime;
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 209 * and that the current time is System.nanoTime().
220 long now = System.nanoTime();
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 209 * and that the current time is System.nanoTime().
220 long now = System.nanoTime();
  /developers/samples/android/common/src/java/com/example/android/common/midi/
EventScheduler.java 209 * and that the current time is System.nanoTime().
220 long now = System.nanoTime();
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
EventScheduler.java 209 * and that the current time is System.nanoTime().
220 long now = System.nanoTime();
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
EventScheduler.java 209 * and that the current time is System.nanoTime().
220 long now = System.nanoTime();
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
BufferPeriod.java 62 mCurrentTimeNs = System.nanoTime();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleMatcherTest.java 250 long start = System.nanoTime();
254 long delta = System.nanoTime() - start;
261 long start = System.nanoTime();
265 long delta = System.nanoTime() - start;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleMatcherTest.java 247 long start = System.nanoTime();
251 long delta = System.nanoTime() - start;
258 long start = System.nanoTime();
262 long delta = System.nanoTime() - start;
  /external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
PerfStatsCollectorTest.java 124 public long nanoTime() {
  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 102 mLastFrameTimeNanos = System.nanoTime();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
MotionSensorWTime.java 110 long timestamp = System.nanoTime();
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
ViewfinderProcessor.java 210 long mt = System.nanoTime();
214 mt = System.nanoTime() - mt;
266 long time = System.nanoTime();
317 time = System.nanoTime() - time;
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingDequeTest.java 652 long startTime = System.nanoTime();
739 long startTime = System.nanoTime();
743 long startTime = System.nanoTime();
758 long startTime = System.nanoTime();
882 long startTime = System.nanoTime();
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 479 final long deadline = System.nanoTime() + nanosTimeout;
489 nanosTimeout = deadline - System.nanoTime();
575 final long deadline = System.nanoTime() + nanosTimeout;
588 nanosTimeout = deadline - System.nanoTime();
    [all...]
AbstractQueuedSynchronizer.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 174 final float now = System.nanoTime() / NANOTIME_DIV;
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDeviceAdminServiceTest.java 79 final long until = System.nanoTime() + TimeUnit.SECONDS.toNanos(TIMEOUT_SECONDS);
84 while (System.nanoTime() < until) {
  /cts/tests/tests/widget/src/android/widget/cts/
ZoomButtonTest.java 133 final long startTime = System.nanoTime();
210 mClickTimes.add(System.nanoTime());
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 180 long start = System.nanoTime();
182 while ((elapsed = System.nanoTime() - start) < remainingNanos) {}
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 107 long reportStart = System.nanoTime();
115 long now = System.nanoTime();
NettyHttpClient.java 146 start = System.nanoTime();
185 long finish = System.nanoTime();
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 203 long startNs = System.nanoTime();
205 long tookMs = TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - startNs);
  /external/okhttp/okhttp-ws-tests/src/main/java/com/squareup/okhttp/ws/
AutobahnTester.java 82 startNanos.set(System.nanoTime());
126 long endNanos = System.nanoTime();
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioRecord.java 77 long lastTime = System.nanoTime();
89 long nowTime = System.nanoTime();

Completed in 747 milliseconds

1 2 3 4 5 67 8 91011>>