Searched refs:getSourcePath (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
H A D | base.py | 15 source_path = testSuite.getSourcePath(path_in_suite) 55 dir = testSuite.getSourcePath(path_in_suite) 101 cmd.append(test.getSourcePath()) 128 out, err, exitCode = lit.util.executeCommand(test.getSourcePath())
|
H A D | googletest.py | 94 source_path = testSuite.getSourcePath(path_in_suite) 110 testPath,testName = os.path.split(test.getSourcePath())
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | Test.py | 213 def getSourcePath(self, components): member in TestSuite 293 return self.getSourcePath() 295 def getSourcePath(self): member in Test 296 return self.suite.getSourcePath(self.path_in_suite) 402 parsed = lit.TestRunner._parseKeywords(self.getSourcePath(), require_script=False)
|
H A D | discovery.py | 104 source_path = ts.getSourcePath(path_in_suite) 147 source_path = ts.getSourcePath(path_in_suite)
|
H A D | TestRunner.py | 1100 sourcepath = test.getSourcePath() 1491 parsed = _parseKeywords(test.getSourcePath(), additional_parsers,
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | googlebenchmark.py | 74 source_path = testSuite.getSourcePath(path_in_suite) 90 testPath,testName = os.path.split(test.getSourcePath())
|
H A D | format.py | 202 sourcePath = testSuite.getSourcePath(pathInSuite) 214 with open(test.getSourcePath(), 'rb') as f:
|
H A D | dsl.py | 95 with open(test.getSourcePath(), 'w') as sourceFile: 114 with open(test.getSourcePath(), 'w') as source: 188 with open(test.getSourcePath(), 'w') as sourceFile:
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/ |
H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/ |
H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/ |
H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|