Searched refs:PerformComparison (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/test/ispy/common/ |
D | ispy_utils_unittest.py | 106 self.ispy_utils.PerformComparison('test', 'test1', self.black) 110 self.ispy_utils.PerformComparison('test', 'test1', self.red) 145 self.ispy_utils.PerformComparison('test', 'test1', self.black) 146 self.ispy_utils.PerformComparison('test', 'test1', self.white) 167 self.ispy_utils.PerformComparison('test', 'test1', self.black) 178 self.ispy_utils.PerformComparison('test', 'test1', self.black)
|
D | ispy_utils.py | 134 def PerformComparison(self, test_run, expectation, actual): member in ISpyUtils
|
/external/chromium_org/chrome/test/ispy/ |
D | ispy_api.py | 143 def PerformComparison(self, test_run, device_type, expectation, member in ISpyApi 156 self._ispy.PerformComparison( 224 self._ispy.PerformComparison(
|
D | ispy_api_unittest.py | 30 self.ispy.PerformComparison( 35 self.ispy.PerformComparison(
|