Home
last modified time | relevance | path

Searched refs:timeoutNanoTime (Results 1 – 2 of 2) sorted by relevance

/external/vogar/src/vogar/commands/
DCommand.java58 private volatile long timeoutNanoTime; field in Command
200 timeoutNanoTime = System.nanoTime() + TimeUnit.SECONDS.toNanos(timeoutSeconds); in scheduleTimeout()
209 timeoutNanoTime = System.nanoTime() + TimeUnit.SECONDS.toNanos(2); in scheduleTimeout()
240 return System.nanoTime() >= timeoutNanoTime; in timedOut()
325 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS); in schedule()
341 timer.schedule(this, System.nanoTime() - timeoutNanoTime, TimeUnit.NANOSECONDS); in run()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...