Searched defs:nanoTime (Results 1 - 20 of 20) sorted by relevance

/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
H A DClock.java4 long nanoTime(); method in interface:Clock
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSystemClock.java16 private static long nanoTime = 0; field in class:ShadowSystemClock
32 nanoTime = millis * MILLIS_PER_NANO;
45 nanoTime = millis * MILLIS_PER_NANO;
84 return nanoTime / MILLIS_PER_NANO;
88 * Implements {@link System#nanoTime} through ShadowWrangler.
93 public static long nanoTime() { method in class:ShadowSystemClock
94 return nanoTime;
97 public static void setNanoTime(long nanoTime) { argument
98 ShadowSystemClock.nanoTime = nanoTime;
[all...]
H A DShadowChoreographer.java23 private long nanoTime = 0; field in class:ShadowChoreographer
139 final long now = nanoTime;
140 nanoTime += ShadowChoreographer.FRAME_INTERVAL;
/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
H A DPerfStatsCollectorTest.java124 public long nanoTime() { method in class:PerfStatsCollectorTest.FakeClock
/external/junit/src/main/java/org/junit/rules/
H A DStopwatch.java132 currentEndNanos = clock.nanoTime();
139 startNanos = clock.nanoTime();
144 endNanos = clock.nanoTime();
179 public long nanoTime() { method in class:Stopwatch.Clock
180 return System.nanoTime();
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 416 milliseconds