Home
last modified time | relevance | path

Searched defs:commandLine (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxConfigDumpTest.java56 String[] commandLine = in testParseCommandLine() local
75 String[] commandLine = in testParseCommandLine_filtered() local
96 String[] commandLine = in testParseCommandLine_run() local
/tools/asuite/asuite_plugin/src/test/unittests/
DCommandRunnerTest.java46 GeneralCommandLine commandLine = (GeneralCommandLine) field.get(lsCommand); in testCommandRunnerByLs() local
57 GeneralCommandLine commandLine = (GeneralCommandLine) field.get(lsCommand); in testCommandRunnerByTarget() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java161 List<String> commandLine = new ArrayList<>(); in countTests() local
187 List<String> commandLine = new ArrayList<>(); in runTestWithFilter() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java898 String[] commandLine = {"run", "empty"}; in testInvoke_testtag() local
932 String[] commandLine = {"run", "empty"}; in testInvoke_testtag_notset() local
962 String[] commandLine = {"run", "empty"}; in testInvoke_notesttag() local
1001 String[] commandLine = {"run", "empty"}; in testInvoke_buildProviderNeedTestTag() local
1281 String[] commandLine = {"empty", "--test-tag", "t"}; in testInvoke_shardableTest_legacy() local
1346 String[] commandLine = {"empty", "--test-tag", "t"}; in testInvoke_shardableTest_autoRetry() local
1532 private void setupNShardInvocation(int numShard, String commandLine) throws Exception { in setupNShardInvocation()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestContext.java44 public void setCommandLine(String commandLine) { in setCommandLine()
DSubprocessReportingHelper.java58 String commandLine, String classpath, File workDir, String port) { in SubprocessReportingHelper()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceCollector.java200 List<String> commandLine = new ArrayList<String>(); in postProcess() local
/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java90 public void setCommandLine(CommandLineItem commandLine) { in setCommandLine()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DDelegatedInvocationExecution.java115 List<String> commandLine = new ArrayList<>(); in runTests() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java140 String commandLine = previousLoader.getCommandLine(); in run() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java349 List<String> commandLine = new ArrayList<>(); in buildCommandLineArray() local
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java348 String commandLine = config.getCommandLine(); in prepareConfiguration() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java242 List<String> commandLine = new ArrayList<>(); in runSinglePythonFile() local