| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A 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())
|
| H A D | googletest.py | 48 source_path = testSuite.getSourcePath(path_in_suite) 101 testPath,testName = os.path.split(test.getSourcePath())
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | Test.py | 213 def getSourcePath(self, components): member in TestSuite 297 return self.getSourcePath() 299 def getSourcePath(self): member in Test 300 return self.suite.getSourcePath(self.path_in_suite) 409 parsed = lit.TestRunner._parseKeywords(self.getSourcePath(), require_script=False)
|
| H A D | discovery.py | 103 source_path = ts.getSourcePath(path_in_suite) 146 source_path = ts.getSourcePath(path_in_suite)
|
| H A D | TestRunner.py | 1142 sourcepath = test.getSourcePath() 1629 parsed = _parseKeywords(test.getSourcePath(), additional_parsers,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/ |
| H A D | TestFreeBSDKernelVMCore.py | 17 src = self.getSourcePath(src_filename) 23 src = self.getSourcePath(src_filename)
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 18 source_path = testSuite.getSourcePath(path_in_suite) 45 testPath, testFile = os.path.split(test.getSourcePath())
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | googlebenchmark.py | 74 source_path = testSuite.getSourcePath(path_in_suite) 90 testPath,testName = os.path.split(test.getSourcePath())
|
| H A D | dsl.py | 147 with open(test.getSourcePath(), 'w') as sourceFile: 165 with open(test.getSourcePath(), 'w') as source: 278 with open(test.getSourcePath(), 'w') as sourceFile:
|
| H A D | format.py | 186 sourcePath = testSuite.getSourcePath(pathInSuite)
|
| /llvm-project-15.0.7/lldb/test/API/qemu/ |
| H A D | TestQemuAPI.py | 17 main_c = lldb.SBFileSpec(self.getSourcePath("main.c"))
|
| H A D | TestQemuLaunch.py | 39 source=self.getSourcePath("qemu.py")))
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/test-data/ |
| H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/missing-module-sources/ |
| H A D | TestStdModuleSourcesMissing.py | 26 shutil.copytree(self.getSourcePath("root"), target_sysroot)
|
| /llvm-project-15.0.7/lldb/test/API/driver/job_control/ |
| H A D | TestJobControl.py | 18 run_under = [sys.executable, self.getSourcePath('shell.py')]
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/xunit-output/ |
| H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/modules-import/ |
| H A D | TestCXXModulesImport.py | 19 shutil.copyfile(self.getSourcePath(os.path.join('Inputs', f)),
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/test-data-micro/ |
| H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
| /llvm-project-15.0.7/lldb/test/API/macosx/DBGSourcePathRemapping/ |
| H A D | TestDSYMSourcePathRemapping.py | 14 inputs = self.getSourcePath('Inputs')
|
| /llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/ |
| H A D | TestSymbolContext.py | 63 substrs=[self.getSourcePath('main.c')])
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/module/ |
| H A D | TestVSCode_module.py | 84 main_source_path = self.getSourcePath(source)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | TestMiniDumpUUID.py | 315 self.getSourcePath("relative_module_name.yaml"))
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 705 def getSourcePath(self, name): member in Base
|