| /tools/tradefederation/core/python-lib/tradefed_py/ |
| D | adb_handler.py | 26 def exec_adb_command(self, cmd): argument 36 def exec_shell_command(self, cmd): argument 49 def __init__(self, cmd, stdout, stderr, ret_code): argument
|
| D | android_device.py | 31 def executeShellCommand(self, cmd): argument 55 def __init__(self, cmd, message): argument
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/ |
| D | GceManagerTest.java | 341 CommandResult cmd = new CommandResult(); in testStartGce_timeout() local 439 CommandResult cmd = new CommandResult(); in testStartGce() local 476 CommandResult cmd = new CommandResult(); in testStartGce_failed() local 532 CommandResult cmd = new CommandResult(); in testStartGce_bootFail() local 562 CommandResult cmd = new CommandResult(); in testShutdownGce() local 601 CommandResult cmd = new CommandResult(); in testShutdownGce_withJsonKeyFile() local 812 CommandResult cmd = new CommandResult(); in testStartGce_timeoutAndClean() local
|
| /tools/dexter/dexter/ |
| D | dexter_tests.py | 52 def Run(cmd, stdin_content=None): argument 78 cmd = '%s %s %s' % (args.cmd, test_config['args'], input) variable
|
| /tools/tradefederation/core/src/com/android/tradefed/log/ |
| D | LogReceiver.java | 34 public LogReceiver(ITestDevice device, String cmd, String desc) { in LogReceiver() 38 public LogReceiver(ITestDevice device, String cmd, String desc, in LogReceiver() 43 private LogReceiver(ITestDevice device, String cmd, in LogReceiver()
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/ |
| D | Sl4aClientTest.java | 104 final String cmd = String.format(Sl4aClient.SL4A_LAUNCH_CMD, mDeviceServer.getPort()); in testStartSl4A_notRunning() local 127 final String cmd = String.format(Sl4aClient.SL4A_LAUNCH_CMD, mDeviceServer.getPort()); in setupStartExpectation() local
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| D | HostGTest.java | 68 public CommandResult executeHostCommand(String cmd) { in executeHostCommand() 77 public CommandResult executeHostCommand(String cmd, long timeoutMs) { in executeHostCommand() 89 String cmd, long timeoutMs, IShellOutputReceiver receiver) { in executeHostGTestCommand() 165 String cmd = getGTestCmdLine(fullPath, flags); in runTest() local
|
| D | GoogleBenchmarkTest.java | 182 String cmd = String.format("%s %s", root, GBENCHMARK_JSON_OUTPUT_FORMAT); in doRunAllTestsInSubdirectory() local 204 String cmd = String.format("%s %s", fullBinaryPath, GBENCHMARK_LIST_TESTS_OPTION); in countExpectedTests() local
|
| D | GTest.java | 197 protected void executeCommandByScript(final ITestDevice testDevice, final String cmd, in executeCommandByScript() 251 String cmd = getGTestCmdLine(fullPath, flags); in runTest() local
|
| /tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
| D | GceRemoteCmdFormatter.java | 50 List<String> cmd = new ArrayList<>(); in getSshCommand() local 92 List<String> cmd = new ArrayList<>(); in getScpCommand() local
|
| /tools/test/connectivity/acts/framework/acts/controllers/gnssinst_lib/ |
| D | abstract_inst.py | 94 def _send(self, cmd): argument 183 def _query(self, cmd): argument
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
| D | WifiHelperTest.java | 50 final String cmd = WifiHelper.buildWifiUtilCmd("meth"); in testBuildCommand_simple() local 61 final String cmd = WifiHelper.buildWifiUtilCmd("meth", "id", "45"); in testBuildCommand_oneArg() local 77 final String cmd = WifiHelper.buildWifiUtilCmd("addWpaPskNetwork", "ssid", "With Space", in testBuildCommand_withSpace() local
|
| /tools/acloud/create/ |
| D | local_image_local_instance.py | 142 def CheckLaunchCVD(self, cmd, host_bins_path, no_prompts=False): argument 177 def _LaunchCvd(cmd): argument
|
| /tools/repohooks/rh/ |
| D | utils.py | 42 def __init__(self, cmd=None, error=None, output=None, returncode=None): argument 109 def sudo_run_command(cmd, user='root', **kwargs): argument 166 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument 261 def run_command(cmd, error_message=None, redirect_stdout=False, argument
|
| D | shell.py | 128 def cmd_to_str(cmd): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
| D | apollo_lib.py | 210 def send(self, cmd): argument 227 def cmd(self, cmds, wait=None): member in BudsDevice 249 def _cmd(self, cmd, wait=None, throw_error=True): argument 406 def power(self, cmd): argument 591 def led(self, cmd): argument 668 def music_control_events(self, cmd, regexp=None, wait=.5): argument 709 def avrcp(self, cmd): argument 1086 def _get_status(self, cmd): argument 1493 def _evt_hex(cmd): argument
|
| /tools/tradefederation/contrib/src/com/android/framework/tests/ |
| D | PackageManagerOTATestUtils.java | 82 String cmd = String.format("rm %s", systemApp); in removeSystemApp() local 184 String cmd = "dumpsys package " + packageName; in packageHasPermission() local 212 String cmd = "dumpsys package " + packageName; in packageHasFlag() local
|
| /tools/acloud/setup/ |
| D | setup_common.py | 33 def CheckCmdOutput(cmd, print_cmd=True, **kwargs): argument
|
| /tools/tradefederation/contrib/src/com/android/build/tests/ |
| D | KernelImageCheck.java | 102 String[] cmd = in test_stable_abi() local
|
| /tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
| D | main.cpp | 64 void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd()
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | adb.py | 57 def __init__(self, cmd, stdout, stderr, ret_code): argument 154 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 187 def _exec_cmd_nb(self, cmd, **kwargs): argument
|
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| D | DeviceStateMonitor.java | 51 final String cmd = "pm path android"; in waitForPmResponsive() local
|
| /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
| D | _tnhelper.py | 102 def cmd(self, cmd_str, wait_ret=True): member in _TNHelper
|
| /tools/tradefederation/core/src/com/android/tradefed/command/ |
| D | CommandScheduler.java | 350 final ExecutableCommand cmd; field in CommandScheduler.ExecutableCommandState 353 ExecutableCommandState(ExecutableCommand cmd, CommandState state) { in ExecutableCommandState() 665 List<String> cmd = Arrays.asList(mCmd.getCommandTracker().getArgs()); in checkStrayThreads() local 1042 ExecutableCommand cmd = cmdIter.next(); in processReadyCommands() local 1075 ExecutableCommand cmd = cmdDeviceEntry.getKey(); in processReadyCommands() local 1076 startInvocation(cmdDeviceEntry.getValue(), cmd, in processReadyCommands() local 1340 ExecutableCommand cmd = new ExecutableCommand(cmdTracker, config, rescheduled); in createExecutableCommand() local 1367 private synchronized boolean addExecCommandToQueue(final ExecutableCommand cmd, in addExecCommandToQueue() 1532 ExecutableCommand cmd, in startInvocation() 1668 ExecutableCommand cmd = cmdIter.next(); in removeCommandsFromFile() local [all …]
|
| /tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
| D | SandboxConfigDump.java | 80 DumpCmd cmd = DumpCmd.valueOf(argList.remove(0)); in parse() local
|