Searched refs:test_exists (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/tools/gyp/test/win/vs-macros/ |
D | vcinstalldir.gyp | 16 'action': ['python', 'test_exists.py', '$(VCInstallDir)', 'out1'] 29 'action': ['python', 'test_exists.py', '$(VCInstallDir)bin', 'out2'], 36 'python', 'test_exists.py', '$(VCInstallDir)bin\\cl.exe', 'out3'],
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | base_unittest.py | 353 self.assertTrue(port.test_exists('passes')) 354 self.assertTrue(port.test_exists('passes/text.html')) 355 self.assertFalse(port.test_exists('passes/does_not_exist.html')) 357 self.assertTrue(port.test_exists('virtual')) 358 self.assertFalse(port.test_exists('virtual/does_not_exist.html')) 359 self.assertTrue(port.test_exists('virtual/passes/text.html'))
|
D | base.py | 830 def test_exists(self, test_name): member in Port
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
D | test_expectations_unittest.py | 532 test_port.test_exists = lambda test: True 550 test_port.test_exists = lambda test: True 567 test_port.test_exists = lambda test: True 587 test_port.test_exists = lambda test: True 607 test_port.test_exists = lambda test: True 629 test_port.test_exists = lambda test: True 647 test_port.test_exists = lambda test: True 669 test_port.test_exists = lambda test: True 691 test_port.test_exists = lambda test: True 711 test_port.test_exists = lambda test: True
|
D | test_expectations.py | 119 if not self._port.test_exists(test_name): 178 …if not self._port.test_exists(expectation_line.name) and not self._port.test_exists(expectation_li…
|
/external/chromium_org/chrome/test/ispy/common/ |
D | ispy_utils.py | 211 test_exists = self.ExpectationExists(expectation) 214 return test_exists and actual_image_exists and info_exists
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
D | scm_unittest.py | 355 def test_exists(self): member in GitTest 674 def test_exists(self): member in GitSVNTest
|