Searched refs:TEST_CASE_RESULT_PASS (Results 1 – 12 of 12) sorted by relevance
285 } else if (mostRecentRes == TestCaseResult.TEST_CASE_RESULT_PASS) { in getTestStatus()287 if (result != TestCaseResult.TEST_CASE_RESULT_PASS in getTestStatus()295 if (result != TestCaseResult.TEST_CASE_RESULT_PASS in getTestStatus()329 } else if (mostRecentResult == TestCaseResult.TEST_CASE_RESULT_PASS) { in getTestStatus()
23 .TEST_CASE_RESULT_PASS {
135 .TEST_CASE_RESULT_PASS {
307 if (result == TestCaseResult.TEST_CASE_RESULT_PASS.getNumber()) { in processReport()309 aggregateStatus = TestCaseResult.TEST_CASE_RESULT_PASS; in processReport()
144 topBuildResultCounts[TestCaseResult.TEST_CASE_RESULT_PASS.getNumber()] = passCount; in doGetHandler()
307 testStats[VtsReportMessage.TestCaseResult.TEST_CASE_RESULT_PASS.getNumber()] = passCount; in getCoverageDispatcher()
201 if (result == VtsReportMessage.TestCaseResult.TEST_CASE_RESULT_PASS) { in insertTestReport()
26 TEST_CASE_RESULT_PASS = 1; enumerator
164 TEST_CASE_RESULT_PASS = 1 variable
289 $('.TEST_CASE_RESULT_PASS').css('background-color') || 'white',
735 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_PASS)
33 TEST_CASE_RESULT_PASS(1), enumConstant93 case 1: return TEST_CASE_RESULT_PASS; in forNumber()