/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 | 349 CommandResult cmd = new CommandResult(); in testStartGce_timeout() local 453 CommandResult cmd = new CommandResult(); in testStartGce() local 493 CommandResult cmd = new CommandResult(); in testStartGce_failed() local 552 CommandResult cmd = new CommandResult(); in testStartGce_bootFail() local 581 CommandResult cmd = new CommandResult(); in testShutdownGce() local 619 CommandResult cmd = new CommandResult(); in testShutdownGce_noWait() local 654 CommandResult cmd = new CommandResult(); in testShutdownGce_withJsonKeyFile() local 869 CommandResult cmd = new CommandResult(); in testStartGce_timeoutAndClean() local
|
/tools/acloud/internal/lib/ |
D | ssh.py | 36 def _SshCallWait(cmd, timeout=None): argument 63 def _SshCall(cmd, timeout=None): argument 90 def _SshLogOutput(cmd, timeout=None, show_output=False): argument 133 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument 248 def GetCmdOutput(self, cmd): argument
|
D | ota_tools_test.py | 162 def _CaptureMiscInfo(cmd, **_kwargs): argument 241 def _CaptureSystemQemuConfig(cmd, **_kwargs): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | abstract_inst.py | 91 def _send(self, cmd): argument 188 def _query(self, cmd): argument 221 def _query(self, cmd): argument
|
/tools/dexter/dexter/ |
D | dexter_tests.py | 54 def Run(cmd, stdin_content=None): argument 80 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 | 105 final String cmd = String.format(Sl4aClient.SL4A_LAUNCH_CMD, mDeviceServer.getPort()); in testStartSl4A_notRunning() local 128 final String cmd = String.format(Sl4aClient.SL4A_LAUNCH_CMD, mDeviceServer.getPort()); in setupStartExpectation() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostGTest.java | 69 public CommandResult executeHostCommand(String cmd) { in executeHostCommand() 78 public CommandResult executeHostCommand(String cmd, long timeoutMs) { in executeHostCommand() 90 String cmd, long timeoutMs, IShellOutputReceiver receiver) { in executeHostGTestCommand() 166 String cmd = getGTestCmdLine(fullPath, flags); in runTest() local
|
D | GoogleBenchmarkTest.java | 201 String cmd = in doRunAllTestsInSubdirectory() local 251 String cmd = in getTestsForFilters() local 441 final String cmd, in executeCommand() 466 final String cmd, in executeCommandByScript()
|
/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/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/repohooks/rh/ |
D | utils.py | 77 def cmd(self): member in CompletedProcess 100 def __init__(self, returncode, cmd, stdout=None, stderr=None, msg=None, argument 155 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument 266 def run(cmd, redirect_stdout=False, redirect_stderr=False, cwd=None, input=None, argument
|
D | shell.py | 129 def cmd_to_str(cmd): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/adb_lib/ |
D | error.py | 23 def __init__(self, cmd, stdout, stderr, ret_code): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | ArtRunTestTest.java | 182 String cmd = String.format("dalvikvm64 -classpath %s Main", classpath); in testRunSingleTest() local 220 String cmd = String.format("dalvikvm64 -classpath %s Main", classpath); in testRunSingleTest_unexpectedOutput() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | ExecutableBaseTest.java | 162 String cmd = testCommands.get(testName); in run() local 278 String cmd = testCommands.get(testName); in split() local 292 private IRemoteTest getTestShard(String binaryPath, String testName, String cmd) { in getTestShard()
|
/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/acloud/create/ |
D | local_image_local_instance.py | 225 def CheckLaunchCVD(self, cmd, host_bins_path, local_instance_id, argument 272 def _LaunchCvd(cmd, local_instance_id, timeout=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterDeviceMonitor.java | 211 final String cmd = entry.getValue(); in tokenizeCommands() local 225 final String[] cmd = entry.getValue(); in getAdditionalHostInfo() local
|
/tools/acloud/setup/ |
D | setup_common.py | 35 def CheckCmdOutput(cmd, print_cmd=True, **kwargs): argument
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | main.cpp | 63 void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd()
|
/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
|