Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/utils/lit/lit/formats/
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())
Dgoogletest.py92 source_path = testSuite.getSourcePath(path_in_suite)
108 testPath,testName = os.path.split(test.getSourcePath())
/external/llvm/utils/lit/lit/
DTest.py169 def getSourcePath(self, components): member in TestSuite
211 return self.getSourcePath()
213 def getSourcePath(self): member in Test
214 return self.suite.getSourcePath(self.path_in_suite)
Ddiscovery.py85 source_path = ts.getSourcePath(path_in_suite)
127 source_path = ts.getSourcePath(path_in_suite)
/external/llvm-project/llvm/utils/lit/lit/
DTest.py210 def getSourcePath(self, components): member in TestSuite
278 return self.getSourcePath()
280 def getSourcePath(self): member in Test
281 return self.suite.getSourcePath(self.path_in_suite)
387 parsed = lit.TestRunner._parseKeywords(self.getSourcePath(), require_script=False)
Ddiscovery.py104 source_path = ts.getSourcePath(path_in_suite)
147 source_path = ts.getSourcePath(path_in_suite)
/external/llvm/utils/lit/lit/formats/
Dbase.py16 source_path = testSuite.getSourcePath(path_in_suite)
56 dir = testSuite.getSourcePath(path_in_suite)
102 cmd.append(test.getSourcePath())
Dgoogletest.py83 source_path = testSuite.getSourcePath(path_in_suite)
104 testPath,testName = os.path.split(test.getSourcePath())
/external/libcxx/utils/libcxx/test/
Dformat.py63 source_path = testSuite.getSourcePath(path_in_suite)
139 with open(test.getSourcePath(), 'r') as f:
177 source_path = test.getSourcePath()
226 source_path = test.getSourcePath()
Dgooglebenchmark.py74 source_path = testSuite.getSourcePath(path_in_suite)
90 testPath,testName = os.path.split(test.getSourcePath())
/external/vogar/src/vogar/
DActionFinder.java81 getSourcePath(javaFile, dotJavaFile.getClassName()), javaFile); in fileToAction()
90 private File getSourcePath(File file, String className) { in getSourcePath() method in ActionFinder
DAction.java58 public File getSourcePath() { in getSourcePath() method in Action
/external/llvm-project/lldb/test/API/
Dlldbtest.py20 source_path = testSuite.getSourcePath(path_in_suite)
47 testPath, testFile = os.path.split(test.getSourcePath())
/external/llvm-project/libcxx/utils/libcxx/test/
Dgooglebenchmark.py74 source_path = testSuite.getSourcePath(path_in_suite)
90 testPath,testName = os.path.split(test.getSourcePath())
Dformat.py204 sourcePath = testSuite.getSourcePath(pathInSuite)
216 with open(test.getSourcePath(), 'rb') as f:
Ddsl.py95 with open(test.getSourcePath(), 'w') as sourceFile:
114 with open(test.getSourcePath(), 'w') as source:
188 with open(test.getSourcePath(), 'w') as sourceFile:
/external/llvm-project/llvm/utils/lit/tests/Inputs/test-data/
Ddummy_format.py15 source_path = test.getSourcePath()
/external/llvm-project/llvm/utils/lit/tests/Inputs/xunit-output/
Ddummy_format.py15 source_path = test.getSourcePath()
/external/llvm-project/lldb/test/API/lang/cpp/modules-import/
DTestCXXModulesImport.py21 shutil.copyfile(self.getSourcePath(os.path.join('Inputs', f)),
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DSDE.java54 String getSourcePath(ReferenceTypeImpl refType) { in getSourcePath() method in SDE.FileTableRecord
139 result.add(fileTable[i].getSourcePath(refType)); in sourcePaths()
212 sourcePath = ftr.getSourcePath(refType); in getSourceInfo()
/external/llvm-project/llvm/utils/lit/tests/Inputs/test-data-micro/
Ddummy_format.py15 source_path = test.getSourcePath()
/external/llvm/utils/lit/tests/Inputs/test-data/
Dlit.cfg15 source_path = test.getSourcePath()
/external/llvm-project/lldb/test/API/macosx/DBGSourcePathRemapping/
DTestDSYMSourcePathRemapping.py16 inputs = self.getSourcePath('Inputs')
/external/llvm-project/lldb/test/API/tools/lldb-vscode/module/
DTestVSCode_module.py93 main_source_path = self.getSourcePath(source)
/external/llvm-project/lldb/test/API/python_api/symbol-context/
DTestSymbolContext.py67 substrs=[self.getSourcePath('main.c')])

12