Home
last modified time | relevance | path

Searched refs:test_exists (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/tools/gyp/test/win/vs-macros/
Dvcinstalldir.gyp16 '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/
Dbase_unittest.py353 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'))
Dbase.py830 def test_exists(self, test_name): member in Port
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations_unittest.py532 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
Dtest_expectations.py119 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/
Dispy_utils.py211 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/
Dscm_unittest.py355 def test_exists(self): member in GitTest
674 def test_exists(self): member in GitSVNTest