/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ipmi.h | 54 * will go back to the application that send the command. If the 192 #define IPMI_RESPONSE_RECV_TYPE 1 /* A response to a command */ 194 #define IPMI_CMD_RECV_TYPE 3 /* A command from somewhere else */ 233 * In general, you send a command down to the interface and receive 236 * incoming messages are for which command and find the proper msgid 248 * not, for instance, have to format a send command, you just send 249 * whatever command you want to the channel, the driver will create 250 * the send command, automatically issue receive command and get even 266 response to this request if it is a command [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ipmi.h | 54 * will go back to the application that send the command. If the 192 #define IPMI_RESPONSE_RECV_TYPE 1 /* A response to a command */ 194 #define IPMI_CMD_RECV_TYPE 3 /* A command from somewhere else */ 233 * In general, you send a command down to the interface and receive 236 * incoming messages are for which command and find the proper msgid 248 * not, for instance, have to format a send command, you just send 249 * whatever command you want to the channel, the driver will create 250 * the send command, automatically issue receive command and get even 266 response to this request if it is a command [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
frame_filters.py | 28 class SetFilterPrefixCmd(gdb.Command): 29 """Prefix command for 'set' frame-filter related operations.""" 36 class ShowFilterPrefixCmd(gdb.Command): 37 """Prefix command for 'show' frame-filter related operations.""" 42 class InfoFrameFilter(gdb.Command): 113 cmd_name: Name of the command invoking this function. 162 text: The full text of the command line. 163 word: The most recent word of the command line. 200 word: The most recent word of the command line. 217 class EnableFrameFilter(gdb.Command) [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
frame_filters.py | 28 class SetFilterPrefixCmd(gdb.Command): 29 """Prefix command for 'set' frame-filter related operations.""" 36 class ShowFilterPrefixCmd(gdb.Command): 37 """Prefix command for 'show' frame-filter related operations.""" 42 class InfoFrameFilter(gdb.Command): 113 cmd_name: Name of the command invoking this function. 162 text: The full text of the command line. 163 word: The most recent word of the command line. 200 word: The most recent word of the command line. 217 class EnableFrameFilter(gdb.Command) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 3 Provides the PyPIRCCommand class, the base class for the command classes 4 that uses .pypirc in the distutils.command package. 9 from distutils.cmd import Command 21 class PyPIRCCommand(Command): 22 """Base command that knows how to handle the .pypirc file
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 3 Provides the PyPIRCCommand class, the base class for the command classes 4 that uses .pypirc in the distutils.command package. 9 from distutils.cmd import Command 21 class PyPIRCCommand(Command): 22 """Base command that knows how to handle the .pypirc file
|
/system/extras/tests/wifi/stress/ |
wifiLoadScanAssoc.c | 37 * use of the -d and -D command-line options. 42 * -e (end) command-line options. Can also specify a single specific 45 * through the use of the -t command-line option. 99 // Command-line mutual exclusion detection flags. 113 * 1. Command-line parsing 140 // Parse command line arguments 146 testPrintE("Invalid command-line specified minimum delay " 155 testPrintE("Invalid command-line specified maximum delay " 164 testPrintE("Invalid command-line specified duration of: %s", 172 testPrintE("Invalid combination of command-line options,") [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
SuspendTest.java | 38 * JDWP Unit test for ThreadReference.Suspend command. 50 * This testcase exercises ThreadReference.Suspend command. 53 * <BR> - suspends thread by ThreadReference.Suspend command; 54 * <BR> - performs the ThreadReference.Status command for tested thread; 123 logWriter.println("==> Send ThreadReference.Suspend command..."); 129 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Suspend command") ) { 134 logWriter.println("==> Send ThreadReference.Status command..."); 140 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Status command") ) { 176 errorMessage = "## Error found out while ThreadReference.Suspend command performing!\n"; 179 errorMessage = errorMessage + "## Error found out while ThreadReference.Status command performing!\n" [all...] |
/external/libpng/projects/vstudio/pngtest/ |
pngtest.vcxproj | 104 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command> 137 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command> 172 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command> 208 <Command>$(OutDir)pngtest.exe ..\..\..\pngtest.png $(IntDir)pngout.png</Command> 209 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command> [all...] |
/external/llvm/utils/lit/lit/ |
util.py | 64 """capture(command) - Run the given command (or argv list) in a shell and 71 def which(command, paths = None): 72 """which(command, [paths]) - Look up the given command in the paths string 79 if os.path.isfile(command): 80 return command 96 p = os.path.join(path, command + ext) 161 def executeCommand(command, cwd=None, env=None): 162 p = subprocess.Popen(command, cwd=cwd [all...] |
/external/parameter-framework/test/functional-tests/PfwTestCase/Domains/ |
tDomain_Configuration_Selection.py | 104 assert err == None, log.E("Command [importDomainsWithSettingsXML %s] : %s"%(self.reference_xml,err)) 109 log.I("Command [listDomains]") 111 assert err == None, log.E("Command [listDomains] : %s"%(err)) 112 log.I("Command [listDomains] : correctly executed") 128 assert err == None, log.E("Command [setTuningMode]") 130 assert err == None, log.E("Command HAL [applyConfigurations]") 147 assert err == None, log.E("Command HAL [setCriterionState]") 151 assert err == None, log.E("Command HAL [setCriterionState]") 154 assert err == None, log.E("Command HAL [applyConfigurations]") 156 assert err == None, log.E("Command [status]" [all...] |
/frameworks/base/media/java/android/media/ |
AsyncPlayer.java | 37 private static final class Command { 51 private final LinkedList<Command> mCmdQueue = new LinkedList(); 53 private void startSound(Command cmd) { 86 Command cmd = null; 109 Log.w(mTag, "STOP command without a player"); 196 Command cmd = new Command(); 218 Command cmd = new Command(); 227 private void enqueueLocked(Command cmd) [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecFeatureAction.java | 31 * Encapsulates a sequence of CEC command exchange for a certain feature. 34 * command. {@link HdmiCecFeatureAction} represents the life cycle of the communication, manages the 40 * {@link HdmiCecLocalDevice}. Each action is passed a new command arriving from the bus, and either 41 * consumes it if the command is what the action expects, or yields it to other action. Declared as 85 * Process the command. Called whenever a new command arrives. 87 * @param cmd command to process 88 * @return true if the command was consumed in the process; Otherwise false. 95 * <p>CEC standard mandates each command transmission should be responded within 97 * a command gets expired. Inner logic should take an appropriate action [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Folder_Actions_Suite.py | 21 Required argument: the object for the command 24 Returns: the reply for the command 43 Required argument: the object for the command 45 Returns: the reply for the command 70 Required argument: the object for the command 75 Returns: the reply for the command 100 Required argument: the object for the command 104 Returns: the reply for the command 128 Required argument: the object for the command 132 Returns: the reply for the command [all...] |
/external/deqp/framework/referencerenderer/ |
rrRenderer.cpp | [all...] |
/external/v8/src/ |
d8.js | 261 // Converts a text command to a JSON request. 273 // entered as a command. Converting that to a JSON request is trivial. 279 // Check for a simple carriage return to repeat the last command: 285 cmd_line = repeat_cmd_line; // use command to repeat. 289 if (!is_running) { // Only save the command if in debugger mode. 290 repeat_cmd_line = cmd_line; // save last command. 296 // Find the command. 315 // Switch on command. 467 // Return undefined to indicate command handled internally (no JSON). 475 // Return undefined to indicate command handled internally (no JSON) [all...] |
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
ManagedProfileTest.java | 170 String command = "am start -W --user " + mUserId + " " + MANAGED_PROFILE_PKG local 172 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " 173 + getDevice().executeShellCommand(command)); 314 assertTrue("Command was expected to succeed " + addRestrictionCommandOutput, 563 String command = "add-restriction"; local 566 changeUserRestrictionForUser(restriction, command, mUserId); 567 assertTrue("Command was expected to succeed " + addRestrictionCommandOutput, 589 assertTrue("Command was expected to succeed " + commandOutput, 601 assertTrue("Command was expected to succeed " + commandOutput 619 String command = "am start -W --user " + userId local 656 String command = "pm set-app-link --user " + userId + " " + packageName + " " + status; local 662 String command = "am startservice --user 0 " local [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
NewInstanceTest.java | 39 * JDWP unit test for ClassType.NewInstance command. 48 * This testcase exercises ClassType.NewInstance command. 51 * <BR> - send ClassType.NewInstance command for class, 55 * <BR> - send ClassType.NewInstance command for class, 70 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command"); 92 checkReplyPacket(reply, "ReferenceType::Methods command"); 121 checkReplyPacket(reply, "EventRequest::Set command"); 159 checkReplyPacket(reply, "EventRequest::Clear command"); 174 checkReplyPacket(reply, "ClassType::NewInstance command"); 200 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
MonitorInfoTest.java | 38 * JDWP Unit test for ObjectReference.MonitorInfo command. 42 static final String thisCommandName = "ObjectReference.MonitorInfo command"; 50 * This test exercises ObjectReference.MonitorInfo command. 53 * Then for this objectID test executes ObjectReference.MonitorInfo command for 54 * checked object and checks that command returns the expected monitor info: 87 ("=> Send ReferenceType::GetValues command for received fieldID and get ObjectID to check..."); 98 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command"); 102 assertEquals("Invalid number of values returned by ReferenceType::GetValues command,", 1, returnedValuesNumber); 115 logWriter.println("=> Send VirtualMachine::Suspend command..."); 123 checkReplyPacket(suspendReply, "VirtualMachine::Suspend command"); [all...] |
/external/clang/lib/Driver/ |
Job.cpp | 1 //===--- Job.cpp - Command to Execute -------------------------------------===// 30 Command::Command(const Action &_Source, const Tool &_Creator, 96 void Command::writeResponseFile(raw_ostream &OS) const { 120 void Command::buildArgvForResponseFile( 149 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, 211 void Command::setResponseFile(const char *FileName) { 217 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg, 232 // We need to put arguments in a response file (command is too large) 261 std::unique_ptr<Command> Fallback_ [all...] |
/external/google-breakpad/android/ |
common-functions.sh | 88 # If the previous command failed, dump a panic message then exit. 144 # Run a command. Output depends on $_VERBOSE: 145 # $_VERBOSE <= 0: Run command, store output into the run log 146 # $_VERBOSE >= 1: Dump command, run it, output goest to stdout 147 # Note: Ideally, the command's output would go to the run log for $_VERBOSE >= 1 159 echo "COMMAND: $@" 166 # Same as run(), but only dump command output for $_VERBOSE >= 2 176 echo "COMMAND: $@" 329 # The 'adb shell' command is pretty hopeless, try to make sense of it by: 331 # 2/ Ensuring the function returns the command's status code [all...] |
/external/linux-tools-perf/src/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...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
NotificationPlayer.java | 47 private static final class Command { 63 private final LinkedList<Command> mCmdQueue = new LinkedList<Command>(); 74 public Command mCmd; 75 public CreationAndCompletionThread(final Command cmd) { 117 private void startSound(final Command cmd) { 153 private void stopSound(final Command cmd) { 181 Command cmd = null; 279 final Command cmd = new Command(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...] |