/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
D | SandboxConfigDumpTest.java | 56 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/ |
D | CommandRunnerTest.java | 46 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/ |
D | RustBinaryHostTest.java | 161 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/ |
D | TestInvocationTest.java | 898 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/ |
D | TestContext.java | 44 public void setCommandLine(String commandLine) { in setCommandLine()
|
D | SubprocessReportingHelper.java | 58 String commandLine, String classpath, File workDir, String port) { in SubprocessReportingHelper()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | AtraceCollector.java | 200 List<String> commandLine = new ArrayList<String>(); in postProcess() local
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | BugreportItem.java | 90 public void setCommandLine(CommandLineItem commandLine) { in setCommandLine()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | DelegatedInvocationExecution.java | 115 List<String> commandLine = new ArrayList<>(); in runTests() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/ |
D | RetryRescheduler.java | 140 String commandLine = previousLoader.getCommandLine(); in run() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/ |
D | MoblyBinaryHostTest.java | 349 List<String> commandLine = new ArrayList<>(); in buildCommandLineArray() local
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | TradefedSandbox.java | 348 String commandLine = config.getCommandLine(); in prepareConfiguration() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 242 List<String> commandLine = new ArrayList<>(); in runSinglePythonFile() local
|