Searched defs:RESULTS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Djson_results_generator.py182 RESULTS = "results" variable in class:JSONResultsGeneratorBase
566 if self.RESULTS in this_test:
567 self._insert_item_run_length_encoded(result, this_test[self.RESULTS])
569 this_test[self.RESULTS] = [[1, result]]
608 results_and_times[self.RESULTS] = []
643 test[self.RESULTS] = self._remove_items_over_max_number_of_builds(
644 test[self.RESULTS])
648 is_all_pass = self._is_results_all_of_type(test[self.RESULTS],
650 is_all_no_data = self._is_results_all_of_type(test[self.RESULTS],

Completed in 145 milliseconds