Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 18 of 18) sorted by relevance

/tools/asuite/experiments/a/tools/
Dupdate_utils.py20 def combine_build_commands(commands): argument
34 def combine_update_commands(commands): argument
49 def remove_duplicates_maintain_order(commands): argument
60 def remove_commands_that_starts_with(commands, cmd_to_remove): argument
/tools/asuite/adevice/src/
Dlib.rs6 pub mod commands; module
Dmain.rs4 mod commands; module
Dcommands.rs81 let mut commands = Commands { upserts: HashMap::new(), deletes: HashMap::new() }; in compose() localVariable
Dadevice.rs194 let commands = &get_update_commands( in adevice() localVariable
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostCommandTargetPreparer.java252 private void runCommandList(final List<String> commands, ITestDevice device) in runCommandList()
323 private void replaceSerialNumber(final List<String> commands, ITestDevice device) { in replaceSerialNumber()
339 private void replaceExtraFile(final List<String> commands, IBuildInfo buildInfo) { in replaceExtraFile()
DSystemUpdaterDeviceFlasher.java105 String commands = in installUpdate() local
DFastbootCommandPreparer.java133 private void replaceExtraFile(final List<String> commands, IBuildInfo buildInfo) { in replaceExtraFile()
/tools/security/fuzzing/orphans/hashlink/
Dhashlink_lrucache_fuzzer.rs32 commands: Vec<LruCacheMethods>, field
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java76 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/
DClusterCommandScheduler.java533 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/
Dtox.ini14 commands = key
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dinvocation_policy.proto52 repeated string commands = 2; field
/tools/security/fuzzing/orphans/smallvec/
Dsmallvec_fuzzer.rs36 commands: Vec<Command>, field
/tools/treble/build/treble_build/report/
Dreport_test.go30 commands map[string]*app.BuildCommand member
/tools/tradefederation/core/avd_util/com/android/tradefed/util/avd/
DHostOrchestratorUtil.java399 String... commands) { in curlCommandExecution()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1236 private void runCommands(ITestDevice device, List<String> commands) in runCommands()
1470 public static void setCommandForBinaryState(BinaryState state, List<String> commands, in setCommandForBinaryState()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1645 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local