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

1 2

  /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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data/
dummy_format.py 15 source_path = test.getSourcePath()
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/xunit-output/
dummy_format.py 15 source_path = 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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/formats/
base.py 15 source_path = testSuite.getSourcePath(path_in_suite)
55 dir = testSuite.getSourcePath(path_in_suite)
101 cmd.append(test.getSourcePath())
googletest.py 84 source_path = testSuite.getSourcePath(path_in_suite)
100 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data-micro/
dummy_format.py 15 source_path = test.getSourcePath()
  /external/libcxx/utils/libcxx/test/
googlebenchmark.py 74 source_path = testSuite.getSourcePath(path_in_suite)
90 testPath,testName = os.path.split(test.getSourcePath())
format.py 63 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()
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Test.py 191 def getSourcePath(self, components):
252 return self.getSourcePath()
254 def getSourcePath(self):
255 return self.suite.getSourcePath(self.path_in_suite)
discovery.py 105 source_path = ts.getSourcePath(path_in_suite)
147 source_path = ts.getSourcePath(path_in_suite)
TestRunner.py     [all...]
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
SDE.java 54 String getSourcePath(ReferenceTypeImpl refType) {
139 result.add(fileTable[i].getSourcePath(refType));
212 sourcePath = ftr.getSourcePath(refType);
  /external/vogar/src/vogar/tasks/
BuildActionTask.java 99 Classpath sourceDirs = Classpath.of(action.getSourcePath());
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 226 private static String getSourcePath(String packageName) {
297 String apkPath = getSourcePath("android.jni.cts");
  /external/kotlinc/lib/
kotlin-scripting-common.jar 

Completed in 6417 milliseconds

1 2