HomeSort by relevance Sort by last modified time
    Searched full:command (Results 801 - 825 of 12564) sorted by null

<<31323334353637383940>>

  /external/pcre/dist/doc/
pcre-config.txt 39 --libs Writes to the standard output the command line options
43 --libs16 Writes to the standard output the command line options
47 --libs32 Writes to the standard output the command line options
52 Writes to the standard output the command line options
57 Writes to the standard output the command line options
61 --cflags Writes to the standard output the command line options
66 Writes to the standard output the command line options
  /external/toybox/toys/example/
skeleton.c 8 // Accept many different kinds of command line argument (see top of lib/args.c)
22 When creating a new command, copy this file and delete the parts you
24 case) with your new command name.
34 Example of a second command with different arguments in the same source
41 // The union lets lib/args.c store arguments for either command.
64 // Parse many different kinds of command line argument:
71 // Command line options parsing is done for you by lib/args.c called
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_blk.h 39 #define VIRTIO_BLK_F_SCSI 7 /* Supports scsi command passthru */
40 #define VIRTIO_BLK_F_FLUSH 9 /* Cache flush command support */
75 * Command types
81 * VIRTIO_BLK_T_BARRIER. VIRTIO_BLK_T_FLUSH is a command of its own
89 /* This bit says it's a scsi command, not an actual read or write. */
92 /* Cache flush command */
95 /* Get device ID command */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 22 class InfoTypePrinter(gdb.Command):
23 """GDB command to list all registered type-printers.
46 """GDB calls this to perform the command."""
61 class _EnableOrDisableCommand(gdb.Command):
75 """GDB calls this to perform the command."""
102 """GDB command to enable the specified type printer.
113 """GDB command to disable the specified type-printer.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
errors.py 6 (eg. bad command-line arguments).
18 within some module (in particular, command modules and classes)."""
21 """Some command class (or possibly distribution class, if anyone
24 "command "interface."""
31 error in the command line usage."""
39 """Syntactic/semantic errors in command options, such as use of
42 values originating in the setup script, the command line, config
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
errors.py 6 (eg. bad command-line arguments).
18 within some module (in particular, command modules and classes)."""
21 """Some command class (or possibly distribution class, if anyone
24 "command "interface."""
31 error in the command line usage."""
39 """Syntactic/semantic errors in command options, such as use of
42 values originating in the setup script, the command line, config
  /external/lldb/www/
tutorial.html 22 <p>Here's a short precis of how to run lldb if you are familiar with the gdb command set.
23 We will start with some details on lldb command structure and syntax to help orient you.</p>
29 <h1 class ="postheader">Command Structure</h1>
32 <p>Unlike gdb's command set, which is rather free-form, we tried to make
33 the lldb command syntax fairly structured. The commands are all of the
40 <p>The command line parsing is done before command execution, so it is
41 uniform across all the commands. The command syntax for basic commands is very simple,
46 command syntax more regular, but it also means you may have to
49 <p>Options can be placed anywhere on the command line, but if the arguments
    [all...]
  /external/libxml2/doc/
xmllint.xml 7 <!ENTITY xmllint "<command>xmllint</command>">
62 <refpurpose>command line <acronym>XML</acronym> tool</refpurpose>
67 <command>xmllint</command>
126 <command>xmllint</command>
135 specified on the command line as <replaceable>XML-FILE</replaceable>
579 specified at the command line using the <option>--dtdvalid</option>
638 the <option>--shell</option> command. Available commands in shell mod
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 64 static final String IMAP_REDACTED_LOG = "[IMAP command redacted]";
72 /** # of command/response lines to log upon crash. */
103 * @return the login command string to sent to the IMAP server
267 * Send a single command to the server. The command will be preceded by an IMAP command
270 * @param command The command to send to the server
271 * @param sensitive If true, the command will not be logged
272 * @return Returns the command tag that was sen
    [all...]
  /external/mksh/src/
mksh.1 177 is a command interpreter intended for both interactive and shell
179 Its command language is a superset of the
186 shell / command interpreter, similar to
187 .Nm COMMAND.COM
207 will execute the command(s) contained in
236 command below).
278 command is disabled.
287 Command names can't be specified with absolute or relative paths.
291 option of the built-in command
292 .Ic command
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 165 ##### COMMAND METHODS ############################################
174 command = build_command( options )
176 blab( command )
177 output = IO.popen( command ) do |pipe|
184 else compilation_failure!( command, status, output )
219 def compilation_failure!( command, status, output )
223 raise CompilationFailure.new( self, command, status, output )
316 attr_reader :grammar, :command, :status, :output
318 def initialize( grammar, command, status, output )
319 @command = comman
    [all...]
  /external/iputils/doc/
rdisc.sgml 16 <command>rdisc</command>
27 <command/rdisc/ implements client side of the ICMP router discover protocol.
28 <command/rdisc/ is invoked at boot time to populate the network
33 <command/rdisc/ listens on the ALL_HOSTS (224.0.0.1) multicast address
44 Optionally, <command/rdisc/ can avoid waiting for routers to announce
63 and by any more or less complete UNIX routing daemon, f.e <command/gated/.
64 Or, <command/rdisc/ can act as responder, if compiled with -DRDISC_SERVER.
77 Normally <command/rdisc/ only accepts (and enters in the kernel routing
97 Run <command/rdisc/ forever even if no routers are found
    [all...]
  /external/lldb/utils/test/
disasm.py 4 Run gdb to disassemble a function, feed the bytes to 'llvm-mc -disassemble' command,
40 # See if there any extra command(s) to execute before we issue the file command.
45 # Now issue the file command.
49 # Send the disassemble command.
89 # Feed the examining memory command to gdb.
93 # Get the last output line from the gdb examine memory command,
114 print "\nExecuting command:", mc_cmd
131 Run gdb to disassemble a function, feed the bytes to 'llvm-mc -disassemble' command,
136 parser.add_option('-C', '--gdb-command',
    [all...]
  /external/llvm/docs/CommandGuide/
bugpoint.rst 96 Print a summary of command line options.
106 register new optimization passes. Once loaded, the object will add new command
132 custom command (see **--exec-command**) respectively.
141 static native code compiler, or a custom command, (see **--exec-command**)
145 **--exec-command** *command*
147 This option defines the command to use with the **--run-custom** and
151 **--compile-command** *command
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 137 " list IDENTIFIER list command\n"
164 char *command = NULL; local
169 command = strtok_r(cmdStr, " ", &value);
172 if (command == NULL) {
173 fprintf(stderr, "NULL pointer encountered. Invalid value for command");
178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0)
183 fprintf(stderr, "Unknown command '%s'\n", command);
232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
245 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str)
    [all...]
  /libcore/luni/src/main/java/java/sql/
BatchUpdateException.java 33 * Once a batch update command fails and a {@code BatchUpdateException} is
37 * for every command in the batch, not only those that executed successfully. In
38 * this case, the array element for any command which encountered a problem is
137 * successful updates (or another status code) for each command
154 * successful updates (or another status code) for each command
174 * successful updates (or another status code) for each command
196 * successful updates (or another status code) for each command
207 * command that was attempted in the batch.
209 * If a batch update command fails and a {@code BatchUpdateException} is
212 * BatchUpdateException.getUpdateCounts} has an element for every command i
    [all...]

Completed in 761 milliseconds

<<31323334353637383940>>