Searched refs:command (Results 251 - 275 of 1145) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/tools/
H A Dlogreader.js136 var command = fields[0];
137 if (!(command in this.dispatchTable_)) return;
139 var dispatch = this.dispatchTable_[command];
/external/lldb/examples/python/
H A Ddelta.py5 # 'start_gdb_log' command is called with a filename to log to. When the
6 # 'stop_gdb_log' command is called, it will disable the logging and
12 # import it with the full path using the "command script import"
13 # command. This can be done from the LLDB command line:
14 # (lldb) command script import /path/to/gdbremote.py
26 def start_gdb_log(debugger, command, result, dict):
42 result.PutCString ("GDB packet logging enable with log file '%s'\nUse the 'stop_gdb_log' command to stop logging and show packet statistics." % log_file)
48 def parse_time_log(debugger, command, result, dict):
51 command_args = shlex.split(command)
[all...]
/external/lldb/scripts/
H A Dverify_api.py11 command = 'dsymutil --arch %s -s "%s" | grep "%s" | colrm 1 69' % (arch, exe_path, match_str)
12 (command_exit_status, command_output) = commands.getstatusoutput(command)
17 print 'error: command returned no output'
19 print 'error: command failed with exit status %i\n command: %s' % (command_exit_status, command)
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h74 GetPluginCommandHelp(const char *command, lldb_private::Stream *strm);
77 ExecutePluginCommand(lldb_private::Args &command, lldb_private::Stream *strm);
80 EnablePluginLogging(lldb_private::Stream *strm, lldb_private::Args &command);
/external/llvm/lib/Support/Windows/
H A DProgram.inc178 // Windows wants a command line, not an array of args, to pass to the new
182 // First, determine the length of the command line.
188 // Now build the command line.
189 std::unique_ptr<char[]> command(new char[len+1]);
190 char *p = command.get();
301 if (std::error_code ec = windows::UTF8ToUTF16(command.get(), CommandUtf16)) {
304 std::string("Unable to convert command-line to UTF-16"));
440 // The documented max length of the command line passed to CreateProcess.
/external/protobuf/gtest/test/
H A Dgtest_help_test.py76 flag: the command-line flag to pass to gtest_help_test_, or None.
80 command = [PROGRAM_PATH]
82 command = [PROGRAM_PATH, flag]
83 child = gtest_test_utils.Subprocess(command)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dchromevox_webstore_util.py84 def SendGetCommand(command, client_secret):
87 conn.request('GET', command, '', headers)
90 def SendPostCommand(command, client_secret, header_additions = {}, body=None):
94 conn.request('POST', command, body, headers)
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_interstitial_delegate.h36 virtual void CommandReceived(const std::string& command) OVERRIDE;
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_message_handler.h30 virtual void OnUpdate(const std::string& command,
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DInterstitialPageDelegateAndroid.java49 * Called when a command has been received from the interstitial.
51 * @param command The command that was received.
54 protected void commandReceived(String command) { argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.h81 static PassRefPtrWillBeRawPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity) argument
83 return adoptRefWillBeNoop(new TypingCommand(document, command, text, options, granularity, TextCompositionNone));
86 static PassRefPtrWillBeRawPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType) argument
88 return adoptRefWillBeNoop(new TypingCommand(document, command, text, options, CharacterGranularity, compositionType));
128 // characters that were deleted, but only if the typing command being undone
/external/chromium_org/third_party/skia/experimental/webtry/poly/
H A DGruntfile.js9 command: 'bower install'
/external/kernel-headers/original/uapi/linux/
H A Di2c-dev.h58 __u8 command; member in struct:i2c_smbus_ioctl_data
/external/lldb/source/Commands/
H A DCommandObjectArgs.h65 DoExecute ( Args& command,
H A DCommandObjectType.cpp136 // Instance variables to hold the values for command options.
161 Execute_ScriptSummary (Args& command, CommandReturnObject &result);
164 Execute_StringSummary (Args& command, CommandReturnObject &result);
189 DoExecute (Args& command, CommandReturnObject &result);
274 // Instance variables to hold the values for command options.
303 Execute_HandwritePython (Args& command, CommandReturnObject &result);
306 Execute_PythonClass (Args& command, CommandReturnObject &result);
310 DoExecute (Args& command, CommandReturnObject &result);
407 // Instance variables to hold the values for command options.
445 "Some examples of using this command
485 DoExecute(Args& command, CommandReturnObject &result) argument
579 DoExecute(Args& command, CommandReturnObject &result) argument
638 DoExecute(Args& command, CommandReturnObject &result) argument
689 DoExecute(Args& command, CommandReturnObject &result) argument
1027 Execute_ScriptSummary(Args& command, CommandReturnObject &result) argument
1159 Execute_StringSummary(Args& command, CommandReturnObject &result) argument
1326 DoExecute(Args& command, CommandReturnObject &result) argument
1524 DoExecute(Args& command, CommandReturnObject &result) argument
1673 DoExecute(Args& command, CommandReturnObject &result) argument
1816 DoExecute(Args& command, CommandReturnObject &result) argument
1967 DoExecute(Args& command, CommandReturnObject &result) argument
2059 DoExecute(Args& command, CommandReturnObject &result) argument
2132 DoExecute(Args& command, CommandReturnObject &result) argument
2241 DoExecute(Args& command, CommandReturnObject &result) argument
2379 DoExecute(Args& command, CommandReturnObject &result) argument
2593 DoExecute(Args& command, CommandReturnObject &result) argument
2805 DoExecute(Args& command, CommandReturnObject &result) argument
2971 DoExecute(Args& command, CommandReturnObject &result) argument
3124 DoExecute(Args& command, CommandReturnObject &result) argument
3253 DoExecute(Args& command, CommandReturnObject &result) argument
3476 Execute_HandwritePython(Args& command, CommandReturnObject &result) argument
3504 Execute_PythonClass(Args& command, CommandReturnObject &result) argument
3649 DoExecute(Args& command, CommandReturnObject &result) argument
3896 DoExecute(Args& command, CommandReturnObject &result) argument
[all...]
H A DCommandObjectThread.cpp121 // Instance variables to hold the values for command options.
164 DoExecute (Args& command, CommandReturnObject &result) argument
171 if (command.GetArgumentCount() == 0)
183 else if (command.GetArgumentCount() == 1 && ::strcmp (command.GetArgumentAtIndex(0), "all") == 0)
208 const size_t num_args = command.GetArgumentCount();
217 uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success);
220 result.AppendErrorWithFormat ("invalid thread specification: \"%s\"\n", command.GetArgumentAtIndex(i));
229 result.AppendErrorWithFormat ("no thread with index: \"%s\"\n", command.GetArgumentAtIndex(i));
243 result.AppendErrorWithFormat ("error displaying backtrace for thread: \"%s\"\n", command
408 DoExecute(Args& command, CommandReturnObject &result) argument
641 DoExecute(Args& command, CommandReturnObject &result) argument
933 DoExecute(Args& command, CommandReturnObject &result) argument
1170 DoExecute(Args& command, CommandReturnObject &result) argument
1232 DoExecute(Args& command, CommandReturnObject &result) argument
1365 DoExecute( const char *command, CommandReturnObject &result ) argument
[all...]
/external/skia/experimental/webtry/poly/
H A DGruntfile.js9 command: 'bower install'
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc44 "Adb command timed out after %d seconds",
50 "Failed to run adb command, is the adb server running?");
65 const std::string& command, scoped_refptr<ResponseBuffer> response_buffer,
68 AdbClientSocket::AdbQuery(port, command,
132 return Status(kUnknownError, "Failed to set command line file " +
140 std::string command = "pm path " + package; local
141 Status status = ExecuteHostShellCommand(device_serial, command, &response);
153 std::string command = "pm clear " + package; local
154 Status status = ExecuteHostShellCommand(device_serial, command, &response);
226 const std::string& command, st
64 ExecuteCommandOnIOThread( const std::string& command, scoped_refptr<ResponseBuffer> response_buffer, int port) argument
225 ExecuteCommand( const std::string& command, std::string* response) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionAPI.js143 extensionServer.sendRequest({ command: commands.Subscribe, type: this._type });
159 extensionServer.sendRequest({ command: commands.Unsubscribe, type: this._type });
205 extensionServer.sendRequest({ command: commands.GetConsoleMessages }, callback);
210 extensionServer.sendRequest({ command: commands.AddConsoleMessage, severity: severity, text: text, url: url, line: line });
250 extensionServer.sendRequest({ command: commands.GetHAR }, callback && callbackWrapper);
255 extensionServer.sendRequest({ command: commands.AddRequestHeaders, headers: headers, extensionId: window.location.hostname });
274 extensionServer.sendRequest({ command: commands.GetRequestContent, id: this._id }, callback && callbackWrapper);
294 this.applyStyleSheet = function(styleSheet) { extensionServer.sendRequest({ command: commands.ApplyStyleSheet, styleSheet: styleSheet }); };
302 command: commands.CreatePanel,
331 // Only send command i
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_protocol_externs.py116 for command in domain["commands"]:
119 if ("parameters" in command):
120 for in_param in command["parameters"]:
128 if ("error" in command):
129 returns.append("%s=" % param_type(domain_name, command["error"]))
130 if ("returns" in command):
131 for out_param in command["returns"]:
139 output_file.write("Protocol.%sAgent.prototype.%s = function(%s) {}\n" % (domain_name, command["name"], ", ".join(params)))
141 output_file.write("Protocol.%sAgent.prototype.invoke_%s = function(obj, opt_callback) {}\n" % (domain_name, command["name"]))
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_panes.py22 # a simple LLDB command while the subprocess is stopped, inherit
24 # - self.setCommand(command, command_args)
97 vim.command("call confirm('%s')" % cmd)
98 vim.command(cmd)
104 vim.command("execute \"normal %dgg\"" % line)
117 vim.command(str(nr) + ' wincmd w')
121 vim.command('wincmd w')
126 vim.command("execute \"normal \\<c-w>p\"")
154 vim.command(":vsp")
161 vim.command("
[all...]
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.cc228 CommandLine command(base::FilePath("/system/bin/am"));
229 command.AppendArg("start");
230 command.AppendArg(
256 CommandLine command(base::FilePath(""));
260 command.SetProgram(pathname);
261 command.AppendArg(kClockCommands[i].argument);
265 if (command.GetProgram().empty()) {
270 CommandLine command(base::FilePath("/usr/bin/open"));
271 command.AppendArg("/System/Library/PreferencePanes/DateAndTime.prefPane");
277 CommandLine command(pat
551 CommandReceived(const std::string& command) argument
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc263 std::string command(cmd); // Make a local copy so we can modify it.
265 if (command.length() > 1 && command[0] == '"') {
266 command = command.substr(1, command.length() - 2);
268 if (command == kDoReportCommand) {
273 if (command == kDontReportCommand) {
278 if (command == kLearnMoreCommand) {
294 if (command
352 DCHECK(colon_index < command.size() - 1); int result_int = 0; bool result = base::StringToInt(base::StringPiece(command.begin() + colon_index + 1, command.end()), &result_int); command = command.substr(0, colon_index); if (result) element_index = static_cast<size_t>(result_int); } if (element_index >= unsafe_resources_.size()) argument
[all...]
/external/lldb/test/
H A Dlldbutil.py304 If extra_options is not None, then we append it to the breakpoint set command.
311 command = 'breakpoint set -l %d'%(line_number)
313 command = 'breakpoint set -f "%s" -l %d'%(file_name, line_number)
316 command += " --shlib '%s'" % (module_name)
319 command += " " + extra_options
321 break_results = run_break_set_command (test, command)
334 command = 'breakpoint set -n "%s"'%(symbol)
337 command += " --shlib '%s'" % (module_name)
340 command += " " + extra_options
342 break_results = run_break_set_command (test, command)
[all...]
/external/chromium_org/base/allocator/
H A Dprep_libc.py22 def run(command, filter=None):
23 """Run |command|, removing any lines that match |filter|. The filter is
26 command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)

Completed in 1343 milliseconds

<<11121314151617181920>>