Home
last modified time | relevance | path

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

/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.rs195 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()
338 private void replaceExtraFile(final List<String> commands, IBuildInfo buildInfo) { in replaceExtraFile()
DSystemUpdaterDeviceFlasher.java105 String commands = in installUpdate() local
/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/tradefederation/core/src/com/android/tradefed/device/cloud/
DHostOrchestratorUtil.java220 String hostName, String portNumber, String method, String api, String... commands) { in curlCommandExecution()
/tools/treble/build/treble_build/report/
Dreport_test.go30 commands map[string]*app.BuildCommand member
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1182 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/
DCommandScheduler.java1636 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local