Searched refs:tmpBase (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestRunner.py | 239 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 263 def executeTclScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 302 script = tmpBase + '.script' 339 def executeScript(test, litConfig, tmpBase, commands, cwd): argument 342 script = tmpBase + '.script' 401 tmpBase = os.path.join(tmpDir, execbase) 403 tmpBase += '_%d' % test.index 410 tmpBase = tmpBase.replace('\\', '/') 418 ('%t', tmpBase + '.tmp'), 421 ('%abs_tmp', tmpBase + '.tmp'), [all …]
|
/external/libcxx/utils/libcxx/test/ |
D | format.py | 112 tmpDir, tmpBase = lit.TestRunner.getTempPaths(test) 114 tmpBase) 145 tmpBase) 149 return self._evaluate_pass_test(test, tmpBase, lit_config, 158 def _evaluate_pass_test(self, test, tmpBase, lit_config, argument 162 exec_path = tmpBase + '.exe' 163 object_path = tmpBase + '.o' 165 libcxx.util.mkdir_p(os.path.dirname(tmpBase))
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 438 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 505 def executeScript(test, litConfig, tmpBase, commands, cwd): argument 508 script = tmpBase + '.script' 604 tmpBase = os.path.join(tmpDir, execbase) 605 return tmpDir, tmpBase 607 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument 616 tmpBase = tmpBase.replace('\\', '/') 626 ('%t', tmpBase + '.tmp'), 635 ('%/t', tmpBase.replace('\\', '/') + '.tmp'), 645 ('%:t', re.sub(r'^(.):', r'\1', tmpBase) + '.tmp'), [all …]
|