HomeSort by relevance Sort by last modified time
    Searched defs:CaseResult (Results 1 - 2 of 2) sorted by null

  /external/pdfium/testing/tools/
safetynet_conclusions.py 108 case_result = CaseResult(case_name, before, after, ratio, rating)
118 """Gets a dict mapping each test case identifier to its CaseResult."""
215 class CaseResult(object):
248 key: String with the CaseResult dictionary key to sort the cases.
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
CaseResult.java 27 public class CaseResult implements ICaseResult {
34 * Creates a {@link CaseResult} for the given name, eg <package-name>.<class-name>
36 public CaseResult(String name) {

Completed in 1308 milliseconds