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

  /external/webkit/Tools/TestResultServer/model/
jsonresults.py 279 is_all_pass = cls._is_results_all_of_type(
281 is_all_no_data = cls._is_results_all_of_type(
314 def _is_results_all_of_type(cls, results, type): member in class:JsonResults
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 563 is_all_pass = self._is_results_all_of_type(test[self.RESULTS],
565 is_all_no_data = self._is_results_all_of_type(test[self.RESULTS],
575 def _is_results_all_of_type(self, results, type): member in class:JSONResultsGeneratorBase

Completed in 199 milliseconds