Searched refs:_is_results_all_of_type (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/TestResultServer/model/
H A Djsonresults.py279 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/
H A Djson_results_generator.py563 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 109 milliseconds