Home
last modified time | relevance | path

Searched refs:setCommandLine (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java131 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()
DStrictShardHelperTest.java115 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/
DTestInvocationTest.java899 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/
DTradefedSandboxTest.java265 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/
DConfigurationFactory.java530 config.setCommandLine(arrayArgs); in createConfigurationFromArgs()
568 config.setCommandLine(arrayArgs); in createPartialConfigurationFromArgs()
DConfiguration.java278 public void setCommandLine(String[] arrayArgs) { in setCommandLine() method in Configuration
723 clone.setCommandLine(this.mCommandLine); in clone()
DIConfiguration.java564 public void setCommandLine(String[] arrayArgs); in setCommandLine() method
DSandboxConfigurationFactory.java134 config.setCommandLine(args); in createConfigurationFromArgs()
/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DTradefedDelegator.java76 public void setCommandLine(String[] command) { in setCommandLine() method in TradefedDelegator
/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java90 public void setCommandLine(CommandLineItem commandLine) { in setCommandLine() method in BugreportItem
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestContext.java44 public void setCommandLine(String commandLine) { in setCommandLine() method in TestContext
DClusterLogSaver.java361 testContext.setCommandLine(mRetryCommandLine); in invocationEnded()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java201 mBugreport.setCommandLine(mCommandLine); in commit()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterLogSaverTest.java255 expTextContext.setCommandLine(retryCommandLine); in testInvocationEnded()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DDynamicRemoteFileResolverTest.java895 configuration.setCommandLine( in testMultiDevices_replicat()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1243 delegator.setCommandLine(args); in createConfiguration()