/external/llvm-project/llvm/utils/lit/lit/formats/ |
D | base.py | 15 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())
|
D | googletest.py | 92 source_path = testSuite.getSourcePath(path_in_suite) 108 testPath,testName = os.path.split(test.getSourcePath())
|
/external/llvm/utils/lit/lit/ |
D | Test.py | 169 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)
|
D | discovery.py | 85 source_path = ts.getSourcePath(path_in_suite) 127 source_path = ts.getSourcePath(path_in_suite)
|
/external/llvm-project/llvm/utils/lit/lit/ |
D | Test.py | 210 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)
|
D | discovery.py | 104 source_path = ts.getSourcePath(path_in_suite) 147 source_path = ts.getSourcePath(path_in_suite)
|
/external/llvm/utils/lit/lit/formats/ |
D | base.py | 16 source_path = testSuite.getSourcePath(path_in_suite) 56 dir = testSuite.getSourcePath(path_in_suite) 102 cmd.append(test.getSourcePath())
|
D | googletest.py | 83 source_path = testSuite.getSourcePath(path_in_suite) 104 testPath,testName = os.path.split(test.getSourcePath())
|
/external/libcxx/utils/libcxx/test/ |
D | 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()
|
D | googlebenchmark.py | 74 source_path = testSuite.getSourcePath(path_in_suite) 90 testPath,testName = os.path.split(test.getSourcePath())
|
/external/vogar/src/vogar/ |
D | ActionFinder.java | 81 getSourcePath(javaFile, dotJavaFile.getClassName()), javaFile); in fileToAction() 90 private File getSourcePath(File file, String className) { in getSourcePath() method in ActionFinder
|
D | Action.java | 58 public File getSourcePath() { in getSourcePath() method in Action
|
/external/llvm-project/lldb/test/API/ |
D | lldbtest.py | 20 source_path = testSuite.getSourcePath(path_in_suite) 47 testPath, testFile = os.path.split(test.getSourcePath())
|
/external/llvm-project/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 74 source_path = testSuite.getSourcePath(path_in_suite) 90 testPath,testName = os.path.split(test.getSourcePath())
|
D | format.py | 204 sourcePath = testSuite.getSourcePath(pathInSuite) 216 with open(test.getSourcePath(), 'rb') as f:
|
D | dsl.py | 95 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/ |
D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/external/llvm-project/llvm/utils/lit/tests/Inputs/xunit-output/ |
D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/external/llvm-project/lldb/test/API/lang/cpp/modules-import/ |
D | TestCXXModulesImport.py | 21 shutil.copyfile(self.getSourcePath(os.path.join('Inputs', f)),
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | SDE.java | 54 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/ |
D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/external/llvm/utils/lit/tests/Inputs/test-data/ |
D | lit.cfg | 15 source_path = test.getSourcePath()
|
/external/llvm-project/lldb/test/API/macosx/DBGSourcePathRemapping/ |
D | TestDSYMSourcePathRemapping.py | 16 inputs = self.getSourcePath('Inputs')
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/module/ |
D | TestVSCode_module.py | 93 main_source_path = self.getSourcePath(source)
|
/external/llvm-project/lldb/test/API/python_api/symbol-context/ |
D | TestSymbolContext.py | 67 substrs=[self.getSourcePath('main.c')])
|