Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNMultipleProcessTest.java102 Future<Boolean> driverDidNotCrash = in testDriverDoesNotFailWithParallelWorkload() local
108 driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelWorkload()
DNNMemoryMappedModelCompilationTest.java109 Future<Boolean> driverDidNotCrash = mDriverLivenessValidationExecutor.submit( in testDriverDoesNotFailWithParallelThreads() local
115 assertTrue("Driver shouldn't have crashed", driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelThreads()
DNNClientEarlyTerminationTest.java105 Future<Boolean> driverDidNotCrash = mDriverLivenessValidationExecutor.submit( in testDriverDoesNotFailWithParallelThreads() local
128 driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelThreads()