Home
last modified time | relevance | path

Searched refs:setter (Results 1 – 14 of 14) sorted by relevance

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTestTest.java106 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_primaryAbiOnly() local
107 setter.setOptionValue(CompatibilityTest.PRIMARY_ABI_RUN, "true"); in testGetAbis_primaryAbiOnly()
126 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_primaryAbiOnly_NotSupported() local
127 setter.setOptionValue(CompatibilityTest.PRIMARY_ABI_RUN, "true"); in testGetAbis_primaryAbiOnly_NotSupported()
146 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_skipCtsArchCheck() local
147 setter.setOptionValue(CompatibilityTest.SKIP_HOST_ARCH_CHECK, "true"); in testGetAbis_skipCtsArchCheck()
167 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_skipCtsArchCheck_abiSpecified() local
168 setter.setOptionValue(CompatibilityTest.SKIP_HOST_ARCH_CHECK, "true"); in testGetAbis_skipCtsArchCheck_abiSpecified()
169 setter.setOptionValue(CompatibilityTest.ABI_OPTION, "x86"); in testGetAbis_skipCtsArchCheck_abiSpecified()
185 OptionSetter setter = new OptionSetter(mTest); in testSplit() local
[all …]
DJarHostTestTest.java134 OptionSetter setter = new OptionSetter(mTest);
135 setter.setOptionValue("class", "com.android.compatibility.common.tradefed.testtype."
137 setter.setOptionValue("class", "com.android.compatibility.common.tradefed.testtype."
151 OptionSetter setter = new OptionSetter(mTest);
152 setter.setOptionValue("jar", testJar.getName());
172 OptionSetter setter = new OptionSetter(mTest);
173 setter.setOptionValue("jar", testJar.getName());
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuiteTest.java102 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_primaryAbiOnly() local
103 setter.setOptionValue(CompatibilityTest.PRIMARY_ABI_RUN, "true"); in testGetAbis_primaryAbiOnly()
123 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_primaryAbiOnly_NotSupported() local
124 setter.setOptionValue(CompatibilityTest.PRIMARY_ABI_RUN, "true"); in testGetAbis_primaryAbiOnly_NotSupported()
144 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_skipCtsArchCheck() local
145 setter.setOptionValue(CompatibilityTest.SKIP_HOST_ARCH_CHECK, "true"); in testGetAbis_skipCtsArchCheck()
166 OptionSetter setter = new OptionSetter(mTest); in testGetAbis_skipCtsArchCheck_abiSpecified() local
167 setter.setOptionValue(CompatibilityTest.SKIP_HOST_ARCH_CHECK, "true"); in testGetAbis_skipCtsArchCheck_abiSpecified()
168 setter.setOptionValue(CompatibilityTest.ABI_OPTION, "x86"); in testGetAbis_skipCtsArchCheck_abiSpecified()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java70 OptionSetter setter = new OptionSetter(provider); in setUp() local
71 setter.setOptionValue("plan", SUITE_PLAN); in setUp()
72 setter.setOptionValue("dynamic-config-url", DYNAMIC_CONFIG_URL); in setUp()
109 OptionSetter setter = new OptionSetter(provider); in testProperty() local
110 setter.setOptionValue("plan", SUITE_PLAN); in testProperty()
111 setter.setOptionValue("dynamic-config-url", DYNAMIC_CONFIG_URL); in testProperty()
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java62 OptionSetter setter = new OptionSetter(provider); in testSuiteInfoLoad() local
63 setter.setOptionValue("plan", SUITE_PLAN); in testSuiteInfoLoad()
64 setter.setOptionValue("dynamic-config-url", DYNAMIC_CONFIG_URL); in testSuiteInfoLoad()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java90 OptionSetter setter = new OptionSetter(mFactory); in testRetry_receiveOption() local
91 setter.setOptionValue("retry", "10599"); in testRetry_receiveOption()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java151 OptionSetter setter = new OptionSetter(test); in run() local
152 setter.setOptionValue("compatibility:test-arg", in run()
154 setter.setOptionValue("compatibility:test-arg", in run()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java51 OptionSetter setter = new OptionSetter(mReporter); in setUp() local
52 setter.setOptionValue("quiet-output", "true"); in setUp()
DChecksumReporterTest.java85 OptionSetter setter = new OptionSetter(provider); in setUp() local
86 setter.setOptionValue("plan", SUITE_PLAN); in setUp()
87 setter.setOptionValue("dynamic-config-url", ""); in setUp()
DMetadataReporterTest.java67 OptionSetter setter = new OptionSetter(mReporter); in setUp() local
68 setter.setOptionValue("min-test-duration", MIN_TEST_DURATION); in setUp()
DResultReporterTest.java108 OptionSetter setter = new OptionSetter(provider); in setUp() local
109 setter.setOptionValue("plan", SUITE_PLAN); in setUp()
110 setter.setOptionValue("dynamic-config-url", DYNAMIC_CONFIG_URL); in setUp()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java71 OptionSetter setter = new OptionSetter(this); in setOption() local
72 setter.setOptionValue(option, value); in setOption()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DIntegrationTest.java404 OptionSetter setter = new OptionSetter(mTest, mReporter); in testSingleModuleRun_incomplete_rerun_incomplete() local
405 setter.setOptionValue("retry", "0"); in testSingleModuleRun_incomplete_rerun_incomplete()
478 OptionSetter setter = new OptionSetter(mTest, mReporter); in testSingleModuleRun_incomplete_rerun_complete() local
479 setter.setOptionValue("retry", "0"); in testSingleModuleRun_incomplete_rerun_complete()
568 OptionSetter setter = new OptionSetter(mTest); in testSingleModuleRun_sharded() local
569 setter.setOptionValue("shards", "2"); in testSingleModuleRun_sharded()
618 OptionSetter setter = new OptionSetter(mTest); in testSingleModuleRun_sharded_incomplete() local
619 setter.setOptionValue("shards", "2"); in testSingleModuleRun_sharded_incomplete()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleDef.java313 OptionSetter setter = new OptionSetter(target); in setOption() local
314 setter.setOptionValue(option, value); in setOption()