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

1234567891011>>

/external/chromium_org/win8/metro_driver/
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/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/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_overlay.h91 uint32 command; member in struct:__anon22768
/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/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp43 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { argument
44 fCommandVector.push(command);
210 void SkDebugCanvas::setDrawCommandAt(int index, SkDrawCommand* command) {
213 fCommandVector[index] = command;
234 // TODO(chudy): Free command string memory.
/external/v8/test/mjsunit/
H A Ddebug-evaluate-with-context.js117 request_json = {"seq":17,"type":"request","command":"evaluate", arguments: { "expression": expression } };
/external/chromium/chrome/browser/automation/
H A Dui_controls_linux.cc103 bool command) {
104 DCHECK(!command); // No command key on Linux
146 bool command,
148 DCHECK(!command); // No command key on Linux
158 return SendKeyPress(window, key, control, shift, alt, command);
98 SendKeyPress(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
141 SendKeyPressNotifyWhenDone(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, Task* task) argument
H A Dui_controls_win.cc333 bool command) {
334 DCHECK(!command); // No command key on Windows
343 bool command,
345 DCHECK(!command); // No command key on Windows
328 SendKeyPress(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
338 SendKeyPressNotifyWhenDone(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, Task* task) argument
/external/chromium/chrome/browser/debugger/
H A Ddebugger_remote_service.cc26 // Constants for the "data", "result", and "command" JSON message fields.
29 const char kCommandKey[] = "command";
52 // retrieved from the request "command" field. If an operation result
75 std::string command; local
78 content->GetString(kCommandKey, &command);
79 response.SetString(kCommandKey, command);
82 // Unknown command (bad format?)
91 if (command == DebuggerRemoteServiceCommand::kAttach) {
95 } else if (command == DebuggerRemoteServiceCommand::kDetach) {
98 } else if (command
[all...]
H A Dextension_ports_remote_service.cc32 // {"command": "connect",
40 // Tab IDs can be enumerated with the list_tabs DevToolsService command.
43 // {"command": "connect",
52 // {"command": "postMessage",
56 // {"command": "postMessage",
64 // {"command": "onMessage",
69 // The "disconnect" command from the external client, and
87 const char kCommandKey[] = "command";
92 // Field for command-specific parameters. Not strictly necessary, but
159 std::string command; local
[all...]
/external/chromium/chrome/browser/
H A Dpdf_unsupported_feature.cc202 virtual void CommandReceived(const std::string& command) { argument
203 if (command == "0") {
210 if (command == "1") {
214 } else if (command == "2") {
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc160 const std::string& command = cmd_parts[0]; local
161 if (cmd_parts.size() != 2 && command[0] != 'u')
170 // Differentiate on the first character of the command (which is usually
172 switch (command[0]) {
178 if (command.size() != 2 || command[1] != 'd' || list_name.empty())
181 chunk_delete.is_sub_del = command[0] == 's';
212 // The redirect command is of the form: u:<url>,<mac> where <url> can
277 // Handle a possible re-key command.
/external/chromium/chrome/browser/sessions/
H A Dbase_session_service.cc55 // Delay between when a command is received, and when we save it to the
96 void BaseSessionService::ScheduleCommand(SessionCommand* command) { argument
97 DCHECK(command);
99 pending_commands_.push_back(command);
203 const SessionCommand& command,
206 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
237 const SessionCommand& command,
240 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
202 RestoreUpdateTabNavigationCommand( const SessionCommand& command, TabNavigation* navigation, SessionID::id_type* tab_id) argument
236 RestoreSetTabExtensionAppIDCommand( const SessionCommand& command, SessionID::id_type* tab_id, std::string* extension_app_id) argument
H A Dsession_backend.cc58 // Reads a single command, returning it. A return value of NULL indicates
102 SessionCommand* command; local
103 while ((command = ReadCommand()) && !errored_)
104 read_commands->push_back(command);
118 // Make sure there is enough in the buffer for the size of the next command.
123 // Still couldn't read a valid size for the command, assume write was
128 // Get the size of the command.
135 // Empty command. Shouldn't happen if write was successful, fail.
139 // Make sure buffer has the complete contents of the command.
151 SessionCommand* command local
[all...]
/external/chromium_org/base/win/
H A Dwin_util.cc178 const string16& command) {
180 return (autorun_key.WriteValue(name.c_str(), command.c_str()) ==
191 string16* command) {
193 return (autorun_key.ReadValue(name.c_str(), command) == ERROR_SUCCESS);
177 AddCommandToAutoRun(HKEY root_key, const string16& name, const string16& command) argument
189 ReadCommandFromAutoRun(HKEY root_key, const string16& name, string16* command) argument
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_win.cc158 int command) {
161 external_tab->ExecuteContextMenuCommand(command);
157 OnForwardContextMenuCommandToChrome(int tab_handle, int command) argument
/external/chromium_org/chrome/browser/devtools/adb/
H A Dandroid_usb_device.h46 AdbMessage(uint32 command,
51 uint32 command; member in class:AdbMessage
81 net::StreamSocket* CreateSocket(const std::string& command);
83 void Send(uint32 command,
H A Dandroid_usb_socket.cc29 const std::string& command,
32 command_(command),
49 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/extensions/api/commands/
H A Dcommand_service.cc102 extensions::Command* command,
105 extension_id, type, command, active, BROWSER_ACTION);
111 extensions::Command* command,
114 extension_id, type, command, active, PAGE_ACTION);
120 extensions::Command* command,
123 extension_id, type, command, active, SCRIPT_BADGE);
148 extensions::Command command = iter->second; local
150 command.set_accelerator(shortcut_assigned);
152 (*command_map)[iter->second.command_name()] = command;
215 // The extension command migh
99 GetBrowserActionCommand( const std::string& extension_id, QueryType type, extensions::Command* command, bool* active) argument
108 GetPageActionCommand( const std::string& extension_id, QueryType type, extensions::Command* command, bool* active) argument
117 GetScriptBadgeCommand( const std::string& extension_id, QueryType type, extensions::Command* command, bool* active) argument
223 FindShortcutForCommand( const std::string& extension_id, const std::string& command) argument
332 std::string command; local
357 GetExtensionActionCommand( const std::string& extension_id, QueryType query_type, extensions::Command* command, bool* active, ExtensionActionType action_type) argument
[all...]
H A Dcommand_service_new.cc78 extensions::Command* command,
81 extension_id, type, command, active, BROWSER_ACTION);
87 extensions::Command* command,
90 extension_id, type, command, active, PAGE_ACTION);
96 extensions::Command* command,
99 extension_id, type, command, active, SCRIPT_BADGE);
124 extensions::Command command = iter->second; local
126 command.set_accelerator(shortcut_assigned);
128 (*command_map)[iter->second.command_name()] = command;
191 // The extension command migh
75 GetBrowserActionCommand( const std::string& extension_id, QueryType type, extensions::Command* command, bool* active) argument
84 GetPageActionCommand( const std::string& extension_id, QueryType type, extensions::Command* command, bool* active) argument
93 GetScriptBadgeCommand( const std::string& extension_id, QueryType type, extensions::Command* command, bool* active) argument
199 FindShortcutForCommand( const std::string& extension_id, const std::string& command) argument
289 std::string command; local
314 GetExtensionActionCommand( const std::string& extension_id, QueryType query_type, extensions::Command* command, bool* active, ExtensionActionType action_type) argument
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc132 const std::string& command = cmd_parts[0]; local
133 if (cmd_parts.size() != 2 && command[0] != 'u')
142 // Differentiate on the first character of the command (which is usually
144 switch (command[0]) {
150 if (command.size() != 2 || command[1] != 'd' || list_name.empty())
153 chunk_delete.is_sub_del = command[0] == 's';
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc67 // Delay between when a command is received, and when we save it to the
100 void BaseSessionService::ScheduleCommand(SessionCommand* command) { argument
101 DCHECK(command);
103 pending_commands_.push_back(command);
215 const SessionCommand& command,
218 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
228 const SessionCommand& command,
231 scoped_ptr<Pickle> pickle(command.PayloadAsPickle());
241 const SessionCommand& command,
244 scoped_ptr<Pickle> pickle(command
214 RestoreUpdateTabNavigationCommand( const SessionCommand& command, sessions::SerializedNavigationEntry* navigation, SessionID::id_type* tab_id) argument
227 RestoreSetTabExtensionAppIDCommand( const SessionCommand& command, SessionID::id_type* tab_id, std::string* extension_app_id) argument
240 RestoreSetTabUserAgentOverrideCommand( const SessionCommand& command, SessionID::id_type* tab_id, std::string* user_agent_override) argument
253 RestoreSetWindowAppNameCommand( const SessionCommand& command, SessionID::id_type* window_id, std::string* app_name) argument
[all...]
H A Dsession_backend.cc61 // Reads a single command, returning it. A return value of NULL indicates
105 SessionCommand* command; local
106 while ((command = ReadCommand()) && !errored_)
107 read_commands.push_back(command);
121 // Make sure there is enough in the buffer for the size of the next command.
127 // Still couldn't read a valid size for the command, assume write was
132 // Get the size of the command.
139 VLOG(1) << "SessionFileReader::ReadCommand, empty command";
140 // Empty command. Shouldn't happen if write was successful, fail.
144 // Make sure buffer has the complete contents of the command
157 SessionCommand* command = local
[all...]

Completed in 602 milliseconds

1234567891011>>