Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java119 mConfig.setCommandLine(new String[] {"empty"}); in testSplitWithShardCount()
147 mConfig.setCommandLine(new String[] {"empty"}); in testSplit_noShardCount()
177 mConfig.setCommandLine(new String[] {"empty"}); in testSplitWithShardCount_notEnoughTest()
221 mConfig.setCommandLine(new String[] {configFile.getAbsolutePath()}); in testCloneStatusChecker()
268 mConfig.setCommandLine(new String[] {configFile.getAbsolutePath()}); in testCloneMetricCollector()
337 mConfig.setCommandLine(new String[] {"host", "--class", "USE_KEYSTORE@test"}); in testClone_withKeystore()
397 mConfig.setCommandLine(new String[] {"host", "--class", "USE_KEYSTORE@test"}); in testClone_withKeystore_loadingFails()
/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/config/
DSandboxConfigurationFactory.java90 config.setCommandLine(args); in createConfigurationFromArgs()
DIConfiguration.java509 public void setCommandLine(String[] arrayArgs); in setCommandLine() method
DConfigurationFactory.java494 config.setCommandLine(arrayArgs); in createConfigurationFromArgs()
DConfiguration.java260 public void setCommandLine(String[] arrayArgs) { in setCommandLine() method in Configuration
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java202 mMockConfig.setCommandLine(new String[] {"empty", "--arg", "1"}); in testSandboxOptions()
228 mMockConfig.setCommandLine(new String[] {"empty", "--arg", "1"}); in testSandboxOptions_exclusion()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java886 mStubConfiguration.setCommandLine(commandLine); in testInvoke_strictShardableTest_withShardIndex()
917 mStubConfiguration.setCommandLine(commandLine); in testInvoke_nonStrictShardableTest_withShardIndexZero()
979 mStubConfiguration.setCommandLine(commandLine); in testInvoke_nonStrictShardableTest_withShardIndexNonZero()
1002 mStubConfiguration.setCommandLine(commandLine); in testInvoke_testtag()
1035 mStubConfiguration.setCommandLine(commandLine); in testInvoke_testtag_notset()
1063 mStubConfiguration.setCommandLine(commandLine); in testInvoke_notesttag()
1100 mStubConfiguration.setCommandLine(commandLine); in testInvoke_buildProviderNeedTestTag()
1328 mStubConfiguration.setCommandLine(commandLine); in testInvoke_shardableTest_legacy()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java201 mBugreport.setCommandLine(mCommandLine); in commit()