HomeSort by relevance Sort by last modified time
    Searched full:expected_image (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
test_result_writer.py 57 writer.write_image_files(driver_output.image, expected_image=None)
81 writer.write_image_files(driver_output.image, expected_image=None)
87 writer.write_image_files(driver_output.image, expected_image=None)
226 def write_image_files(self, actual_image, expected_image):
227 self.write_output_files('.png', actual_image, expected_image)
single_test_runner.py 85 self._port.expected_image(self._test_name),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 69 self.expected_image = self.actual_image
124 expected_image='image-pngtEXtchecksum\x00checksum-png')
131 actual_image=None, expected_image=None,
135 expected_image='missing_check-png')
136 tests.add('failures/expected/missing_image.html', expected_image=None)
139 actual_image=None, expected_image=None,
153 tests.add('failures/unexpected/missing_check.html', expected_image='missing-check-png')
154 tests.add('failures/unexpected/missing_image.html', expected_image=None)
192 actual_image=None, expected_image=None,
196 expected_image='tEXtchecksum\x00checksum_in_image-checksum' variable
257 expected_image='image_in_pixeldir-pngtEXtchecksum\\x00checksum-png') variable
260 expected_image='image_not_in_pixeldir-pngtEXtchecksum\\x00checksum-png') variable
    [all...]
mock_drt.py 235 actual_image = port.expected_image(test_input.test_name)
base.py 662 def expected_image(self, test_name): member in class:Port
    [all...]
  /external/skia/gm/rebaseline_server/
imagediffdb.py 100 expected_image = _download_and_open_image(
116 diff_image = _generate_image_diff(actual_image, expected_image)
400 """Returns the locator string used to look up the diffs between expected_image
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb.py 342 If actual_image_url (or its locator) is None, just download expected_image.

Completed in 240 milliseconds