Home
last modified time | relevance | path

Searched defs:testResult (Results 1 – 8 of 8) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNCrashTestActivity.java66 public CrashTestStatus.TestResult testResult() { in testResult() method in NNCrashTestActivity
DNNParallelInferenceTest.java92 CrashTestStatus.TestResult testResult = getActivity().testResult(); in shouldNotFailWithParallelThreads() local
DNNClientEarlyTerminationTest.java118 CrashTestStatus.TestResult testResult = activity.testResult(); in testDriverDoesNotFailWithParallelThreads() local
DNNPerformanceDegradationTest.java84 CrashTestStatus.TestResult testResult = getActivity().testResult(); in shouldNotDegradePerformanceOverThreshold() local
DCrashTestStatus.java52 private void handleCompletionNotification(TestResult testResult, in handleCompletionNotification()
DNNParallelTestActivity.java133 public CrashTestStatus.TestResult testResult() { in testResult() method in NNParallelTestActivity
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestService.java114 final Optional<String> testResult = crashTest.call(); in onBind() local
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInMultipleProcesses.java156 int testResult = multiProcessTest.waitFor(); in call() local