| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | execute-command.test | 30 {"jsonrpc":"2.0","id":3,"method":"workspace/executeCommand","params":{}} 33 {"jsonrpc":"2.0","id":4,"method":"workspace/executeCommand","params":{"command": {}}} 35 {"jsonrpc":"2.0","id":5,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix","… 38 {"jsonrpc":"2.0","id":6,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix","… 41 {"jsonrpc":"2.0","id":7,"method":"workspace/executeCommand","params":{"command":"mycommand"}} 44 {"jsonrpc":"2.0","id":8,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix","… 47 {"jsonrpc":"2.0","id":9,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix","… 50 {"jsonrpc":"2.0","id":10,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix",… 56 {"jsonrpc":"2.0","id":12,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix",… 59 {"jsonrpc":"2.0","id":13,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix",… [all …]
|
| H A D | request-reply.test | 6 {"jsonrpc":"2.0","id":4,"method":"workspace/executeCommand","params":{"command":"clangd.applyTweak"… 28 {"jsonrpc":"2.0","id":5,"method":"workspace/executeCommand","params":{"command":"clangd.applyTweak"…
|
| H A D | tweaks-format.test | 8 {"jsonrpc":"2.0","id":6,"method":"workspace/executeCommand","params":{"command":"clangd.applyTweak"…
|
| H A D | code-action-request.test | 95 {"jsonrpc":"2.0","id":4,"method":"workspace/executeCommand","params":{"command":"clangd.applyTweak"…
|
| H A D | fixits-command.test | 168 {"jsonrpc":"2.0","id":4,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix","…
|
| /llvm-project-15.0.7/mlir/utils/vscode/src/ |
| H A D | configWatcher.ts | 13 vscode.commands.executeCommand('mlir.restart'); 22 vscode.commands.executeCommand('mlir.restart'); 25 vscode.commands.executeCommand('mlir.restart');
|
| H A D | mlirContext.ts | 222 vscode.commands.executeCommand(
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/ |
| H A D | compiler.py | 157 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env, 163 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env, 169 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env, 179 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env, 194 out, err, rc = libcxx.util.executeCommand(cmd, cwd=cwd) 295 out, err, rc = libcxx.util.executeCommand(
|
| H A D | util.py | 178 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function 280 out, err, exitCode = executeCommand(cmd, *args, **kwargs) 292 out, err, exitCode = executeCommand(cmd, *args, **kwargs)
|
| /llvm-project-15.0.7/lldb/test/API/lua_api/ |
| H A D | TestLuaAPI.py | 65 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function 175 out, err, exitCode = executeCommand(cmd, env=lua_env)
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | base.py | 103 out, err, exitCode = lit.util.executeCommand(cmd) 128 out, err, exitCode = lit.util.executeCommand(test.getSourcePath())
|
| H A D | googletest.py | 135 out, _, exitCode = lit.util.executeCommand(
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | target_info.py | 17 from libcxx.util import executeCommand 54 out, err, exit_code = executeCommand(['xcrun', '--show-sdk-path'])
|
| H A D | googlebenchmark.py | 103 out, err, exitCode = lit.util.executeCommand(
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 544 return executeCommand([this, &remote_file, &local_file]() { in PullFile() 551 return executeCommand([this, &local_file, &remote_file]() { in PushFile() 558 return executeCommand([this, &remote_file, &mode, &size, &mtime]() { in Stat() 571 AdbClient::SyncService::executeCommand(const std::function<Status()> &cmd) { in executeCommand() function in AdbClient::SyncService
|
| H A D | AdbClient.h | 71 Status executeCommand(const std::function<Status()> &cmd);
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 209 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd, in executeCommand() function 270 executeCommand(BuildIDStr, BuildID, Cmd, Offset, AdjustVMA, ShouldInline, in symbolizeInput() 273 executeCommand(ModuleName, ModuleName, Cmd, Offset, AdjustVMA, ShouldInline, in symbolizeInput()
|
| /llvm-project-15.0.7/lldb/test/Shell/ |
| H A D | lit.cfg.py | 113 out, err, exitcode = lit.util.executeCommand([cpuid_exe])
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 64 out, err, exitCode = lit.util.executeCommand(
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | LitConfig.py | 139 _, _, exitCode = lit.util.executeCommand(command)
|
| H A D | util.py | 317 def executeCommand(command, cwd=None, env=None, input=None, timeout=0, function
|
| H A D | TestRunner.py | 1062 out, err, exitCode = lit.util.executeCommand(command, cwd=cwd,
|