Searched defs:command (Results 176 - 200 of 428) sorted by relevance

1234567891011>>

/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/boringssl/src/crypto/cipher/
H A Dcipher.c545 int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int command, int arg, void *ptr) { argument
557 ret = ctx->cipher->ctrl(ctx, command, arg, ptr);
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DBrailleInputEvent.java28 * An event contains a command that is a high-level representation of the
37 /** Keyboard command: Used when there is no actual command. */
40 /** Keyboard command: Navigate upwards. */
42 /** Keyboard command: Navigate downwards. */
44 /** Keyboard command: Navigate left one item. */
46 /** Keyboard command: Navigate right one item. */
48 /** Keyboard command: Navigate one display window to the left. */
50 /** Keyboard command: Navigate one display window to the right. */
52 /** Keyboard command
189 BrailleInputEvent(int command, int argument, long eventTime) argument
223 commandToString(int command) argument
243 argumentType(int command) argument
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dleveldb_main.cc217 "Usage: leveldbutil command...\n"
229 std::string command = argv[1]; local
230 if (command == "dump") {
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_context.c72 } command; member in struct:vmw_svga_winsys_context
100 * ran out of command space, but because a substantial ammount of GMR was
154 if (vswc->command.used || pfence != NULL)
158 vswc->command.buffer,
159 vswc->command.used,
165 vswc->command.used = 0;
166 vswc->command.reserved = 0;
215 assert(nr_bytes <= vswc->command.size);
216 if(nr_bytes > vswc->command.size)
220 vswc->command
[all...]
/external/chromium_org/third_party/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/chromium_org/tools/android/forwarder2/
H A Dhost_forwarder_main.cc238 // - Remove from "adb forward" command.
243 const std::string command = base::StringPrintf( local
247 const int ret = system(command.c_str());
248 LOG(INFO) << command << " ret: " << ret;
277 const std::string command = base::StringPrintf( local
281 LOG(INFO) << command;
282 const int ret = system(command.c_str());
366 // Send the forward command to the daemon.
/external/chromium_org/tools/emacs/
H A Dflymake-chromium.el64 (defun cr-flymake-ninja-command-line ()
65 "Return the command-line for running ninja, as a list of strings, or nil if
107 'cr-flymake-ninja-command-line
/external/chromium_org/tools/gn/
H A Dtool.h31 const SubstitutionPattern& command() const { function in class:Tool
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc173 fprintf(stderr, "Could not parse HISTOGRAM command.\n");
202 fprintf(stderr, "Could not parse BOUNDING_BOX command.\n");
234 int command; local
245 if (!ReadInt(&command)) {
246 fprintf(stderr, "Expected command.\n");
249 switch (command) {
260 fprintf(stderr, "Unrecognized command\n");
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc225 const int command = local
227 if (command)
228 SendMessage(window, WM_SYSCOMMAND, command, 0);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java53 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay,
55 return future = super.scheduleWithFixedDelay(command, initialDelay, delay, unit);
242 private void assertSingleCallWithCorrectParameters(Runnable command, long initialDelay, argument
249 assertEquals(testRunnable, command);
256 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay,
258 assertSingleCallWithCorrectParameters(command, initialDelay, delay, unit);
269 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay,
271 assertSingleCallWithCorrectParameters(command, initialDelay, delay, unit);
/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h74 uint32_t dst_handle; /* 0 if to command buffer */
80 uint64_t __user command; /* void* */ member in struct:drm_qxl_command
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnfnetlink_log.h68 __u8 command; /* nfulnl_msg_config_cmds */ member in struct:nfulnl_msg_config_cmd
/external/libedit/examples/
H A Dfileman.c142 /* Execute a command line. */
147 COMMAND *command; local
150 /* Isolate the command word. */
162 command = find_command (word);
164 if (!command)
166 fprintf (stderr, "%s: No such command for FileMan.\n", word);
170 /* Get argument to command, if any. */
177 return ((*(command->func)) (word));
180 /* Look up NAME as the name of a command, and return a pointer to that
181 command
[all...]
/external/libnl/include/linux/netfilter/
H A Dnfnetlink_log.h69 u_int8_t command; /* nfulnl_msg_config_cmds */ member in struct:nfulnl_msg_config_cmd
H A Dnfnetlink_queue.h68 u_int8_t command; /* nfqnl_msg_config_cmds */ member in struct:nfqnl_msg_config_cmd
/external/lldb/examples/functions/
H A Dmain.cpp204 char command[1024]; local
206 snprintf (command, sizeof(command), "add-dsym --uuid %s", module.GetUUIDString());
207 debugger.GetCommandInterpreter().HandleCommand (command, command_result);
/external/lldb/source/Commands/
H A DCommandObjectExpression.cpp318 // after the command object DoExecute has finished when doing
417 const char *command,
425 if (command[0] == '\0')
458 if (command[0] == '-')
462 const char *s = command;
482 Args args (command, end_options - command);
497 expr = command;
415 DoExecute( const char *command, CommandReturnObject &result ) argument
H A DCommandObjectRegister.cpp173 DoExecute (Args& command, CommandReturnObject &result) argument
179 if (command.GetArgumentCount() == 0)
237 for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx)
340 // Instance variables to hold the values for command options.
413 DoExecute(Args& command, CommandReturnObject &result) argument
418 if (command.GetArgumentCount() != 2)
425 const char *reg_name = command.GetArgumentAtIndex(0);
426 const char *value_str = command.GetArgumentAtIndex(1);
/external/lldb/source/Interpreter/
H A DArgs.cpp37 Args::Args (const char *command) : argument
42 if (command)
43 SetCommandString (command);
47 Args::Args (const char *command, size_t len) : argument
52 if (command && len)
53 SetCommandString (command, len);
115 Args::GetCommandString (std::string &command) const
117 command.clear();
122 command += ' ';
123 command
151 SetCommandString(const char *command, size_t len) argument
160 SetCommandString(const char *command) argument
[all...]
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c72 } command; member in struct:vmw_svga_winsys_context
100 * ran out of command space, but because a substantial ammount of GMR was
154 if (vswc->command.used || pfence != NULL)
158 vswc->command.buffer,
159 vswc->command.used,
165 vswc->command.used = 0;
166 vswc->command.reserved = 0;
215 assert(nr_bytes <= vswc->command.size);
216 if(nr_bytes > vswc->command.size)
220 vswc->command
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_path_storage.h101 unsigned command(unsigned idx) const function in class:agg::path_storage
/external/qemu/android/
H A Dqemulator.c27 static void handle_key_command( void* opaque, SkinKeyCommand command, int param );
328 /* used to respond to a given keyboard command shortcut
331 handle_key_command( void* opaque, SkinKeyCommand command, int down ) argument
371 if (command == keycodes[nn].cmd) {
380 // for the show-trackball command, handle down events to enable, and
382 if (command == SKIN_KEY_COMMAND_SHOW_TRACKBALL) {
393 switch (command)
427 if (command == SKIN_KEY_COMMAND_ONION_ALPHA_UP)
449 if (command == SKIN_KEY_COMMAND_CHANGE_LAYOUT_NEXT) {
454 else if (command
[all...]
/external/qemu/android/skin/
H A Dkeyboard.c114 SkinKeyCommand command,
118 keyboard->command_func( keyboard->command_opaque, command, param );
224 SkinKeyCommand command; local
303 command = skin_keyset_get_command( keyboard->kset, sym, mod );
304 if (command != SKIN_KEY_COMMAND_NONE) {
305 D("handling command %s from (sym=%d, mod=%d, str=%s)",
306 skin_key_command_to_str(command), sym, mod, skin_key_symmod_to_str(sym,mod));
307 skin_keyboard_cmd( keyboard, command, down );
113 skin_keyboard_cmd( SkinKeyboard* keyboard, SkinKeyCommand command, int param ) argument

Completed in 573 milliseconds

1234567891011>>