Searched defs:command (Results 126 - 150 of 428) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-with-context.js117 request_json = {"seq":17,"type":"request","command":"evaluate", arguments: { "expression": expression } };
/external/chromium_org/win8/metro_driver/
H A Dmetro_dialog_box.cc55 CheckHR(hr, "Failed to create ui command collection");
138 winui::Popups::IUICommand* command) {
142 command->get_Label(label.GetAddressOf());
137 Invoke( winui::Popups::IUICommand* command) argument
H A Dsettings_handler.cc80 CheckHR(hr, "Failed to append new settings command");
85 CheckHR(hr, "Failed to append new help command");
90 CheckHR(hr, "Failed to append new about command");
107 mswr::ComPtr<winui::Popups::IUICommand> command; local
113 command.GetAddressOf());
114 CheckHR(hr, "Can't create settings command");
116 hr = settings_command_vector->Append(command.Get());
117 CheckHR(hr, "Failed to append settings command");
122 HRESULT SettingsHandler::OnSettings(winui::Popups::IUICommand* command) { argument
136 hr = command
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMoreExecutors.java250 public void execute(Runnable command) { argument
253 command.run();
439 public void execute(Runnable command) { argument
440 delegate.execute(command);
455 Runnable command, long delay, TimeUnit unit) {
456 return delegate.schedule(command, delay, unit);
467 Runnable command, long initialDelay, long period, TimeUnit unit) {
468 return delegate.scheduleAtFixedRate(command, initialDelay, period, unit);
473 Runnable command, long initialDelay, long delay, TimeUnit unit) {
475 command, initialDela
454 schedule( Runnable command, long delay, TimeUnit unit) argument
466 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
472 scheduleWithFixedDelay( Runnable command, long initialDelay, long delay, TimeUnit unit) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DVarOptimizer.java157 * Optimizes a complex var command by recursively expanding its expression into a sequence of
196 * Create a var command from the given expression and recursively optimize it, returning the
210 * Helper to efficiently add commands to a multiple command (if the command to be added is a
211 * multiple command, we add its contents). This is used to implement a tail recursion optimization
214 private static void addToContents(AMultipleCommand multi, PCommand command) { argument
215 if (command instanceof AMultipleCommand) {
216 multi.getCommand().addAll(((AMultipleCommand) command).getCommand());
218 multi.getCommand().add(command);
263 * Returns a new command containin
304 asSimpleEscapeCommand(PCommand command) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dpktcdvd.h96 __u32 command; /* in: Setup, teardown, status */ member in struct:pkt_ctrl_command
/external/libnl/lib/netfilter/
H A Dqueue.c55 uint8_t command, struct nl_msg **result)
67 cmd.command = command;
171 cmd.command = NFQNL_CFG_CMD_BIND;
54 build_queue_cmd_request(uint8_t family, uint16_t queuenum, uint8_t command, struct nl_msg **result) argument
/external/libvterm/src/
H A Dparser.c19 static void do_string_csi(VTerm *vt, const char *args, size_t arglen, char command) argument
100 if((*vt->parser_callbacks->csi)(leaderlen ? leader : NULL, csi_args, argcount, intermedlen ? intermed : NULL, command, vt->cbdata))
103 fprintf(stderr, "libvterm: Unhandled CSI %.*s %c\n", (int)arglen, args, command);
279 /* +1 to pos because we want to include this command byte as well */
294 /* +1 to pos because we want to include this command byte as well */
/external/libxml2/
H A Dxmlcatalog.c98 char command[100]; local
110 * Parse the command itself
120 command[i++] = *cur++;
122 command[i] = 0;
182 * start interpreting the command
184 if (!strcmp(command, "exit"))
186 if (!strcmp(command, "quit"))
188 if (!strcmp(command, "bye"))
190 if (!strcmp(command, "public")) {
202 } else if (!strcmp(command, "syste
[all...]
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp279 CommandObjectDisassemble::DoExecute (Args& command, CommandReturnObject &result) argument
284 result.AppendError ("invalid target, create a debug target using the 'target create' command");
322 if (command.GetArgumentCount() != 0)
H A DCommandObjectHelp.cpp57 { LLDB_OPT_SET_ALL, false, "show-aliases", 'a', no_argument, NULL, 0, eArgTypeNone, "Show aliases in the command list."},
63 CommandObjectHelp::DoExecute (Args& command, CommandReturnObject &result) argument
67 const size_t argc = command.GetArgumentCount ();
69 // 'help' doesn't take any arguments, other than command names. If argc is 0, we show the user
70 // all commands (aliases and user commands if asked for). Otherwise every argument must be the name of a command or a sub-command.
84 // Get command object for the first command argument. Only search built-in command dictionary.
86 cmd_obj = m_interpreter.GetCommandObject (command
[all...]
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp123 ProcessLinux::GetPluginCommandHelp(const char *command, Stream *strm) argument
128 ProcessLinux::ExecutePluginCommand(Args &command, Stream *strm) argument
134 ProcessLinux::EnablePluginLogging(Stream *strm, Args &command) argument
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_overlay.h91 uint32 command; member in struct:__anon27496
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDispatcherTest.java136 @Override public void execute(Runnable command) { argument
137 jobs.add((Job) command);
/external/qemu/android/kernel/
H A Dkernel_utils.cpp38 // Helper class to perform launch a command through popen() and call
42 ScopedPopenFile(const char* command) { argument
43 mFile = ::popen(command, "r");
77 String command("/usr/bin/file ");
78 command += filePath;
80 ScopedPopenFile file(command.c_str());
82 KERNEL_PERROR << "Could not launch command: " << command.c_str();
92 KERNEL_ERROR << "Could not read file command output!?";
/external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/
H A DSDL_syscdrom.c62 static int SDL_SYS_CDioctl(int id, int command, void *arg);
158 static int SDL_SYS_CDioctl(int id, int command, void *arg) argument
162 retval = Metaioctl(metados_drives[id].device[0], METADOS_IOCTL_MAGIC, command, arg);
/external/vixl/tools/
H A Dpresubmit.py114 command = 'scons mode=%s simulator=%s target=cctest --clean' % \
116 status, output = util.getstatusoutput(command)
119 util.abort('Failed cleaning cctest: ' + command)
127 command = 'scons mode=%s simulator=%s target=cctest -j%u' % \
129 status, output = util.getstatusoutput(command)
132 util.abort('Failed building cctest: ' + command)
143 def __init__(self, name, command, get_summary = util.last_line):
145 self.command = command
153 retcode, self.output = util.getstatusoutput(self.command)
220 def command(*test_args): function in function:.PrintFailedTestOutput
[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/chrome/browser/devtools/device/adb/
H A Dadb_client_socket.cc185 void AdbClientSocket::SendCommand(const std::string& command, argument
189 new net::StringIOBuffer(EncodeMessage(command));
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.h48 AdbMessage(uint32 command,
53 uint32 command; member in class:AdbMessage
86 net::StreamSocket* CreateSocket(const std::string& command);
88 void Send(uint32 command,
H A Dandroid_usb_socket.cc29 const std::string& command,
32 command_(command),
52 switch (message->command) {
27 AndroidUsbSocket(scoped_refptr<AndroidUsbDevice> device, uint32 socket_id, const std::string& command, base::Callback<void(uint32)> delete_callback) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_protocol.cc48 base::DictionaryValue command; local
49 command.SetInteger(kIdParam, id_);
50 command.SetString(kMethodParam, method_);
52 command.Set(kParamsParam, params_->DeepCopy());
55 base::JSONWriter::Write(&command, &json_command);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_keybinding_registry.cc11 #include "chrome/common/extensions/command.h"
91 const std::string& command) const {
92 return command == manifest_values::kPageActionCommandEvent ||
93 command == manifest_values::kBrowserActionCommandEvent;
102 const std::string& extension_id, const std::string& command) {
111 // the extension acts on the command. NOTE: The Global Commands handler does
120 args->Append(new base::StringValue(command));
101 CommandExecuted( const std::string& extension_id, const std::string& command) argument
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc68 // Delay between when a command is received, and when we save it to the
101 void BaseSessionService::ScheduleCommand(SessionCommand* command) { argument
102 DCHECK(command);
104 pending_commands_.push_back(command);
216 const SessionCommand& command,
219 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
229 const SessionCommand& command,
232 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
242 const SessionCommand& command,
245 scoped_ptr<Pickle> pickle(command
215 RestoreUpdateTabNavigationCommand( const SessionCommand& command, sessions::SerializedNavigationEntry* navigation, SessionID::id_type* tab_id) argument
228 RestoreSetTabExtensionAppIDCommand( const SessionCommand& command, SessionID::id_type* tab_id, std::string* extension_app_id) argument
241 RestoreSetTabUserAgentOverrideCommand( const SessionCommand& command, SessionID::id_type* tab_id, std::string* user_agent_override) argument
254 RestoreSetWindowAppNameCommand( const SessionCommand& command, SessionID::id_type* window_id, std::string* app_name) argument
[all...]
H A Dsession_backend.cc58 // Reads a single command, returning it. A return value of NULL indicates
102 for (SessionCommand* command = ReadCommand(); command && !errored_;
103 command = ReadCommand())
104 read_commands.push_back(command);
118 // Make sure there is enough in the buffer for the size of the next command.
124 // Still couldn't read a valid size for the command, assume write was
129 // Get the size of the command.
136 VLOG(1) << "SessionFileReader::ReadCommand, empty command";
137 // Empty command
154 SessionCommand* command = local
[all...]

Completed in 5537 milliseconds

1234567891011>>