/prebuilts/gcc/linux-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...] |
/bionic/libc/kernel/common/linux/ |
qic117.h | 89 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, motion, 1, required}, {"reserved (19)", 0x00, 0x00, unused, 0, discretional}, {"reserved (20)", 0x00, 0x00, unused, 0, discretional}, {"micro step head up", 0x02, 0x00, motion, 0, required}, {"micro step head down", 0x02, 0x00, motion, 0, required}, {"soft select", 0x00, 0x00, mode, 0, discretional}, {"soft deselect", 0x00, 0x00, mode, 0, discretional}, {"skip segments reverse", 0x36, 0x24, motion, 1, required}, {"skip segments forward", 0x36, 0x24, motion, 1, required}, {"select rate or format", 0x03, 0x01, mode, 0, required }, {"enter diag mode 1", 0x00, 0x00, mode, 0, discretional}, {"enter diag mode 2", 0x00, 0x00, mode, 0, discretional}, {"enter primary mode", 0x00, 0x00, mode, 0, required}, {"vendor unique (31)", 0x00, 0x00, unused, 0, discretional}, {"report vendor id", 0x00, 0x00, report, 0, required}, {"report tape status", 0x04, 0x04, report, 0, ccs1}, {"skip extended reverse", 0x36, 0x24, motion, 1, ccs1}, {"skip extended forward", 0x36, 0x24, motion, 1, ccs1}, {"calibrate tape length", 0x17, 0x05, motion, 1, ccs2}, {"report format segments", 0x17, 0x05, report, 0, ccs2}, {"set format segments", 0x17, 0x05, mode, 0, ccs2}, {"reserved (39)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (40)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (41)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (42)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (43)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (44)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (45)", 0x00, 0x00, unused, 0, discretional}, {"phantom select", 0x00, 0x00, mode, 0, discretional}, {"phantom deselect", 0x00, 0x00, mode, 0, discretional}, } 132 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1 (…) [all...] |
/bionic/libc/unistd/ |
system.c | 41 system(const char *command) 49 if (!command) /* just checking... */ 52 argp[2] = (char *)command;
|
/cts/suite/audio_quality/lib/src/ |
SimpleScriptExec.cpp | 70 android::String8 command; local 71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string()); 76 if ( !(fpipe = (FILE*)popen(command.string(),"r")) ) {
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_context_menu_controller.h | 28 // Sent before any command from the menu is executed. 31 // Sent after any command from the menu is executed. 71 // Adds a IDC_* style command to the menu with a localized string.
|
/external/chromium/chrome/browser/sessions/ |
session_backend.cc | 58 // 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/chrome/browser/sync/engine/ |
model_changing_syncer_command.h | 21 // A command should derive from ModelChangingSyncerCommand instead of 39 // Sometimes, a command has work to do that needs to touch global state 55 // StartChangingModel is called to start this command running.
|
/external/chromium/chrome/browser/ui/cocoa/ |
rwhvm_editcommand_helper.h | 32 // edit command is executed in WebCore. 54 // determine the command states. 58 // Converts an editing selector into a command name that can be sent to
|
/external/chromium/sdch/open-vcdiff/ |
README | 4 A library with a simple API is included, as well as a command-line executable 12 This should compile the unit tests as well as "vcdiff", a simple command-line 17 To see the command-line syntax of vcdiff, use "vcdiff --help" or just "vcdiff".
|
/external/clang/test/Index/ |
compile_commands.json | 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", 9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", 14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp",
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antRun.pl | 41 # assign current run command to "%2" 53 # dispose of the first two arguments, leaving only the command's args. 57 # run the command
|
/external/icu4c/data/ |
icu4j-readme.txt | 32 2a. On the command line, cd to $icu4c_root\source\data. 34 2b. On the command line, 46 2c. On the command line, cd to $icu4c_build/data
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Format.c | 48 GET SYSTEM INFORMATION COMMAND 51 /* READ SINGLE BLOCK COMMAND */ 53 /* WRITE SINGLE BLOCK COMMAND */ 55 /* READ MULTIPLE BLOCK COMMAND */ 68 /* Inventory command support mask for the CC byte 4 */ 72 /* Flags for the command */ 138 uint8_t command, 149 uint8_t command, 172 *(psNdefSmtCrdFmt->SendRecvBuf + send_index) = (uint8_t)command; 181 switch (command) [all...] |
phFriNfc_MifareULMap.h | 56 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_CHK_1 7 /*!< to send sector select command 1 */ 57 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_CHK_2 8 /*!< to send sector select command 2 */ 58 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RESET_1 9 /*!< to send sector select command 1 for resetting sector 0 */ 59 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RESET_2 10 /*!< to send sector select command 2 for resetting sector 0 */ 60 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_READ_1 11 /*!< to send sector select command 1 for resetting sector 0 */ 61 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_READ_2 12 /*!< to send sector select command 2 for resetting sector 0 */ 62 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_WRITE_1 13 /*!< to send sector select command 1 for resetting sector 0 */ 63 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_WRITE_2 14 /*!< to send sector select command 2 for resetting sector 0 */ 64 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RW_1 15 /*!< to send sector select command 1 for resetting sector 0 */ 65 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RW_2 16 /*!< to send sector select command 2 for resetting sector 0 * [all...] |
/external/libppp/src/ |
command.h | 28 * $FreeBSD: src/usr.sbin/ppp/command.h,v 1.23.40.1 2010/12/21 17:10:29 kensmith Exp $ 37 struct cmdtab const *cmdtab; /* The entire command table */ 38 struct cmdtab const *cmd; /* This command entry */
|
/external/llvm/utils/lit/lit/ |
ShCommands.py | 1 class Command: 7 return 'Command(%r, %r)' % (self.args, self.redirects) 10 if not isinstance(other, Command):
|
/external/open-vcdiff/ |
README | 4 A library with a simple API is included, as well as a command-line executable 12 This should compile the unit tests as well as "vcdiff", a simple command-line 17 To see the command-line syntax of vcdiff, use "vcdiff --help" or just "vcdiff".
|
/external/qemu-pc-bios/bochs/bios/ |
notes | 17 out 1f7, 0x20 # read sectors command normal 25 * if command parameters are wrong: 26 > drive sets the aborted-command bit in the Error register and
|
/external/quake/quake/src/QW/server/ |
newnet.txt | 9 acknowledge all command line parameters 34 seperate command ques for client and server? 89 run move command (context, move)
|
/external/smack/src/org/jivesoftware/smackx/ |
NodeInformationProvider.java | 62 * example, the x-command protocol must provide an identity of 63 * category automation and type command-node for each command.
|
/external/srec/shared/include/ |
ESR_CommandLine.h | 37 * Returns value of command-line argument. 41 * @param key Name of command-line argument to look up 46 * ESR_NO_MATCH_ERROR if the specified command-line option could not be fonud
|
/external/v8/test/mjsunit/ |
debug-evaluate-bool-constructor.js | 38 // Get the debug command processor. 44 command: 'evaluate', 54 assertTrue(response.success, 'Command failed: ' + resp);
|
/external/v8/test/mjsunit/regress/ |
regress-94873.js | 33 // Get the debug command processor in paused state. 49 command: "frame" 55 command: "evaluate",
|
/external/webkit/Source/WebKit/chromium/public/ |
WebDevToolsAgent.h | 67 // Asynchronously executes debugger command in the render thread. 70 const WebString& command, int callerIdentifier); 81 // Asynchronously request debugger to pause immediately and run the command.
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
commandtest.py | 35 def assert_execute_outputs(self, command, args, expected_stdout="", expected_stderr="", expected_exception=None, options=MockOptions(), tool=MockTool()): 47 command.bind_to_tool(tool) 48 OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expected_exception=expected_exception)
|