/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.info | 63 * Command and Option Index:: A menu with all `sed' commands and 64 command-line options. 73 * The "s" Command:: `sed''s Swiss Army Knife 133 `sed' may be invoked with the following command-line options: 140 Print a usage message briefly summarizing these command-line 149 produces output when explicitly told to via the `p' command. 188 Specify the default line-wrap length for the `l' command. A 198 the behavior of the `N' command described in *note Reporting 218 case, if the file that is specified on the command line is a 233 By default, `sed' will consider the files specified on the command [all...] |
/external/kernel-headers/original/linux/ |
ata.h | 87 /* bits in ATA command block registers */ 103 ATA_ABORTED = (1 << 2), /* command aborted */ 105 /* ATA command block registers */ 234 ATA_PROT_ATAPI, /* packet command, PIO data xfer*/ 235 ATA_PROT_ATAPI_NODATA, /* packet command, no data */ 236 ATA_PROT_ATAPI_DMA, /* packet command with special DMA sauce */ 271 u8 command; /* IO operation */ member in struct:ata_taskfile 315 /* For ATA-1 devices, if the INITIALIZE DEVICE PARAMETERS command 344 return (tf->command == ATA_CMD_READ_MULTI) || 345 (tf->command == ATA_CMD_WRITE_MULTI) | [all...] |
/external/linux-tools-perf/Documentation/ |
perf-script.txt | 12 'perf script' [<options>] record <script> [<record-options>] <command> 14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command> 19 This command reads the input file and displays the trace recorded. 31 'perf script record <script> <command>' to record the events required 34 language extension. If <command> is not specified, the events are 41 record <script>' is used and should be present for this command to 45 'perf script <script> <required-script-args> <command>' to both 49 actual script name minus any language extension. If <command> is 52 should be specified before <command>. This mode doesn't allow for 75 <command>...: [all...] |
/external/llvm/utils/ |
llvm-native-gxx | 17 # process command-line options. 84 # run a command, optionally echoing, and quitting if it fails: 86 my $command = join(" ", @_); 87 print "$command\n" if $Verbose; 88 $command =~ s/\"/\\\"/g; 89 system $command and die "$0: $command failed"; 170 # build the llvm-gxx command line. 194 llvm-native-g++ is a wrapper around the LLVM command-line tools which generates 215 Print command lines that llvm-native-g++ runs [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
NotificationPlayer.java | 44 private static final class Command { 58 private LinkedList<Command> mCmdQueue = new LinkedList(); 69 public Command mCmd; 70 public CreationAndCompletionThread(Command cmd) { 111 // command are issued, and on which it receives the completion callbacks. 128 private void startSound(Command cmd) { 170 Command cmd = null; 203 Log.w(mTag, "STOP command without a player"); 286 Command cmd = new Command(); [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
NotificationPlayer.java | 48 private static final class Command { 64 private LinkedList<Command> mCmdQueue = new LinkedList<Command>(); 75 public Command mCmd; 76 public CreationAndCompletionThread(Command cmd) { 122 private void startSound(Command cmd) { 165 Command cmd = null; 194 Log.w(mTag, "STOP command without a player"); 274 Command cmd = new Command(); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/ |
sg.h | 47 unsigned char cmd_len; /* [i] SCSI command length ( <= 16 bytes) */ 53 unsigned char * cmdp; /* [i], [*i] points to command to perform */ 72 #define SG_DXFER_NONE -1 /* e.g. a SCSI Test Unit Ready command */ 73 #define SG_DXFER_TO_DEV -2 /* e.g. a SCSI WRITE command */ 74 #define SG_DXFER_FROM_DEV -3 /* e.g. a SCSI READ command */ 84 /* the 2nd byte of SCSI command */ 138 /* Used to configure SCSI command transformation layer for ATAPI devices */ 177 /* synchronous SCSI command ioctl, (only in version 3 interface) */ 192 read/written by a single scsi command. The user can find the value of 231 /* Force 12 byte command length for group 6 & 7 commands. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
sg.h | 47 unsigned char cmd_len; /* [i] SCSI command length ( <= 16 bytes) */ 53 unsigned char * cmdp; /* [i], [*i] points to command to perform */ 72 #define SG_DXFER_NONE -1 /* e.g. a SCSI Test Unit Ready command */ 73 #define SG_DXFER_TO_DEV -2 /* e.g. a SCSI WRITE command */ 74 #define SG_DXFER_FROM_DEV -3 /* e.g. a SCSI READ command */ 84 /* the 2nd byte of SCSI command */ 138 /* Used to configure SCSI command transformation layer for ATAPI devices */ 177 /* synchronous SCSI command ioctl, (only in version 3 interface) */ 192 read/written by a single scsi command. The user can find the value of 231 /* Force 12 byte command length for group 6 & 7 commands. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
sg.h | 47 unsigned char cmd_len; /* [i] SCSI command length ( <= 16 bytes) */ 53 unsigned char * cmdp; /* [i], [*i] points to command to perform */ 72 #define SG_DXFER_NONE -1 /* e.g. a SCSI Test Unit Ready command */ 73 #define SG_DXFER_TO_DEV -2 /* e.g. a SCSI WRITE command */ 74 #define SG_DXFER_FROM_DEV -3 /* e.g. a SCSI READ command */ 84 /* the 2nd byte of SCSI command */ 138 /* Used to configure SCSI command transformation layer for ATAPI devices */ 177 /* synchronous SCSI command ioctl, (only in version 3 interface) */ 192 read/written by a single scsi command. The user can find the value of 231 /* Force 12 byte command length for group 6 & 7 commands. * [all...] |
/external/grub/docs/ |
grub.info | 11 command from a 57 * Interface:: The menu and the command-line 63 * Invoking grub-terminfo:: How to generate a terminfo command 111 When booting with GRUB, you can use either a command-line interface 112 (*note Command-line interface::), or a menu interface (*note Menu 113 interface::). Using the command-line interface, you type the drive 117 Configuration::). While in the menu, you can switch to the command-line 210 supported on the command-line. An example configuration file is 219 Have a flexible command-line interface 220 A fairly flexible command-line interface, accessible from the menu [all...] |
/external/chromium/chrome/browser/resources/file_manager/ |
main.html | 45 'cr/ui/command.js', 91 <command id="rename"></command> 92 <command id="delete"></command> 96 <menuitem i18n-content=RENAME_BUTTON_LABEL command='#rename'></menuitem> 97 <menuitem i18n-content=DELETE_BUTTON_LABEL command='#delete'></menuitem>
|
/external/clang/test/Sema/ |
warn-documentation-fixits.cpp | 23 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}} 27 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}} 32 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}} 36 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}} 44 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}} 48 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}} 56 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 18 * ufortune is a variant of the Unix "fortune" command, with 55 UBool displayUsage = FALSE; /* Set true if command line err or help */ 57 UBool verbose = FALSE; /* Set true if -v command line option. */ 58 char *optionError = NULL; /* If command line contains an unrecognized */ 61 /* otherwise set from command line. */ 79 /* Process command line options. 138 * Display any command line option usage errors and/or the
|
/external/markdown/docs/ |
command_line.txt | 1 Using Python-Markdown on the Command Line 4 While Python-Markdown is primarily a python library, a command line script is 5 included as well. While there are many other command line implementations 12 Generally, you may simply call the ``markdown`` file from the command 34 and see if it works. Just run ``markdown`` from the command line. 51 To use ``markdown`` from the command line, run it as 63 command line options to specify encoding or to run extensions.
|
/frameworks/av/media/libmedia/ |
IEffect.cpp | 31 COMMAND, 62 status_t command(uint32_t cmdCode, function in class:android::BpEffect 68 ALOGV("command"); 87 status_t status = remote()->transact(COMMAND, data, &reply); 147 case COMMAND: { 148 ALOGV("COMMAND"); 163 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp);
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
smc_pa_ctrl.c | 47 printf("usage : smc_boot_pa_ctrl <options> [command]\n"); 55 printf("usage : smc_pa_ctrl <options> [command]\n"); 135 * This is a command 145 printf("Missing argument for the command 'start'\n\n"); 168 printf("Invalid command [%s]\n\n", argv[0]); 201 printf("Configuration file cannot be used with the 'stop' command\n\n"); 210 printf("No command specified\n\n");
|
/packages/apps/Email/src/org/apache/commons/io/ |
FileSystemUtils.java | 112 * the command line.
124 * The free space is calculated via the command line.
143 * the command line.
148 * The free space is calculated via the command line.
154 * some simple tests to compare the command line with the output from this class.
177 * The free space is calculated via the command line.
209 * Find free space on the Windows platform using the 'dir' command.
221 // build and run the 'dir' command
224 // read in the output of the command to an ArrayList
239 "Command line 'dir /-c' did not return any info " + [all...] |
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Info.java | 28 public class Info extends Dicttool.Command { 29 public static final String COMMAND = "info"; 36 return COMMAND + " <filename>: prints various information about a dictionary file"; 104 throw new RuntimeException("Not enough arguments for command " + COMMAND); 111 throw new RuntimeException("Wrong number of arguments for command " + COMMAND);
|
/external/blktrace/doc/ |
blktrace.8 | 24 of the more arcane command line options: 31 \fI/sys/kernel/debug\fR \-\- this can be overridden with the \fB\-r\fR command 165 The following masks may be passed with the \fI\-a\fR command line 166 option, multiple filters may be combined via multiple \fI\-a\fR command 178 \fIpc\fR: packet command events 202 sends the command data block as a payload so that blkparse can decode it. 207 readable form, use the following command: 212 The command 216 has exactly the same effect as the previous command. See \fIbtrace\fR (8) for
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 144 # FIXME: Refactor into generic test for running some command on a directory 147 def __init__(self, command, dir, recursive=False, 149 if isinstance(command, str): 150 self.command = [command] 152 self.command = list(command) 198 cmd = list(self.command) 219 report = """Command: %s\n""" % ' '.join(["'%s'" % a
|
/external/qemu/hw/ |
mmc.h | 89 * [02:00] Command Set 97 r : detected and set for the actual command response 98 x : detected and set during command execution. the host must poll 99 the card by sending status command in order to read these bits. 102 b : always related to the previous command. Reception of 103 a valid command will clear it (with a delay of one command) 138 * Card Command Classes (CCC) 208 #define MMC_SWITCH_MODE_CMD_SET 0x00 /* Change the command set */
|
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 33 in the `s' command, address kinds `FIRST~STEP' and `ADDR1,+N' and `ADDR1,~N', 35 command and the following backslash, arguments to the `l' command. 54 * fix parsing of [ inside an y command, like y/[/A/. 56 * output the result of commands a, r, R when a q command is found. 87 * fix bug in 'y' command in multi-byte character sets 91 * fix off-by-one error when printing a "bad command" error 102 * fix bug that prevented 's' command modifiers from working 124 * escapes are accepted in the y command (for example: y/o/\n/ transforms 129 * `L' command is deprecated and will be removed in sed 4.2 [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
gdb.info | 89 * Interpreters:: Command Interpreters 99 * Command Line Editing:: Command Line Editing 351 command-line editing and command history. 357 enhanced the command-completion support to cover C++ overloaded symbols. 505 command. 510 Using the `run' command, we start `m4' running under GDB control; as 531 Now we use the command `n' (`next') to advance execution to the next 539 using the command `s' (`step') instead of `next'. `step' goes to th [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gdb.info | 89 * Interpreters:: Command Interpreters 99 * Command Line Editing:: Command Line Editing 351 command-line editing and command history. 357 enhanced the command-completion support to cover C++ overloaded symbols. 505 command. 510 Using the `run' command, we start `m4' running under GDB control; as 531 Now we use the command `n' (`next') to advance execution to the next 539 using the command `s' (`step') instead of `next'. `step' goes to th [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
gdb.info | 89 * Interpreters:: Command Interpreters 99 * Command Line Editing:: Command Line Editing 351 command-line editing and command history. 357 enhanced the command-completion support to cover C++ overloaded symbols. 505 command. 510 Using the `run' command, we start `m4' running under GDB control; as 531 Now we use the command `n' (`next') to advance execution to the next 539 using the command `s' (`step') instead of `next'. `step' goes to th [all...] |