Searched defs:testResult (Results 1 – 11 of 11) sorted by relevance
66 public CrashTestStatus.TestResult testResult() { in testResult() method in NNCrashTestActivity
94 CrashTestStatus.TestResult testResult = getActivity().testResult(); in shouldNotFailWithParallelThreads() local
120 CrashTestStatus.TestResult testResult = activity.testResult(); in testDriverDoesNotFailWithParallelThreads() local
85 CrashTestStatus.TestResult testResult = getActivity().testResult(); in shouldNotDegradePerformanceOverThreshold() local
52 private void handleCompletionNotification(TestResult testResult, in handleCompletionNotification()
139 public CrashTestStatus.TestResult testResult() { in testResult() method in NNParallelTestActivity
114 final Optional<String> testResult = crashTest.call(); in onBind() local
192 JSONObject testResult = testResults.getJSONObject(i); in merge() local
216 File testResult = new File(new CompatibilityBuildHelper(build).getResultDir(), in createFakeBuild() local
156 int testResult = multiProcessTest.waitFor(); in call() local
169 Entry<TestDescription, TestResult> testResult, TestRunResult module, in generateTestResultSignature()