Home
last modified time | relevance | path

Searched refs:FAST_INIT_MODE (Results 1 – 18 of 18) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DDelegateBindingExpressionTest.java21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
150 FAST_INIT_MODE, in toDoubleCheck()
229 FAST_INIT_MODE, in toSingleCheck()
305 FAST_INIT_MODE, in toUnscoped()
421 FAST_INIT_MODE, in castNeeded_rawTypes_Provider_get()
526 FAST_INIT_MODE, in noCast_rawTypes_Provider_get_toInaccessibleType()
617 FAST_INIT_MODE, in castedToRawType()
717 FAST_INIT_MODE, in doubleBinds()
819 FAST_INIT_MODE, in inlineFactoryOfInacessibleType()
921 FAST_INIT_MODE, in providerWhenBindsScopeGreaterThanDependencyScope()
DMapBindingExpressionWithGuavaTest.java21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
133 FAST_INIT_MODE, in mapBindings()
197 FAST_INIT_MODE, // in mapBindings()
219 FAST_INIT_MODE, in mapBindings()
233 FAST_INIT_MODE, in mapBindings()
290 FAST_INIT_MODE, in mapBindings()
300 FAST_INIT_MODE, in mapBindings()
DMapBindingExpressionTest.java21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
98 FAST_INIT_MODE, in mapBindings()
162 FAST_INIT_MODE, in mapBindings()
185 FAST_INIT_MODE, in mapBindings()
192 FAST_INIT_MODE, in mapBindings()
DOptionalBindingRequestFulfillmentTest.java21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
116 FAST_INIT_MODE, in inlinedOptionalBindings()
141 FAST_INIT_MODE, // in inlinedOptionalBindings()
157 FAST_INIT_MODE, in inlinedOptionalBindings()
DAssistedFactoryTest.java21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
101 FAST_INIT_MODE, in testAssistedFactory()
197 FAST_INIT_MODE, in testAssistedFactoryCycle()
DComponentProcessorTest.java22 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
188 FAST_INIT_MODE, in simpleComponent()
212 FAST_INIT_MODE, in simpleComponent()
223 FAST_INIT_MODE, // in simpleComponent()
241 FAST_INIT_MODE, in simpleComponent()
304 FAST_INIT_MODE, in componentWithScope()
321 FAST_INIT_MODE, in componentWithScope()
346 FAST_INIT_MODE, in componentWithScope()
354 FAST_INIT_MODE, // in componentWithScope()
367 FAST_INIT_MODE, in componentWithScope()
[all …]
DCompilerMode.java25 FAST_INIT_MODE("-Adagger.fastInit=enabled"), enumConstant
32 new Object[][] {{CompilerMode.DEFAULT_MODE}, {CompilerMode.FAST_INIT_MODE}});
DSubcomponentValidationTest.java21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
474 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
495 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
519 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
546 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
560 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
DMapBindingComponentProcessorTest.java126 case FAST_INIT_MODE: in mapBindingsWithEnumKey()
533 case FAST_INIT_MODE: in mapBindingsWithStringKey()
733 case FAST_INIT_MODE: in mapBindingsWithWrappedKey()
946 case FAST_INIT_MODE: in mapBindingsWithNonProviderValue()
DSubcomponentCreatorRequestFulfillmentTest.java23 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
48 immutableEnumSet(DEFAULT_MODE, FAST_INIT_MODE), in parameters()
DElidedFactoriesTest.java176 case FAST_INIT_MODE: in simpleComponent_injectsProviderOf_dependsOnScoped()
370 case FAST_INIT_MODE: in scopedBinding_onlyUsedInSubcomponent()
DProductionComponentProcessorTest.java231 case FAST_INIT_MODE: in simpleComponent()
662 CompilerMode.FAST_INIT_MODE, // in productionScope_injectConstructor()
DComponentCreatorTest.java22 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
61 new Object[]{FAST_INIT_MODE, COMPONENT_BUILDER, JAVAC}, in parameters()
62 new Object[]{FAST_INIT_MODE, COMPONENT_FACTORY, JAVAC}); in parameters()
DMembersInjectionTest.java24 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
1551 FAST_INIT_MODE, in accessibleRawType_ofInaccessibleType()
1591 FAST_INIT_MODE, in accessibleRawType_ofInaccessibleType()
DComponentShardTest.java278 .addAll(CompilerMode.FAST_INIT_MODE.javacopts()) in compilerWithAndroidMode()
DComponentRequirementFieldTest.java354 case FAST_INIT_MODE: in componentRequirementNeededInFactoryCreationOfSubcomponent()
DSwitchingProviderTest.java598 .withOptions(CompilerMode.FAST_INIT_MODE.javacopts()); in compilerWithAndroidMode()
DAssistedFactoryErrorsTest.java797 if (compilerMode == CompilerMode.FAST_INIT_MODE) { in testInaccessibleFoo()