Home
last modified time | relevance | path

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

/development/gsi/gsi_util/gsi_util/utils/
Dcmd_utils.py32 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/
DMonkeySourceNetwork.java104 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 …]
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/tools/repo_diff/service/repodiff/tools/
Dclear_service_account_keys.py7 def run_command(command): argument
Dupgrade_db.py22 def run_command(command): 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/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java495 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/
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.py397 def _WaitForShellCommandContents(self, command, expected, wait_time, argument