Home
last modified time | relevance | path

Searched defs:nanoTime (Results 1 – 24 of 24) sorted by relevance

/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/
DTimestampConverter.java30 private final long nanoTime; field in TimestampConverter
43 public Timestamp convertNanoTime(long nanoTime) { in convertNanoTime()
47 private TimestampConverter(Timestamp timestamp, long nanoTime) { in TimestampConverter()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemClock.java21 private static long nanoTime = 0; field in ShadowSystemClock
104 public static long nanoTime() { in nanoTime() method in ShadowSystemClock
108 public static void setNanoTime(long nanoTime) { in setNanoTime()
DShadowChoreographer.java23 private long nanoTime = 0; field in ShadowChoreographer
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DTimeSource.kt15 fun nanoTime(): Long in currentTimeMillis() method
34 internal actual inline fun nanoTime(): Long = in currentTimeMillis() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt112 abstract fun nanoTime(): Long in toString() method
116 override fun nanoTime() = System.nanoTime() method
DCoroutineScheduler.kt407 val nanoTime = schedulerTimeSource.nanoTime() in <lambda>() constant
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DKeepAliveEnforcer.java105 long nanoTime(); in nanoTime() method
113 public long nanoTime() { in nanoTime() method in KeepAliveEnforcer.SystemTicker
DMaxConnectionIdleManager.java128 long nanoTime(); in nanoTime() method
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DClock.java4 long nanoTime(); in nanoTime() method
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DKeepAliveEnforcerTest.java207 long nanoTime; field in KeepAliveEnforcerTest.FakeTicker
210 public long nanoTime() { in nanoTime() method in KeepAliveEnforcerTest.FakeTicker
DNettyClientHandlerTest.java112 private long nanoTime; // backs a ticker, for testing ping round-trip time measurement field in NettyClientHandlerTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DTestTimeSource.kt10 override fun nanoTime() = time in nanoTime() method in kotlinx.coroutines.scheduling.TestTimeSource
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DEventLoop.kt23 internal actual fun nanoTime(): Long = getTimeNanos() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DEventLoop.kt11 internal actual fun nanoTime(): Long = unsupported() in createEventLoop() method
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DAndroidInterceptorsIntegrationTest.java48 long nanoTime = invokeDynamic(System.class, "nanoTime", long.class); in systemNanoTime_shouldReturnShadowClockTime() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt109 val nanoTime = unit.toNanos(targetTime) in <lambda>() constant
/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
DPerfStatsCollectorTest.java124 public long nanoTime() { in nanoTime() method in PerfStatsCollectorTest.FakeClock
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRescheduler.java113 private long nanoTime() { in nanoTime() method in Rescheduler
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/
DRecordEventsSpanImpl.java542 private final long nanoTime; field in RecordEventsSpanImpl.EventWithNanoTime
545 private EventWithNanoTime(long nanoTime, T event) { in EventWithNanoTime()
/external/junit/src/main/java/org/junit/rules/
DStopwatch.java179 public long nanoTime() { in nanoTime() method in Stopwatch.Clock
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DVirtualTimeSource.kt60 override fun nanoTime(): Long = time in toString() method in kotlinx.coroutines.VirtualTimeSource
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt406 @JvmField var nanoTime: Long variable in kotlinx.coroutines.EventLoopImplBase.DelayedTask
523 internal expect fun nanoTime(): Long in toString() method
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java1688 public void onFrameRendered(MediaCodec codec, long presentationTimeUs, long nanoTime) { in onFrameRendered()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientTransportTest.java154 private long nanoTime; // backs a ticker, for testing ping round-trip time measurement field in OkHttpClientTransportTest