HomeSort by relevance Sort by last modified time
    Searched refs:case_result (Results 1 - 6 of 6) sorted by null

  /external/pdfium/testing/tools/
safetynet_conclusions.py 108 case_result = CaseResult(case_name, before, after, ratio, rating)
110 self.summary.ProcessCaseResult(case_result)
111 self.case_results[case_name] = case_result
196 def ProcessCaseResult(self, case_result):
197 self.rating_counter[case_result.rating] += 1
safetynet_compare.py 562 for case_result in conclusions.GetCaseResults().values():
563 if case_result.rating not in [RATING_REGRESSION, RATING_IMPROVEMENT]:
564 self._CleanUpOutputFile('before', case_result.case_name)
565 self._CleanUpOutputFile('after', case_result.case_name)
  /external/deqp/external/openglcts/modules/gles32/
es32cRobustBufferAccessBehaviorTests.cpp 776 bool case_result = true; local
817 case_result = false;
834 case_result = false;
851 case_result = false;
855 if (false == case_result)
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 1325 bool case_result = true; local
2415 bool case_result = true; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp 1670 bool case_result = true; local
    [all...]
gl4cEnhancedLayoutsTests.cpp 5488 bool case_result = true; local
    [all...]

Completed in 310 milliseconds