Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/observatory/
DTestDiscoveryInvokerTest.java111 String commandLine = in testSuccessTestDependencyDiscovery() local
190 String commandLine = in testFailTestDependencyDiscovery() local
238 String commandLine = in testTestDependencyDiscovery_NoConfigNameInArgs() local
329 String commandLine = in testTestMappingDependencyDiscovery() 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/javatests/com/android/tradefed/sandbox/
DSandboxConfigDumpTest.java62 String[] commandLine = in testParseCommandLine() local
81 String[] commandLine = in testParseCommandLine_filtered() local
102 String[] commandLine = in testParseCommandLine_run() local
/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DTradefedDelegator.java103 String[] commandLine = clearCommandlineFromOneArg(originalCommand, DELETEGATED_OPTION_NAME); in clearCommandline() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestContext.java44 public void setCommandLine(String commandLine) { in setCommandLine()
DSubprocessReportingHelper.java59 String commandLine, String classpath, File workDir, String port) { in SubprocessReportingHelper()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationCacheHelper.java209 private static List<String> getCommonCommandLine(String commandLine) { in getCommonCommandLine()
DDelegatedInvocationExecution.java145 List<String> commandLine = new ArrayList<>(); in runTests() local
DTestInvocation.java2010 public static IBuildInfo backFillBuildInfoForReporting(String commandLine) { in backFillBuildInfoForReporting()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceCollector.java232 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/testtype/suite/retry/
DRetryRescheduler.java133 String commandLine = previousLoader.getCommandLine(); in run() local
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java340 private void stubNShardInvocation(int numShard, String commandLine) throws Exception { in stubNShardInvocation()
351 private void verifyNShardInvocation(int numShard, String commandLine) throws Exception { in verifyNShardInvocation()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java465 String commandLine = config.getCommandLine(); in prepareConfiguration() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java289 List<String> commandLine = new ArrayList<>(); in runSinglePythonFile() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java717 List<String> commandLine = new ArrayList<>(); in buildCommandLineArray() local