Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 44) sorted by relevance

12

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java103 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 …]
DMonkeySourceNetworkViews.java161 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 …]
DMonkeySourceNetworkVars.java174 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/
DAdbMessage.java51 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()
DAdbDevice.java166 int command = message.getCommand(); in dispatchMessage() local
167 switch (command) { in dispatchMessage()
/development/ide/emacs/
Dandroid-common.el160 (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/
DREADME.NETWORK.txt28 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/
DJETBOY_content_README.txt5 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/
DLoyaltyCardReader.java78 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/
Dgradlew.bat27 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/
Djazz.h60 unsigned char command; member
69 unsigned char command; member
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
Dist.h25 __u32 command; member
/development/ndk/platforms/android-L/arch-x86/include/asm/
Dist.h25 __u32 command; member
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dist.h25 __u32 command; member
/development/testrunner/
Dandroid_build.py79 command = ("CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core "
84 config = subprocess.Popen(command, stdout=subprocess.PIPE,
Dadb_interface.py342 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/
Dadb_winapi_test.cpp47 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/
Dfcntl.h49 extern int fcntl(int fd, int command, ...);
/development/ndk/platforms/android-L/include/linux/
Di2c-dev.h37 __u8 command; member
Dpktcdvd.h61 __u32 command; member
/development/ndk/platforms/android-L/include/linux/usb/
Df_mtp.h29 uint16_t command; member
/development/ndk/platforms/android-3/include/linux/
Dftape.h38 __u8 command; member
/development/ndk/platforms/android-L/include/linux/netfilter/
Dnfnetlink_log.h85 __u8 command; member
Dnfnetlink_queue.h89 __u8 command; member
/development/samples/USB/AdbTest/
DREADME.txt2 Currently it only implements the "adb logcat" command and displays the log

12