HomeSort by relevance Sort by last modified time
    Searched refs:getSourcePath (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py 38 def getSourcePath(self, components):
75 def getSourcePath(self):
76 return self.suite.getSourcePath(self.path_in_suite)
TestFormats.py 59 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())
main.py 211 source_path = ts.getSourcePath(path_in_suite)
246 source_path = ts.getSourcePath(path_in_suite)
TestRunner.py 396 sourcepath = test.getSourcePath()
  /external/llvm/utils/lit/lit/formats/
base.py 16 source_path = testSuite.getSourcePath(path_in_suite)
56 dir = testSuite.getSourcePath(path_in_suite)
102 cmd.append(test.getSourcePath())
googletest.py 83 source_path = testSuite.getSourcePath(path_in_suite)
104 testPath,testName = os.path.split(test.getSourcePath())
  /external/vogar/src/vogar/
ActionFinder.java 81 getSourcePath(javaFile, dotJavaFile.getClassName()), javaFile);
90 private File getSourcePath(File file, String className) {
Action.java 58 public File getSourcePath() {
  /external/llvm/utils/lit/lit/
Test.py 169 def getSourcePath(self, components):
211 return self.getSourcePath()
213 def getSourcePath(self):
214 return self.suite.getSourcePath(self.path_in_suite)
discovery.py 85 source_path = ts.getSourcePath(path_in_suite)
127 source_path = ts.getSourcePath(path_in_suite)
TestRunner.py 608 sourcepath = test.getSourcePath()
792 sourcepath = test.getSourcePath()
    [all...]