Searched defs:command (Results 201 - 225 of 428) sorted by relevance

1234567891011>>

/external/qemu/android/skin/
H A Dkeyset.c326 SkinKeyCommand command; member in struct:__anon29182
338 skin_keyset_add( SkinKeyset* kset, int sym, int mod, SkinKeyCommand command )
345 D( "adding binding %s to %s", skin_key_command_to_str(command), skin_key_symmod_to_str(sym,mod));
347 if (item->command == command) {
360 item->command = command;
375 item->command = command;
393 SkinKeyCommand command; local
464 skin_keyset_get_bindings( SkinKeyset* kset, SkinKeyCommand command, SkinKeyBinding* bindings ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
H A DSDL_syscdrom.c67 static int SDL_SYS_CDioctl(int id, int command, void *arg);
344 /* General ioctl() CD-ROM command function */
345 static int SDL_SYS_CDioctl(int id, int command, void *arg) argument
349 retval = ioctl(id, command, arg);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
H A DSDL_syscdrom.c220 /* General ioctl() CD-ROM command function */
221 static int SDL_SYS_CDioctl(int id, int command, void *arg) argument
225 retval = ioctl(id, command, arg);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
H A DSDL_syscdrom.c229 /* General ioctl() CD-ROM command function */
230 static int SDL_SYS_CDioctl(int id, int command, void *arg) argument
234 retval = ioctl(id, command, arg);
/external/qemu/slirp/
H A Dtcp_subr.c595 * XXX Assumes the whole command came in one packet
602 * in the packet before the DCC command.
967 * Need to emulate the PORT command
1229 * return 2 if this is a command-line connection
1235 int command; local
1253 command = (ntohl(so->so_faddr.s_addr) & 0xff);
1255 switch(command) {
1263 command == ex_ptr->ex_addr) {
1305 sb->sb_cc = sprintf(sb->sb_wptr, "Slirp command-line ready (type \"help\" for help).\r\nSlirp> ");
/external/skia/src/core/
H A DSkRecordOpts.cpp76 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
107 // For some SaveLayer-[drawing command]-Restore patterns, merge the SaveLayer's alpha into the
279 Adopted<PushCull> adopted(push.command);
293 PushCull* command; member in struct:CullAnnotator::Pair
/external/skia/tools/
H A Dwin_dbghelp.cpp89 /** Print all the lines of a CDB k command whicha are callstacks.
174 char command[MAX_PATH * 4]; local
175 sprintf(command, "%s -y \"%s\" -i \"%s\" -z \"%s\" -c \"%s\" -kqm >\"%s\"",
182 system(command);
/external/valgrind/main/VEX/priv/
H A Ds390_disasm.c287 /* The first argument is the command that says how to write the disassembled
289 are separated by a ','. The command holds the arguments. Each argument is
291 in the least significant bits of the command and so on. There are at most
294 command. */
296 s390_disasm(UInt command, ...) argument
305 va_start(args, command);
311 argkind = command & 0xF;
312 command >>= 4;
/external/chromium_org/remoting/webapp/background/
H A Dmessage_window_helper.js56 command: 'show',
118 command: 'update_message',
/external/chromium_org/base/win/
H A Dwin_util.cc186 const string16& command) {
188 return (autorun_key.WriteValue(name.c_str(), command.c_str()) ==
199 string16* command) {
201 return (autorun_key.ReadValue(name.c_str(), command) == ERROR_SUCCESS);
185 AddCommandToAutoRun(HKEY root_key, const string16& name, const string16& command) argument
197 ReadCommandFromAutoRun(HKEY root_key, const string16& name, string16* command) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
H A Dkey_map.js11 * to a function name of a user command (herein simply called a command).
13 * value structure), which has (key, command) key value pairs.
16 * name of the command is not explicitly checked within the background page via
31 * {command: string, sequence: cvox.KeySequence}>>}
39 * {command: string, sequence: cvox.KeySequence}>>}
45 * Maps a command to a key. This optimizes the process of searching for a
46 * key sequence when you already know the command.
114 * Returns a collection of command, KeySequence bindings.
115 * @return {Array.<Object.<string, cvox.KeySequence>>} Array of all command,
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble_view.cc121 extensions::Command command; local
122 bool has_keybinding = GetKeybinding(&command);
136 key = command.accelerator().GetShortcutText();
271 bool GetKeybinding(extensions::Command* command) { argument
278 command,
284 command,
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc198 << name << " command should " << (expected ? "" : "not ")
204 // Validates the "on-os-upgrade" Google Update internal command.
233 // Validates the "query-eula-acceptance" Google Update product command.
259 // Validates the "quick-enable-application-host" Google Update product command.
306 // Do we have an expectation for this command?
310 // Remove this command from the set of expectations since we found it.
315 << " has an unexpected Google Update product command named \""
326 << " is missing the Google Update product command named \""
476 // Validates that |command| meets the expectations described in |expected|.
479 const CommandLine& command,
477 ValidateCommandExpectations( const ProductContext& ctx, const CommandLine& command, const SwitchExpectations& expected, const base::string16& source, bool* is_valid) argument
499 ValidateUninstallCommand( const ProductContext& ctx, const CommandLine& command, const base::string16& source, bool* is_valid) argument
529 CommandLine command = CommandLine::FromString(ctx.state.rename_cmd()); local
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_client_impl.cc229 base::DictionaryValue command; local
230 command.SetInteger("id", command_id);
231 command.SetString("method", method);
232 command.Set("params", params.DeepCopy());
233 std::string message = SerializeValue(&command);
280 // The command response may have already been received or blocked while
341 // A command may have opened the dialog, which will block the response.
342 // To find out which one (if any), do a round trip with a simple command
347 // If for some reason the round trip command fails, mark all the waiting
383 return Status(kUnknownError, "unexpected command respons
[all...]
/external/chromium_org/chrome/test/chromedriver/net/
H A Dadb_client_socket.cc381 void AdbClientSocket::SendCommand(const std::string& command, argument
385 new net::StringIOBuffer(EncodeMessage(command));
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol.cc54 base::DictionaryValue command; local
55 command.SetInteger(kIdParam, id_);
56 command.SetString(kMethodParam, method_);
58 command.Set(kParamsParam, params_->DeepCopy());
61 base::JSONWriter::Write(&command, &json_command);
174 scoped_refptr<DevToolsProtocol::Command> command) {
175 CommandHandlers::iterator it = command_handlers_.find(command->method());
178 return (it->second).Run(command);
189 const std::string& command,
191 command_handlers_[command]
173 HandleCommand( scoped_refptr<DevToolsProtocol::Command> command) argument
188 RegisterCommandHandler( const std::string& command, const CommandHandler& handler) argument
212 ParseMethod(base::DictionaryValue* command, std::string* method) argument
[all...]
H A Drender_view_devtools_agent_host.cc138 scoped_refptr<DevToolsProtocol::Command> command = local
141 if (command.get()) {
154 overridden_response = overrides_handler_->HandleCommand(command);
156 overridden_response = tracing_handler_->HandleCommand(command);
158 overridden_response = power_handler_->HandleCommand(command);
/external/chromium_org/content/browser/media/
H A Dwebrtc_getusermedia_browsertest.cc184 std::string command = "twoGetUserMedia(" + constraints1 + ',' + local
187 EXPECT_EQ(expected_result, ExecuteJavascriptAndReturnResult(command));
502 std::string command = "twoGetUserMediaAndVerifyFrameRate(" + local
504 ExecuteJavascriptAndWaitForOk(command);
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper_test.cc131 // Adds a command to the buffer through the helper, while adding it as an
134 unsigned int command,
139 header.command = command;
148 EXPECT_CALL(*api_mock_, DoCommand(command, arg_count,
167 // Add command and save args in test_command_args_ until the test completes.
352 // Flush instead of Finish will let Put wrap without the command buffer
417 // Add a command larger than ImmediateEntryCount().
421 // command.
424 // Add a command whe
133 AddCommandWithExpect(error::Error _return, unsigned int command, int arg_count, CommandBufferEntry *args) argument
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
H A Dmedia_stream_video.cc161 std::string command = var_dictionary_message.Get("command").AsString(); local
163 if (command == "init") {
170 } else if (command == "format") {
182 } else if (command == "size") {
187 LogToConsole(PP_LOGLEVEL_ERROR, pp::Var("Invalid command!"));
/external/chromium_org/net/socket/
H A Dsocks_client_socket.cc42 uint8 command; member in struct:net::SOCKS4ServerRequest
317 request.command = kSOCKSStreamRequest;
/external/chromium_org/ppapi/examples/media_stream_video/
H A Dmedia_stream_video.cc161 std::string command = var_dictionary_message.Get("command").AsString(); local
163 if (command == "init") {
170 } else if (command == "format") {
182 } else if (command == "size") {
187 LogToConsole(PP_LOGLEVEL_ERROR, pp::Var("Invalid command!"));
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py21 import command_line # command-line parsing namespace
33 # The timeload command is obsolete (too flaky); it may be reinstated
162 """Main executable. Parse the command line and invoke the command."""
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h159 // or (if delegate is NULL) to identify the command associated
162 // ("NULL command, no item selected")
256 // Sets the command id of this menu item.
257 void SetCommand(int command) { command_ = command; } argument
259 // Returns the command id of this item.
300 // Returns the descendant with the specified command.
328 MenuItemView(MenuItemView* parent, int command, Type type);
356 int command,
/external/e2fsprogs/ext2ed/
H A Dmain.c14 2. The parser, which asks the command line from the user.
15 3. The dispatcher, which analyzes the command line and calls the appropriate handler function.
16 4. A command pattern matcher which is used along with the readline completion feature.
60 int AllowChanges=0; /* When set, the enablewrite command will fail */
68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */
134 * Read a character from the command window
189 * This function asks the user for a command and calls the dispatcher
191 * function readline to read the command, hence all the usual readline
192 * keys are available. The new command is saved both in the
193 * readline's history and in our tiny one-command cach
362 char command [80]; local
[all...]

Completed in 5338 milliseconds

1234567891011>>