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

  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_to_expectations_test.py 34 """Process results of a GM run with the ExpectationComparisons object."""
35 results_obj = compare_to_expectations.ExpectationComparisons(
compare_to_expectations.py 43 class ExpectationComparisons(results.BaseComparisons):
51 file contents, you will need to create a new ExpectationComparisons object."""
84 ExpectationComparisons._read_noncomment_lines(
97 ExpectationComparisons object based on the (now updated) files on disk.
146 ExpectationComparisons._write_dicts_to_root(
251 ExpectationComparisons._create_relative_url(
269 ExpectationComparisons._create_relative_url(
380 results_obj = ExpectationComparisons(
server.py 337 self._results = compare_to_expectations.ExpectationComparisons(
449 # Since we must make multiple calls to the ExpectationComparisons object,
451 # ExpectationComparisons object within another thread.
  /external/skia/gm/rebaseline_server/
compare_to_expectations_test.py 34 """Process results of a GM run with the ExpectationComparisons object."""
35 results_obj = compare_to_expectations.ExpectationComparisons(
compare_to_expectations.py 43 class ExpectationComparisons(results.BaseComparisons):
51 file contents, you will need to create a new ExpectationComparisons object."""
84 ExpectationComparisons._read_noncomment_lines(
97 ExpectationComparisons object based on the (now updated) files on disk.
146 ExpectationComparisons._write_dicts_to_root(
251 ExpectationComparisons._create_relative_url(
269 ExpectationComparisons._create_relative_url(
380 results_obj = ExpectationComparisons(
server.py 337 self._results = compare_to_expectations.ExpectationComparisons(
449 # Since we must make multiple calls to the ExpectationComparisons object,
451 # ExpectationComparisons object within another thread.

Completed in 241 milliseconds