Home
last modified time | relevance | path

Searched refs:ENABLE_OPTION (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDex2oatPressureRuleTest.java100 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testInvokesCompilation()
112 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testInvokesCompilationCyclically()
130 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testSchedulesCompilationUntilTestEnds()
156 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testNoAdditionalCompilationIsTriggeredAfterTestFinishes()
189 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testFailedCompilationDoesNotBlockOtherCompilations()
202 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testWaitsUntilDex2oatIsRunningBeforeTest()
224 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testCancelsAndThrowsIfDex2oatIsNotRunningAfterTimeout()
244 Dex2oatPressureRule.ENABLE_OPTION, in testValidCompilationFilters()
261 Dex2oatPressureRule.ENABLE_OPTION, in testInvalidCompilationFilterThrows()
275 Dex2oatPressureRule.ENABLE_OPTION, String.valueOf(true)); in testInvalidPackageThrows()
[all …]
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDex2oatPressureRule.java55 public static final String ENABLE_OPTION = "dex2oat-stressor-enable"; field in Dex2oatPressureRule
71 mEnabled = Boolean.valueOf(getArguments().getString(ENABLE_OPTION, String.valueOf(false))); in starting()