/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 103 MonkeyCommandReturn translateCommand(List<String> command, CommandQueue queue); in translateCommand() argument 112 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() argument 114 if (command.size() > 1) { in translateCommand() 115 String direction = command.get(1); in translateCommand() 136 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() argument 138 if (command.size() == 4) { in translateCommand() 139 String actionName = command.get(1); in translateCommand() 143 x = Integer.parseInt(command.get(2)); in translateCommand() 144 y = Integer.parseInt(command.get(3)); in translateCommand() 180 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() argument [all …]
|
D | MonkeySourceNetworkViews.java | 161 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() argument 197 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() argument 199 if (command.size() > 2) { in translateCommand() 200 String idType = command.get(1); in translateCommand() 206 node = getNodeByViewId(command.get(2)); in translateCommand() 207 viewQuery = command.get(3); in translateCommand() 208 args = command.subList(4, command.size()); in translateCommand() 214 node = getNodeByAccessibilityIds(command.get(2), command.get(3)); in translateCommand() 215 viewQuery = command.get(4); in translateCommand() 216 args = command.subList(5, command.size()); in translateCommand() [all …]
|
D | MonkeySourceNetworkVars.java | 174 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() argument 190 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() argument 192 if (command.size() == 2) { in translateCommand() 193 VarGetter getter = VAR_MAP.get(command.get(1)); in translateCommand()
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
D | AdbMessage.java | 51 public void set(int command, int arg0, int arg1, byte[] data) { in set() argument 52 mMessageBuffer.putInt(0, command); in set() 57 mMessageBuffer.putInt(20, command ^ 0xFFFFFFFF); in set() 63 public void set(int command, int arg0, int arg1) { in set() argument 64 set(command, arg0, arg1, (byte[])null); in set() 66 public void set(int command, int arg0, int arg1, String data) { in set() argument 69 set(command, arg0, arg1, data.getBytes()); in set()
|
D | AdbDevice.java | 166 int command = message.getCommand(); in dispatchMessage() local 167 switch (command) { in dispatchMessage()
|
/development/ide/emacs/ |
D | android-common.el | 160 (defun android-adb-command (command &optional product) 169 " " command) 171 (shell-command (concat (android-adb) " " command) 174 (defun android-adb-shell-command (command) 176 (android-adb-command (concat " shell " command)
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 28 respond to every command with a line starting with OK for commands 49 This command injects KeyEvent's into the input system. The keycode 63 This command injects a MotionEvent into the input system that 73 This command injects a MotionEvent into the input system that 84 This command will wake the device up from sleep and allow user input. 87 The tap command is a shortcut for the touch command. It will 92 The press command is a shortcut for the key command. The keycode 93 paramter works just like the key command and will automatically send 98 This command will simulate a user typing the given string on the 103 This command lists all the vars that the monkey knows about. They are [all …]
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 5 1. Open a command prompt and go to the directory where the JetCreator tool is located. 9 3. Select the IMPORT command and import JETBOY.zip. 11 4. After importing the first time, you can use the OPEN command to open the .jtc file in the folder…
|
/development/samples/browseable/CardReader/src/com.example.android.cardreader/ |
D | LoyaltyCardReader.java | 78 byte[] command = BuildSelectApdu(SAMPLE_LOYALTY_CARD_AID); in onTagDiscovered() 80 Log.i(TAG, "Sending: " + ByteArrayToHexString(command)); in onTagDiscovered() 81 byte[] result = isoDep.transceive(command); in onTagDiscovered()
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 49 @rem Get command-line arguments, handling Windowz variants 55 @rem Slurp the command line arguments. 70 @rem Setup the command line
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | jazz.h | 60 unsigned char command; member 69 unsigned char command; member
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
D | ist.h | 25 __u32 command; member
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
D | ist.h | 25 __u32 command; member
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | ist.h | 25 __u32 command; member
|
/development/testrunner/ |
D | android_build.py | 79 command = ("CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core " 84 config = subprocess.Popen(command, stdout=subprocess.PIPE,
|
D | adb_interface.py | 342 command = "pm list instrumentation | grep %s" % instrumentation_path 344 output = self.SendShellCommand(command) 379 def _WaitForShellCommandContents(self, command, expected, wait_time, argument 407 output = self.SendShellCommand(command, retry_count=1)
|
/development/host/windows/usb/adb_winapi_test/ |
D | adb_winapi_test.cpp | 47 unsigned int command; /* command identifier constant */ member 364 msg_send.command = A_CNXN; in DeviceHandShake() 369 msg_send.magic = msg_send.command ^ 0xffffffff; in DeviceHandShake() 392 char* cmd_ansi = reinterpret_cast<char*>(&msg_rcv.command); in DeviceHandShake() 393 printf("\n command = %08X (%c%c%c%c)", msg_rcv.command, in DeviceHandShake()
|
/development/ndk/platforms/android-3/include/ |
D | fcntl.h | 49 extern int fcntl(int fd, int command, ...);
|
/development/ndk/platforms/android-L/include/linux/ |
D | i2c-dev.h | 37 __u8 command; member
|
D | pktcdvd.h | 61 __u32 command; member
|
/development/ndk/platforms/android-L/include/linux/usb/ |
D | f_mtp.h | 29 uint16_t command; member
|
/development/ndk/platforms/android-3/include/linux/ |
D | ftape.h | 38 __u8 command; member
|
/development/ndk/platforms/android-L/include/linux/netfilter/ |
D | nfnetlink_log.h | 85 __u8 command; member
|
D | nfnetlink_queue.h | 89 __u8 command; member
|
/development/samples/USB/AdbTest/ |
D | README.txt | 2 Currently it only implements the "adb logcat" command and displays the log
|