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.java101 Future<Boolean> driverDidNotCrash = in testDriverDoesNotFailWithParallelWorkload() local
107 driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelWorkload()
DNNMemoryMappedModelCompilationTest.java108 Future<Boolean> driverDidNotCrash = mDriverLivenessValidationExecutor.submit( in testDriverDoesNotFailWithParallelThreads() local
114 assertTrue("Driver shouldn't have crashed", driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelThreads()
DNNClientEarlyTerminationTest.java103 Future<Boolean> driverDidNotCrash = mDriverLivenessValidationExecutor.submit( in testDriverDoesNotFailWithParallelThreads() local
126 driverDidNotCrash.get()); in testDriverDoesNotFailWithParallelThreads()