Home
last modified time | relevance | path

Searched refs:getSourcePath (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dbase.py15 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 Dgoogletest.py49 source_path = testSuite.getSourcePath(path_in_suite)
108 testPath,testName = os.path.split(test.getSourcePath())
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTest.py213 def getSourcePath(self, components): member in TestSuite
296 return self.getSourcePath()
298 def getSourcePath(self): member in Test
299 return self.suite.getSourcePath(self.path_in_suite)
405 parsed = lit.TestRunner._parseKeywords(self.getSourcePath(), require_script=False)
H A Ddiscovery.py103 source_path = ts.getSourcePath(path_in_suite)
146 source_path = ts.getSourcePath(path_in_suite)
H A DTestRunner.py1142 sourcepath = test.getSourcePath()
1886 parsed = _parseKeywords(test.getSourcePath(), additional_parsers,
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py74 source_path = testSuite.getSourcePath(path_in_suite)
90 testPath,testName = os.path.split(test.getSourcePath())
H A Ddsl.py147 with open(test.getSourcePath(), 'w') as sourceFile:
165 with open(test.getSourcePath(), 'w') as source:
278 with open(test.getSourcePath(), 'w') as sourceFile:
H A Dformat.py195 sourcePath = testSuite.getSourcePath(pathInSuite)
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py719 def getSourcePath(self, name): member in Base