Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 26) sorted by relevance

12

/tools/treble/build/sandbox/
Dnsjail_test.py30 commands = nsjail.run(
38 commands,
51 commands = nsjail.run(
87 commands = nsjail.run(
96 commands,
109 commands = nsjail.run(
118 commands,
130 commands = nsjail.run(
139 commands,
151 commands = nsjail.run(
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java66 List<CommandLine> commands = testCommandFile(listener, mCmdfile); in run() local
67 if (commands != null) { in run()
68 testCommandLines(listener, commands); in run()
138 private void testCommandLines(ITestInvocationListener listener, List<CommandLine> commands) { in testCommandLines() argument
140 commands.size()); in testCommandLines()
141 for (int i = 0; i < commands.size(); ++i) { in testCommandLines()
147 String[] args = commands.get(i).asArray(); in testCommandLines()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DInstrumentationResultProtoParser.java19 import com.android.commands.am.InstrumentationData.ResultsBundle;
20 import com.android.commands.am.InstrumentationData.ResultsBundleEntry;
21 import com.android.commands.am.InstrumentationData.Session;
22 import com.android.commands.am.InstrumentationData.SessionStatus;
23 import com.android.commands.am.InstrumentationData.TestStatus;
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostCommandTargetPreparer.java195 private void runCommandList(final List<String> commands, ITestDevice device) in runCommandList() argument
197 for (final String command : commands) { in runCommandList()
255 private void replaceSerialNumber(final List<String> commands, ITestDevice device) { in replaceSerialNumber() argument
256 for (int i = 0; i < commands.size(); i++) { in replaceSerialNumber()
258 commands.get(i).replace(DEVICE_SERIAL_PLACEHOLDER, device.getSerialNumber()); in replaceSerialNumber()
259 commands.set(i, command); in replaceSerialNumber()
DSystemUpdaterDeviceFlasher.java105 String commands = in installUpdate() local
110 device.executeShellCommand(commands); in installUpdate()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java449 List<ClusterCommand> commands = null; in processReadyCommands() local
459 commands = fetchHostCommands(devices); in processReadyCommands()
460 if (commands.isEmpty()) { in processReadyCommands()
464 execCommands(commands); in processReadyCommands()
563 List<ClusterCommand> commands = in fetchHostCommands() local
571 return commands; in fetchHostCommands()
583 void execCommands(final List<ClusterCommand> commands) { in execCommands() argument
584 for (final ClusterCommand commandTask : commands) { in execCommands()
/tools/carrier_settings/
DREADME13 The commands above build the tool from source code and run them.
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py29 from acts.controllers.utils_lib.commands import ip
30 from acts.controllers.utils_lib.commands import route
31 from acts.controllers.utils_lib.commands import shell
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS356 Note: Before PTS asks you to reconnect via gatt, perform next two commands quickly
529 Note: Run these commands before executing the testcase on PTS Side
537 Note: Run these commands before executing the testcase on PTS Side
548 Note: Run the first 4 commands before executing the testcase on PTS Side
562 Note: Run the first 4 commands before executing the testcase on PTS Side
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/proto/
Dinstrumentation_data.proto20 option java_package = "com.android.commands.am";
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java872 private void runCommands(ITestDevice device, List<String> commands) in runCommands() argument
879 for (String command : commands) { in runCommands()
1017 public static void setCommandForBinaryState(BinaryState state, List<String> commands, in setCommandForBinaryState() argument
1022 commands.add(onCommand); in setCommandForBinaryState()
1027 commands.add(offCommand); in setCommandForBinaryState()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ddmlib/
DInstrumentationResultProtoParserTest.java21 import com.android.commands.am.InstrumentationData.ResultsBundle;
22 import com.android.commands.am.InstrumentationData.ResultsBundleEntry;
23 import com.android.commands.am.InstrumentationData.Session;
24 import com.android.commands.am.InstrumentationData.SessionStatus;
25 import com.android.commands.am.InstrumentationData.SessionStatusCode;
26 import com.android.commands.am.InstrumentationData.TestStatus;
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py71 commands = ["pm grant com.android.chrome "
79 for cmd in commands:
/tools/trebuchet/
DREADME.md3 …d analyzing Android trace files generated by the `atrace` or `systrace` commands. This is not an …
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd.py22 from acts.controllers.utils_lib.commands import shell
Dradvd.py20 from acts.controllers.utils_lib.commands import shell
Ddhcp_server.py18 from acts.controllers.utils_lib.commands import shell
/tools/test/connectivity/acts/tests/google/wifi/rtt/
DREADME.md40 The test configuration, the `<config>` in the commands above, is stored in
/tools/test/connectivity/acts/tests/google/wifi/aware/
DREADME.md39 The test configurations, the `<config>` in the commands above, are stored in
/tools/acloud/
DREADME.md34 Acloud commands take the following form:
38 Available commands:
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java409 final List<ClusterCommand> commands = mScheduler.fetchHostCommands(deviceMap);
425 assertEquals("commands size mismatch", 1, commands.size());
426 ClusterCommand command = commands.get(0);
470 final List<ClusterCommand> commands = mScheduler.fetchHostCommands(deviceMap);
471 assertEquals(1, commands.size());
472 ClusterCommand command = commands.get(0);
/tools/test/connectivity/acts/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS20 unique ID is properly set by running these commands:
/tools/test/connectivity/acts/
DREADME.md61 USB debugging must be enabled before a device can take commands from adb.
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java1364 private void doCommandsExpectations(String... commands) in doCommandsExpectations() argument
1366 for (String command : commands) { in doCommandsExpectations()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1295 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local
1301 for (CommandLine command : commands) { in internalAddCommandFile()

12