Home
last modified time | relevance | path

Searched refs:exitWithTimeout (Results 1 – 3 of 3) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java394 exitWithTimeout(-1l); in exit()
397 public void exitWithTimeout(long timeoutMs) { in exitWithTimeout() method in Processor
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java95 mProcessor.exitWithTimeout(PROCESSOR_TERMINATION_TIMEOUT_MS); in onPause()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java150 () -> test.exitWithTimeout(Duration.ofSeconds(20).toMillis()))); in endTests()