Searched defs:nanoTime (Results 1 - 20 of 20) sorted by relevance
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ | ||
H A D | Clock.java | 4 long nanoTime(); method in interface:Clock |
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ | ||
H A D | ShadowSystemClock.java | 16 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 D | ShadowChoreographer.java | 23 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 D | PerfStatsCollectorTest.java | 124 public long nanoTime() { method in class:PerfStatsCollectorTest.FakeClock |
/external/junit/src/main/java/org/junit/rules/ | ||
H A D | Stopwatch.java | 132 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 D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
/external/owasp/sanitizer/tools/findbugs/lib/ | ||
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
/external/robolectric/v1/lib/main/ | ||
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/conscrypt/benchmark-android/ | ||
H A D | vogar.jar | META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ... |
Completed in 241 milliseconds