/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/lldb/utils/vim-lldb/python-vim-lldb/ |
vim_panes.py | 22 # a simple LLDB command while the subprocess is stopped, inherit 24 # - self.setCommand(command, command_args) 97 vim.command("call confirm('%s')" % cmd) 98 vim.command(cmd) 104 vim.command("execute \"normal %dgg\"" % line) 117 vim.command(str(nr) + ' wincmd w') 121 vim.command('wincmd w') 126 vim.command("execute \"normal \\<c-w>p\"") 154 vim.command(":vsp") 161 vim.command(":q" [all...] |
/external/lldb/source/Commands/ |
CommandObjectType.cpp | 136 // Instance variables to hold the values for command options. 161 Execute_ScriptSummary (Args& command, CommandReturnObject &result); 164 Execute_StringSummary (Args& command, CommandReturnObject &result); 189 DoExecute (Args& command, CommandReturnObject &result); 274 // Instance variables to hold the values for command options. 303 Execute_HandwritePython (Args& command, CommandReturnObject &result); 306 Execute_PythonClass (Args& command, CommandReturnObject &result); 310 DoExecute (Args& command, CommandReturnObject &result); 407 // Instance variables to hold the values for command options. 445 "Some examples of using this command.\n [all...] |
/external/e2fsprogs/misc/ |
mke2fs.conf.5.in | 78 stanza, or by an command-line option provided by the user. 111 command-line option 123 command-line options to 146 if a journal was requested via a command-line option, or 152 specify a blocksize on the command line, and the filesystem-type 166 specify one on the command line, and the filesystem-type 172 specify one on the command line, and the filesystem-type 179 specify one on the command line, and the filesystem-type 310 command-line option to 326 command-line option t [all...] |
/external/libdrm/include/drm/ |
vmwgfx_drm.h | 138 * Allocates a device unique context id, and queues a create context command 160 * Frees a global context id, and queues a destroy host command for the host. 162 * in the command stream and shows up as the same context ID on the host. 169 * Allocates a device unique surface id, and queues a create surface command 171 * used directly in the command stream and shows up as the same surface 257 * it and will allow the calling client to use the surface ID in the command 285 * a destroy surface command will be queued for the host. 293 * Submit a command buffer for execution on the host, and return a 294 * fence sequence that when signaled, indicates that the command buffer has 301 * @commands: User-space address of a command buffer cast to an uint64_t [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 116 However, the 'password' argument to the LOGIN command is always 121 Each command returns a tuple: (type, [data, ...]) where 'type' 123 tagged response, or untagged results from command. Each 'data' 136 the command re-tried. 137 "readonly" exceptions imply the command should be re-tried. 141 command are left to the invoker, not to mention the results. Also, 154 self.literal = None # A literal argument to a command 211 # Allow UPPERCASE variants of IMAP4 command methods. 214 raise AttributeError("Unknown IMAP4 command: '%s'" % attr) 275 else prompt server for an update using the 'NOOP' command [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 116 However, the 'password' argument to the LOGIN command is always 121 Each command returns a tuple: (type, [data, ...]) where 'type' 123 tagged response, or untagged results from command. Each 'data' 136 the command re-tried. 137 "readonly" exceptions imply the command should be re-tried. 141 command are left to the invoker, not to mention the results. Also, 154 self.literal = None # A literal argument to a command 211 # Allow UPPERCASE variants of IMAP4 command methods. 214 raise AttributeError("Unknown IMAP4 command: '%s'" % attr) 275 else prompt server for an update using the 'NOOP' command [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
LengthTest.java | 40 * JDWP unit test for ArrayReference.Length command. 46 * This testcase exercises ArrayReference.Length command. 48 * <BR>Receives fields with ReferenceType.fields command, 49 * checks length with ArrayReference.Length command. 64 checkReplyPacket(reply, "ReferenceType::Fields command"); 99 checkReplyPacket(reply, "ReferenceType::GetValues command"); 114 checkReplyPacket(reply, "ArrayReference::Length command", error);
|
SetValues002Test.java | 39 * JDWP unit test for ArrayReference.SetValues command with specific values. 45 static final String thisCommandName = "ArrayReference::SetValues command"; 57 * This testcase exercises ArrayReference.SetValues command for 73 checkReplyPacket(classesBySignatureReply, "VirtualMachine::ClassesBySignature command"); 92 logWriter.println("=> Send ReferenceType::GetValues command and get ArrayID to check..."); 103 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); 134 checkReplyPacket(checkedReply, "ArrayReference::SetValues command");
|
SetValuesTest.java | 38 * JDWP unit test for ArrayReference.SetValues command. 44 * This testcase exercises ArrayReference.SetValues command. 46 * <BR>Receives fields with ReferenceType.fields command, 62 checkReplyPacket(reply, "ReferenceType::Fields command"); 108 checkReplyPacket(reply, "ReferenceType::GetValues command"); 133 checkReplyPacket(reply, "ArrayReference::SetValues command"); 143 checkReplyPacket(reply, "ArrayReference::GetValues command");
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
SetValues004Test.java | 39 * JDWP Unit test for ObjectReference.SetValues command with null values. 45 static final String thisCommandName = "ObjectReference.SetValues command"; 53 * This test exercises ObjectReference.SetValues command with null values. 56 * Then for this objectID test executes ObjectReference.SetValues command for 85 ("=> Send ReferenceType::GetValues command and get ObjectID to check..."); 96 checkReplyPacket(getValuesReply, "ReferenceType::GetValue command"); 130 checkReplyPacket(checkedReply, "ObjectType::SetValue command");
|
SetValuesTest.java | 38 * JDWP Unit test for ObjectReference.SetValues command. 44 static final String thisCommandName = "ObjectReference.SetValues command"; 52 * This test exercises ObjectReference.SetValues command. 55 * Then for this objectID test executes ObjectReference.SetValues command for special 56 * set of fieldIDs and checks that command returns reply without any errors. 83 ("=> Send ReferenceType::GetValues command and and get ObjectID to check..."); 94 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
ConstantPoolTest.java | 33 * JDWP Unit test for ReferenceType.ConstantPool command. 41 static final String thisCommandName = "ReferenceType.ConstantPool command"; 53 * This testcase exercises ReferenceType.ConstantPool command. 55 * for this class by VirtualMachine.ClassesBySignature command, then 56 * performs ReferenceType.ConstantPool command and checks that returned 75 // Compose ConstantPool command 87 // Perform ConstantPool command and get reply package
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
StopTest.java | 37 * JDWP Unit test for ThreadReference.Stop command. 48 * This testcase exercises ThreadReference.Stop command. 51 * <BR>After the tested thread starts, the test performs ThreadReference.Stop command 73 logWriter.println("testStop001: get throwable for Stop command..."); 81 checkReplyPacket(reply, "ReferenceType::GetValues command"); 97 logWriter.println("testStop001: send \"Stop\" command"); 99 checkReplyPacket(reply, "ThreadReference::Stop command");
|
/external/icu/icu4c/source/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/iputils/doc/ |
rarpd.sgml | 16 <command>arping</command> 30 for attached network, <command/rarpd/ answers to client with RARPD 34 To allow multiple boot servers on the network <command/rarpd/ 117 <command/rarpd/ was written by 128 <command/rarpd/ requires <constant/CAP_NET_RAW/ capability 140 <command/rarpd/ is part of <filename/iputils/ package
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
perf-kvm.txt | 22 'perf kvm [options] top <command>' to generates and displays 26 'perf kvm record <command>' to record the performance counter profile 42 'perf kvm stat <command>' to run a command and gather performance counter 46 'perf kvm stat record <command>' records kvm events and the events between 47 start and end <command>. 48 And this command produces a file which contains tracing results of kvm
|
/external/lldb/examples/python/ |
jump.py | 99 Command Options Usage: 109 def jump (debugger, command, result, internal_dict): 110 if (command == ""): 113 args = command.split() 164 result.AppendMessage("Please type 'jump " + command + " <location-id>' to choose one.") 172 lldb.debugger.HandleCommand('command script add -f jump.jump jump') 173 print 'The "jump" command has been installed, type "help jump" or "jump <ENTER>" for detailed help.'
|
/external/lldb/test/warnings/uuid/ |
TestAddDsymCommand.py | 1 """Test that the 'add-dsym', aka 'target symbols add', command informs the user about success or failure.""" 21 """Test that the 'add-dsym' command informs the user about failures.""" 37 """Test that the 'add-dsym' command informs the user about success.""" 47 """Test that the 'add-dsym' command informs the user about success.""" 75 """Test that the 'add-dsym' command informs the user about failures.""" 87 """Test that the 'add-dsym' command informs the user about success.""" 96 """Test that the 'add-dsym' command informs the user about success when loading files in bundles."""
|
/external/llvm/test/FileCheck/ |
implicit-check-not.txt | 13 ; CHECK-ERROR1: command line:1:22: note: CHECK-FAIL1-NOT: pattern specified here 18 ; CHECK-ERROR4: command line:1:22: note: CHECK-FAIL1-NOT: pattern specified here 21 ; CHECK-ERROR5: command line:1:22: note: CHECK-FAIL1-NOT: pattern specified here 28 ; CHECK-ERROR2: command line:1:22: note: CHECK-FAIL2-NOT: pattern specified here 32 ; CHECK-ERROR6: command line:1:22: note: CHECK-FAIL2-NOT: pattern specified here 40 ; CHECK-ERROR3: command line:1:22: note: CHECK-FAIL3-NOT: pattern specified here 43 ; CHECK-ERROR7: command line:1:22: note: CHECK-FAIL3-NOT: pattern specified here
|
/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.
|
/external/mockftpserver/MockFtpServer/src/site/apt/ |
stubftpserver-getting-started.apt | 9 implementing command handlers for each of the corresponding low-level FTP server commands (e.g. RETR,
12 also be interrogated to verify command invocation data such as command parameters and timestamps.
38 command. See the list of <CommandHandler> classes associated with FTP server commands in
41 You can retrieve the existing <CommandHandler> defined for an FTP server command by calling the
42 <<<StubFtpServer.getCommandHandler(String name)>>> method, passing in the FTP server command
49 You can replace the existing <CommandHandler> defined for an FTP server command by calling the
51 in the FTP server command name, such as <<<"STOR">>> or <<<"USER">>>, and the
65 the default command handler for an FTP command. See the Javadoc for more information. [all...] |
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
AbstractStoreFileCommandHandlerTestCase.groovy | 16 package org.mockftpserver.fake.command 18 import org.mockftpserver.core.command.Command 19 import org.mockftpserver.core.command.CommandNames 20 import org.mockftpserver.core.command.ReplyCodes 100 Command createValidCommand() { 101 return new Command(CommandNames.APPE, [FILE])
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
AbstractCommandHandlerTestCase.java | 16 package org.mockftpserver.core.command;
51 * @param commandName - the name for the Command
52 * @param parameters - the Command parameters
56 Command command = new Command(commandName, parameters);
local 60 commandHandler.handleCommand(command, session);
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_MultipleClientsIntegrationTest.java | 21 import org.mockftpserver.core.command.Command;
22 import org.mockftpserver.core.command.CommandNames;
23 import org.mockftpserver.core.command.InvocationRecord;
25 import org.mockftpserver.stub.command.AbstractStubCommandHandler;
46 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
|