/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | ShardHelperTest.java | 131 mConfig.setCommandLine(new String[] {"empty"}); in testSplitWithShardCount() 159 mConfig.setCommandLine(new String[] {"empty"}); in testSplit_noShardCount() 189 mConfig.setCommandLine(new String[] {"empty"}); in testSplitWithShardCount_notEnoughTest() 233 mConfig.setCommandLine(new String[] {configFile.getAbsolutePath()}); in testCloneStatusChecker() 280 mConfig.setCommandLine(new String[] {configFile.getAbsolutePath()}); in testCloneMetricCollector() 355 mConfig.setCommandLine(new String[] {"host", "--class", "USE_KEYSTORE@test"}); in testClone_withKeystore() 390 mConfig.setCommandLine(new String[] {"empty"}); in testSplitWithTokens()
|
D | StrictShardHelperTest.java | 115 mConfig.setCommandLine(new String[] {configFile.getAbsolutePath()}); in testShardConfig_internal() 146 mConfig.setCommandLine(new String[] {"empty"}); in testShardConfig_internal_shardIndex() 172 mConfig.setCommandLine(new String[] {"empty"}); in testShardConfig_internal_shardIndex_notShardable_shard0() 203 mConfig.setCommandLine(new String[] {"empty"}); in testShardConfig_internal_shardIndex_notShardable_shard1() 279 mConfig.setCommandLine(new String[] {"empty"}); in testShard()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 899 mStubConfiguration.setCommandLine(commandLine); in testInvoke_testtag() 933 mStubConfiguration.setCommandLine(commandLine); in testInvoke_testtag_notset() 963 mStubConfiguration.setCommandLine(commandLine); in testInvoke_notesttag() 1002 mStubConfiguration.setCommandLine(commandLine); in testInvoke_buildProviderNeedTestTag() 1291 mStubConfiguration.setCommandLine(commandLine); in testInvoke_shardableTest_legacy() 1356 mStubConfiguration.setCommandLine(commandLine); in testInvoke_shardableTest_autoRetry()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
D | TradefedSandboxTest.java | 265 mMockConfig.setCommandLine(new String[] {"empty", "--arg", "1"}); in testSandboxOptions() 291 mMockConfig.setCommandLine(new String[] {"empty", "--arg", "1"}); in testSandboxOptions_exclusion()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationFactory.java | 530 config.setCommandLine(arrayArgs); in createConfigurationFromArgs() 568 config.setCommandLine(arrayArgs); in createPartialConfigurationFromArgs()
|
D | Configuration.java | 278 public void setCommandLine(String[] arrayArgs) { in setCommandLine() method in Configuration 723 clone.setCommandLine(this.mCommandLine); in clone()
|
D | IConfiguration.java | 564 public void setCommandLine(String[] arrayArgs); in setCommandLine() method
|
D | SandboxConfigurationFactory.java | 134 config.setCommandLine(args); in createConfigurationFromArgs()
|
/tools/tradefederation/core/src/com/android/tradefed/config/proxy/ |
D | TradefedDelegator.java | 76 public void setCommandLine(String[] command) { in setCommandLine() method in TradefedDelegator
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | BugreportItem.java | 90 public void setCommandLine(CommandLineItem commandLine) { in setCommandLine() method in BugreportItem
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestContext.java | 44 public void setCommandLine(String commandLine) { in setCommandLine() method in TestContext
|
D | ClusterLogSaver.java | 361 testContext.setCommandLine(mRetryCommandLine); in invocationEnded()
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | BugreportParser.java | 201 mBugreport.setCommandLine(mCommandLine); in commit()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterLogSaverTest.java | 255 expTextContext.setCommandLine(retryCommandLine); in testInvocationEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | DynamicRemoteFileResolverTest.java | 895 configuration.setCommandLine( in testMultiDevices_replicat()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 1243 delegator.setCommandLine(args); in createConfiguration()
|