/tools/asuite/adevice/src/ |
D | lib.rs | 6 pub mod commands; module
|
D | main.rs | 4 mod commands; module
|
D | commands.rs | 81 let mut commands = Commands { upserts: HashMap::new(), deletes: HashMap::new() }; in compose() localVariable
|
D | adevice.rs | 195 let commands = &get_update_commands( in adevice() localVariable
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | RunHostCommandTargetPreparer.java | 252 private void runCommandList(final List<String> commands, ITestDevice device) in runCommandList() 323 private void replaceSerialNumber(final List<String> commands, ITestDevice device) { in replaceSerialNumber() 338 private void replaceExtraFile(final List<String> commands, IBuildInfo buildInfo) { in replaceExtraFile()
|
D | SystemUpdaterDeviceFlasher.java | 105 String commands = in installUpdate() local
|
/tools/security/fuzzing/orphans/hashlink/ |
D | hashlink_lrucache_fuzzer.rs | 32 commands: Vec<LruCacheMethods>, field
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | NoisyDryRunTest.java | 76 List<CommandLine> commands = testCommandFile(listener, mCmdfile); in run() local 148 private void testCommandLines(ITestInvocationListener listener, List<CommandLine> commands) { in testCommandLines()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandScheduler.java | 533 List<ClusterCommand> commands = null; in processReadyCommands() local 679 List<ClusterCommand> commands = in fetchHostCommands() local 699 void execCommands(final List<ClusterCommand> commands) { in execCommands() 903 private synchronized void unleaseCommands(final List<ClusterCommand> commands) { in unleaseCommands()
|
/tools/netsim/testing/netsim-grpc/ |
D | tox.ini | 14 commands = key
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | invocation_policy.proto | 52 repeated string commands = 2; field
|
/tools/security/fuzzing/orphans/smallvec/ |
D | smallvec_fuzzer.rs | 36 commands: Vec<Command>, field
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | HostOrchestratorUtil.java | 220 String hostName, String portNumber, String method, String api, String... commands) { in curlCommandExecution()
|
/tools/treble/build/treble_build/report/ |
D | report_test.go | 30 commands map[string]*app.BuildCommand member
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 1182 private void runCommands(ITestDevice device, List<String> commands) in runCommands() 1375 public static void setCommandForBinaryState(BinaryState state, List<String> commands, in setCommandForBinaryState()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 1636 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local
|