/development/gsi/gsi_util/gsi_util/utils/ |
D | cmd_utils.py | 32 def _update_command_for_local(command, kwargs): argument 44 def run_command(command, read_stdout=False, read_stderr=False, argument
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 104 MonkeyCommandReturn translateCommand(List<String> command, CommandQueue queue); in translateCommand() 113 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 137 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 181 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 210 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 272 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 295 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 323 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 338 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 367 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() [all …]
|
D | MonkeySourceNetworkVars.java | 174 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand() 190 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
|
D | MonkeySourceNetworkViews.java | 162 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()
|
D | Monkey.java | 480 private void commandLineReport(String reportName, String command) { in commandLineReport()
|
/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
D | BugreportParser.java | 75 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/ |
D | battery_simulator.py | 35 def echo_run(command): argument
|
/development/tools/repo_diff/service/repodiff/tools/ |
D | clear_service_account_keys.py | 7 def run_command(command): argument
|
D | upgrade_db.py | 22 def run_command(command): argument
|
/development/gsi/gsi_util/ |
D | gsi_util.py | 37 def _get_module_name(command): argument
|
/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() 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()
|
D | AdbDevice.java | 166 int command = message.getCommand(); in dispatchMessage() local
|
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/ |
D | DumpActivity.java | 495 final String command = getCommandLine(); in doStartCommand() local 501 private void startCommand(String command) { in startCommand() 511 final String command; field in DumpActivity.Dumper 514 public Dumper(String command) { in Dumper() 579 private String buildCommandLine(String command) { in buildCommandLine()
|
/development/host/windows/usb/adb_winapi_test/ |
D | adb_winapi_test.cpp | 58 unsigned int command; /* command identifier constant */ member 445 void DumpMessageArg0(unsigned int command, unsigned int arg0) { in DumpMessageArg0()
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 334 def get_output(command): argument
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | MusicService.java | 188 String command = startIntent.getStringExtra(CMD_NAME); in onStartCommand() local
|
/development/testrunner/ |
D | adb_interface.py | 397 def _WaitForShellCommandContents(self, command, expected, wait_time, argument
|