/device/lge/hammerhead/original-kernel-headers/media/ |
msmb_camera.h | 72 /* data.command */ 102 unsigned int command; member in struct:msm_v4l2_event_data
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPTestCase.java | 167 CommandPacket command = new CommandPacket( local 170 command.setNextValueAsReferenceTypeID(objectID); 171 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); 172 checkReplyPacket(reply, "ObjectReference::ReferenceType command"); 189 CommandPacket command = new CommandPacket( local 192 command.setNextValueAsClassID(classID); 193 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(command); 194 checkReplyPacket(reply, "ReferenceType::Methods command"); 209 * Issues LineTable command. 225 checkReplyPacket(lineTableReply, "Method::LineTable command"); 263 CommandPacket command = new CommandPacket( local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-antlr.jar | |
/external/google-breakpad/src/common/mac/ |
macho_reader_unittest.cc | 576 // A SizedSection representing a segment load command. 581 // Append a segment load command header with the given characteristics. 582 // The load command will refer to CONTENTS, which must be Placed in the 609 // contents. Return a reference to this load command. 613 // load command. Return a reference to this. The section entry will refer 669 // Return a label representing the final load command count. 672 // Increment the command count; return a reference to this section. 678 // Place COMMAND, containing a load command, at the end of this section. 687 // Mark this load command list as complete 1239 SizedSection command; local 1453 SegmentLoadCommand command; local 1494 SegmentLoadCommand command; local 1535 SegmentLoadCommand command; local 1575 SegmentLoadCommand command; local [all...] |
/external/kernel-headers/original/uapi/linux/ |
scc.h | 139 int command; /* one of the KISS-Commands defined above */ member in struct:scc_kiss_cmd 153 char option; /* command for function port */
|
/external/lldb/source/Host/macosx/ |
Symbols.cpp | 730 StreamString command; local 732 command.Printf("%s --ignoreNegativeCache --copyExecutable %s", g_dsym_for_uuid_exe_path, uuid_str.c_str()); 734 command.Printf("%s --ignoreNegativeCache --copyExecutable %s", g_dsym_for_uuid_exe_path, file_path); 736 if (!command.GetString().empty()) 741 Error error = Host::RunShellCommand (command.GetData(), 745 &command_output, // Command output [all...] |
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
CommunicationKDP.cpp | 99 CommunicationKDP::SendRequestAndGetReply (const CommandType command, 137 if ((reply_command & eCommandTypeMask) == command) 140 if (command == KDP_RESUMECPUS) 383 // Unrecognized reply command byte, erase this byte and try to get back on track 406 const CommandType command = KDP_CONNECT; local 409 MakeRequestPacketHeader (command, request_packet, command_length); 417 return SendRequestAndGetReply (command, request_packet, reply_packet); 435 const CommandType command = KDP_REATTACH; local 438 MakeRequestPacketHeader (command, request_packet, command_length); 444 if (SendRequestAndGetReply (command, request_packet, reply_packet) 475 const CommandType command = KDP_VERSION; local 612 const CommandType command = KDP_HOSTINFO; local 647 const CommandType command = KDP_KERNELVERSION; local 665 const CommandType command = KDP_DISCONNECT; local 686 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM; local 731 const CommandType command = use_64 ? KDP_WRITEMEM64 : KDP_WRITEMEM; local 769 const CommandType command = (CommandType)command_byte; local 856 const CommandType command = ExtractCommand (first_packet_byte); local 1324 const CommandType command = KDP_READREGS; local 1370 const CommandType command = KDP_WRITEREGS; local 1398 const CommandType command = KDP_RESUMECPUS; local 1415 const CommandType command = set ? (use_64 ? KDP_BREAKPOINT_SET64 : KDP_BREAKPOINT_SET ): local 1437 const CommandType command = KDP_SUSPEND; local [all...] |
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 125 PrintHelpAndExit("Incorrect command");
199 const UString &command = nonSwitchStrings[paramIndex++];
local 230 if (command.CompareNoCase(L"b") == 0)
246 if (command.CompareNoCase(L"e") == 0)
248 else if (command.CompareNoCase(L"d") == 0)
|
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 679 AString command = args[1];
local 680 if (command.Length() != 1)
682 PrintError("incorrect command");
685 c = MyCharLower(command[0]);
690 // create archive command
794 PrintError("incorrect command");
830 // List command
855 // Extract command
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 258 // It works incorrectly for update command if archive has some non-default extension!
576 CUpdateArchiveCommand &command = options.Commands[i];
local 583 RINOK(callback->StartArchive(command.ArchivePath.GetFinalPath(),
589 command.ActionSet, archive,
591 command.ArchivePath,
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/ |
DefaultSession.java | 21 import org.mockftpserver.core.command.Command;
22 import org.mockftpserver.core.command.CommandHandler;
23 import org.mockftpserver.core.command.CommandNames;
83 * @param commandHandlers - the Map of command name -> CommandHandler. It is assumed that the
84 * command names are all normalized to upper case. See {@link Command#normalizeName(String)}.
279 * Wait for and read the command sent from the client on the control connection.
281 * @return the Command sent from the client; may be null if the session has been closed
285 Command readCommand() { 296 String command = controlConnectionReader.readLine(); local 411 Command command = readCommand(); local [all...] |
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/ |
DefaultSession.java | 39 import org.mockftpserver.core.command.Command;
40 import org.mockftpserver.core.command.CommandHandler;
41 import org.mockftpserver.core.command.CommandNames;
83 * @param commandHandlers - the Map of command name -> CommandHandler. It is assumed that the
84 * command names are all normalized to upper case. See {@link Command#normalizeName(String)}.
276 * Wait for and read the command sent from the client on the control connection.
278 * @return the Command sent from the client; may be null if the session has been closed
282 Command readCommand() { 293 String command = controlConnectionReader.readLine(); local 410 Command command = readCommand(); local [all...] |
/external/openssh/ |
ssh.c | 123 /* Flag indicating whether debug mode is on. May be set on the command line. */ 134 * on the command line. 159 * General data structure for command line options and options configurable 169 * command line, or the HostName specified for the user-supplied name in a 184 /* command to be executed */ 185 Buffer command; variable 187 /* Should we execute a command or invoke a subsystem? */ 210 " [-w local_tun[:remote_tun]] [user@]hostname [command]\n" 452 * file if the user specifies a config file on the command line. 592 /* Parse command-line arguments. * [all...] |
/external/tcpdump/ |
appletalk.h | 145 u_int8_t command; member in struct:zipHeader
|
print-smb.c | 246 int command; local 249 command = data[0]; 253 switch (command) { 328 smb_fdata(param, "Command=[w]\nStr1=[S]\nStr2=[S]\n", param + paramlen, 799 int command; local 804 "[P4]SMB Command = [B]\nError class = [BP1]\nError code = [d]\nFlags1 = [B]\nFlags2 = [B][P13]\nTree ID = [d]\nProc ID = [d]\nUID = [d]\nMID = [d]\nWord Count = [b]\n"; 814 command = buf[4]; 816 fn = smbfind(command, smb_fns); 897 command = words[1]; 898 if (command == 0xFF 1389 int command; local [all...] |
/external/vboot_reference/tests/ |
cgptlib_test.c | 54 const char *command = "TEST"; variable [all...] |
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyService.cpp | 48 static const char kCmdDeadlockedString[] = "AudioPolicyService command thread may be deadlocked\n"; 81 // start output activity command thread 336 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get()); 436 sp<AudioCommand> command = mAudioCommands[0]; local 438 mLastCommand = command; 440 switch (command->mCommand) { 443 ToneData *data = (ToneData *)command->mParam.get(); 462 VolumeData *data = (VolumeData *)command->mParam.get(); 465 command->mStatus = AudioSystem::setStreamVolume(data->mStream, 470 ParametersData *data = (ParametersData *)command->mParam.get() 647 sp<AudioCommand> command = new AudioCommand(); local 659 sp<AudioCommand> command = new AudioCommand(); local 670 sp<AudioCommand> command = new AudioCommand(); local 687 sp<AudioCommand> command = new AudioCommand(); local 701 sp<AudioCommand> command = new AudioCommand(); local 715 sp<AudioCommand> command = new AudioCommand(); local 730 sp<AudioCommand> command = new AudioCommand(); local 748 sp<AudioCommand> command = new AudioCommand(); local 766 sp<AudioCommand> command = new AudioCommand(); local 778 sp<AudioCommand> command = new AudioCommand(); local 786 sp<AudioCommand>command = new AudioCommand(); local 795 sp<AudioCommand> command = new AudioCommand(); local 808 sp<AudioCommand> command = new AudioCommand(); local [all...] |
/frameworks/base/core/java/android/app/ |
UiAutomation.java | 489 * Executes a command and waits for a specific accessibility event up to a 496 * @param command The command to execute. 502 public AccessibilityEvent executeAndWaitForEvent(Runnable command, 518 // Execute the command *without* the lock being held. 519 command.run(); [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecController.java | 39 * Manages HDMI-CEC command and behaviors. It converts user's command into CEC command 245 * a command having available destinations. 520 // Can access command targeting devices available in local device or broadcast command. 603 HdmiCecMessage command = HdmiCecMessageBuilder.of(srcAddress, dstAddress, body); local 604 HdmiLogger.debug("[R]:" + command); 605 onReceiveCommand(command);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphReader.java | 41 private static interface Command { 46 private ArrayList<Command> mCommands = new ArrayList<Command>(); 58 for (Command command : mCommands) { 59 command.execute(this); 63 public void append(Command command) { 64 mCommands.add(command); 80 private static class ImportPackageCommand implements Command { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 469 onCHLD(String command) throws InterpreterEx 471 // command starts with "+CHLD=" 476 c0 = command.charAt(6); 478 if (command.length() >= 8) { 479 c1 = command.charAt(7); 490 onDial(String command) throws InterpreterEx 494 success = mSimulatedCallState.onDial(command.substring(1)); 514 onSMSSend(String command) 532 String command = commands[i]; local 534 if (command.equals("A")) [all...] |
/hardware/qcom/msm8x74/kernel-headers/media/ |
msmb_camera.h | 97 unsigned int command; member in struct:msm_v4l2_event_data
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msmb_camera.h | 71 /* data.command */ 101 unsigned int command; member in struct:msm_v4l2_event_data
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
msmb_camera.h | 101 unsigned int command; member in struct:msm_v4l2_event_data
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msmb_camera.h | 75 /* data.command */ 105 unsigned int command; member in struct:msm_v4l2_event_data
|