Home
last modified time | relevance | path

Searched defs:command (Results 1 – 14 of 14) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java103 MonkeyCommandReturn translateCommand(List<String> command, CommandQueue queue); in translateCommand()
112 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
136 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
180 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
209 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
271 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
294 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
322 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
337 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
366 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
[all …]
DMonkeySourceNetworkVars.java174 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
190 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
DMonkeySourceNetworkViews.java162 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
198 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
243 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
258 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
DMonkey.java480 private void commandLineReport(String reportName, String command) { in commandLineReport()
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreportParser.java75 public void parse(String section, String command, Lines<? extends Line> lines); in parse()
113 String command = null; in parse() local
158 private void parseSection(String section, Lines<? extends Line> lines, String command, in parseSection()
/development/scripts/
Dbattery_simulator.py35 def echo_run(command): argument
/development/gsi/gsi_util/gsi_util/utils/
Dcmd_utils.py27 def run_command(command, read_stdout=False, read_stderr=False, argument
/development/gsi/gsi_util/
Dgsi_util.py37 def _get_module_name(command): argument
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbMessage.java51 public void set(int command, int arg0, int arg1, byte[] data) { in set()
63 public void set(int command, int arg0, int arg1) { in set()
66 public void set(int command, int arg0, int arg1, String data) { in set()
DAdbDevice.java166 int command = message.getCommand(); in dispatchMessage() local
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp58 unsigned int command; /* command identifier constant */ member
445 void DumpMessageArg0(unsigned int command, unsigned int arg0) { in DumpMessageArg0()
/development/tools/privapp_permissions/
Dprivapp_permissions.py334 def get_output(command): argument
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMusicService.java188 String command = startIntent.getStringExtra(CMD_NAME); in onStartCommand() local
/development/testrunner/
Dadb_interface.py387 def _WaitForShellCommandContents(self, command, expected, wait_time, argument