Searched refs:ispy_utils (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/ispy/common/
H A Dispy_utils_unittest.py12 import ispy_utils namespace
21 self.ispy_utils = ispy_utils.ISpyUtils(self.bucket)
30 self.ispy_utils.UploadImage('path/to/white.png', self.white)
31 self.ispy_utils.UploadImage('path/to/black.png', self.black)
32 self.ispy_utils.UploadImage('path/to/red.png', self.red)
44 self.ispy_utils.UploadImage('path/to/white.png', self.white)
45 self.ispy_utils.UploadImage('path/to/black.png', self.black)
46 self.ispy_utils.UploadImage('path/to/red.png', self.red)
50 self.ispy_utils
[all...]
/external/chromium_org/chrome/test/ispy/server/
H A Ddebug_view_handler.py12 from common import ispy_utils namespace
33 expected_path = ispy_utils.GetExpectationPath(expectation, 'expected.png')
34 actual_path = ispy_utils.GetFailurePath(test_run, expectation, 'actual.png')
H A Dupdate_mask_handler.py14 from common import ispy_utils namespace
43 self.ispy = ispy_utils.ISpyUtils(self.bucket)
54 ispy_utils.GetExpectationPath(expectation, 'mask.png'),
H A Dmain_view_handler.py16 from common import ispy_utils namespace
38 ispy = ispy_utils.ISpyUtils(bucket)
109 ispy_utils.GetFailurePath(res['test_run'], res['expectation'],
111 expected = ispy_utils.GetExpectationPath(
113 diff = ispy_utils.GetFailurePath(test_run, res['expectation'], 'diff.png')
/external/chromium_org/chrome/test/ispy/
H A Dispy_api.py12 from common import ispy_utils namespace
26 self._ispy = ispy_utils.ISpyUtils(self._cloud_bucket)
171 ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt'))
179 rebaseline_path = ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt')
197 ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt'),

Completed in 94 milliseconds