Home
last modified time | relevance | path

Searched refs:executeCommand (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dexecute-command.test30 {"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 Drequest-reply.test6 {"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 Dtweaks-format.test8 {"jsonrpc":"2.0","id":6,"method":"workspace/executeCommand","params":{"command":"clangd.applyTweak"…
H A Dcode-action-request.test95 {"jsonrpc":"2.0","id":4,"method":"workspace/executeCommand","params":{"command":"clangd.applyTweak"…
H A Dfixits-command.test168 {"jsonrpc":"2.0","id":4,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix","…
/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DconfigWatcher.ts13 vscode.commands.executeCommand('mlir.restart');
22 vscode.commands.executeCommand('mlir.restart');
25 vscode.commands.executeCommand('mlir.restart');
H A DmlirContext.ts222 vscode.commands.executeCommand(
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dcompiler.py157 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 Dutil.py178 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 DTestLuaAPI.py65 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 Dbase.py103 out, err, exitCode = lit.util.executeCommand(cmd)
128 out, err, exitCode = lit.util.executeCommand(test.getSourcePath())
H A Dgoogletest.py135 out, _, exitCode = lit.util.executeCommand(
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dtarget_info.py17 from libcxx.util import executeCommand
54 out, err, exit_code = executeCommand(['xcrun', '--show-sdk-path'])
H A Dgooglebenchmark.py103 out, err, exitCode = lit.util.executeCommand(
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp544 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 DAdbClient.h71 Status executeCommand(const std::function<Status()> &cmd);
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp209 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 Dlit.cfg.py113 out, err, exitcode = lit.util.executeCommand([cpuid_exe])
/llvm-project-15.0.7/lldb/test/API/
H A Dlldbtest.py64 out, err, exitCode = lit.util.executeCommand(
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DLitConfig.py139 _, _, exitCode = lit.util.executeCommand(command)
H A Dutil.py317 def executeCommand(command, cwd=None, env=None, input=None, timeout=0, function
H A DTestRunner.py1062 out, err, exitCode = lit.util.executeCommand(command, cwd=cwd,