/tools/treble/build/sandbox/ |
D | nsjail_test.py | 30 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/ |
D | NoisyDryRunTest.java | 66 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/ |
D | InstrumentationResultProtoParser.java | 19 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/ |
D | RunHostCommandTargetPreparer.java | 195 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()
|
D | SystemUpdaterDeviceFlasher.java | 105 String commands = in installUpdate() local 110 device.executeShellCommand(commands); in installUpdate()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandScheduler.java | 449 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/ |
D | README | 13 The commands above build the tool from source code and run them.
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | access_point.py | 29 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/ |
D | GAP_PTS_INSTRUCTIONS | 356 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/ |
D | instrumentation_data.proto | 20 option java_package = "com.android.commands.am";
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 872 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/ |
D | InstrumentationResultProtoParserTest.java | 21 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/ |
D | net_test_utils.py | 71 commands = ["pm grant com.android.chrome " 79 for cmd in commands:
|
/tools/trebuchet/ |
D | README.md | 3 …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/ |
D | hostapd.py | 22 from acts.controllers.utils_lib.commands import shell
|
D | radvd.py | 20 from acts.controllers.utils_lib.commands import shell
|
D | dhcp_server.py | 18 from acts.controllers.utils_lib.commands import shell
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/ |
D | README.md | 40 The test configuration, the `<config>` in the commands above, is stored in
|
/tools/test/connectivity/acts/tests/google/wifi/aware/ |
D | README.md | 39 The test configurations, the `<config>` in the commands above, are stored in
|
/tools/acloud/ |
D | README.md | 34 Acloud commands take the following form: 38 Available commands:
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 409 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/ |
D | GATT_PTS_INSTRUCTIONS | 20 unique ID is properly set by running these commands:
|
/tools/test/connectivity/acts/ |
D | README.md | 61 USB debugging must be enabled before a device can take commands from adb.
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | DeviceSetupTest.java | 1364 private void doCommandsExpectations(String... commands) in doCommandsExpectations() argument 1366 for (String command : commands) { in doCommandsExpectations()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 1295 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local 1301 for (CommandLine command : commands) { in internalAddCommandFile()
|