Home
last modified time | relevance | path

Searched refs:getCommandLine (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationMultiTest.java156 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_oneMiss()
215 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_oneThrow()
293 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_cleanUpThrow()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java455 if (config.getCommandLine() != null) { in updateInvocationContext()
458 TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateInvocationContext()
488 if (config.getCommandLine() != null) { in updateBuild()
490 info.addBuildAttribute(TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateBuild()
DTestInvocation.java634 String cmdLineArgs = config.getCommandLine(); in invoke()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java143 QuotationAwareTokenizer.tokenizeLine(config.getCommandLine())); in prepareEnvironment()
236 String[] args = QuotationAwareTokenizer.tokenizeLine(config.getCommandLine()); in prepareConfiguration()
/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java83 public CommandLineItem getCommandLine() { in getCommandLine() method in BugreportItem
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java178 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1"); in testPrepareEnvironment_noTfDirJar()
190 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1").times(2); in setPrepareConfigurationExpectations()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java516 public String getCommandLine(); in getCommandLine() method
DConfiguration.java268 public String getCommandLine() { in getCommandLine() method in Configuration
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java108 EasyMock.expect(mSlowConfig.getCommandLine()).andStubReturn(""); in setUp()
112 EasyMock.expect(mFastConfig.getCommandLine()).andStubReturn(""); in setUp()
DCommandSchedulerTest.java553 EasyMock.expect(rescheduledConfig.getCommandLine()).andStubReturn(""); in testRun_rescheduled()
739 EasyMock.expect(mMockConfiguration.getCommandLine()).andStubReturn(""); in setCreateConfigExpectations()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java182 oriConfig.getCommandLine()), in cloneConfigObject()