Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTest.py38 def getSourcePath(self, components): member in TestSuite
75 def getSourcePath(self): member in Test
76 return self.suite.getSourcePath(self.path_in_suite)
DTestFormats.py59 source_path = testSuite.getSourcePath(path_in_suite)
81 testPath,testName = os.path.split(test.getSourcePath())
105 source_path = testSuite.getSourcePath(path_in_suite)
161 dir = testSuite.getSourcePath(path_in_suite)
207 cmd.append(test.getSourcePath())
Dmain.py211 source_path = ts.getSourcePath(path_in_suite)
246 source_path = ts.getSourcePath(path_in_suite)
DTestRunner.py396 sourcepath = 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)
DTestRunner.py608 sourcepath = test.getSourcePath()
792 sourcepath = test.getSourcePath()
/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)
131 with open(test.getSourcePath(), 'r') as f:
161 source_path = test.getSourcePath()
210 source_path = 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/utils/lit/tests/Inputs/test-data/
Dlit.cfg15 source_path = test.getSourcePath()
/external/vogar/src/vogar/tasks/
DBuildActionTask.java103 Classpath sourceDirs = Classpath.of(action.getSourcePath()); in compile()