/external/dagger2/javatests/dagger/internal/codegen/ |
D | MapRequestRepresentationWithGuavaTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 132 FAST_INIT_MODE, in mapBindings() 162 FAST_INIT_MODE, in mapBindings() 175 FAST_INIT_MODE, in mapBindings() 190 FAST_INIT_MODE, in mapBindings() 208 FAST_INIT_MODE, in mapBindings() 224 FAST_INIT_MODE, in mapBindings() 252 FAST_INIT_MODE, in mapBindings() 278 FAST_INIT_MODE, in mapBindings() 291 FAST_INIT_MODE, in mapBindings()
|
D | DelegateRequestRepresentationTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 149 FAST_INIT_MODE, in toDoubleCheck() 178 FAST_INIT_MODE, in toDoubleCheck() 228 FAST_INIT_MODE, in toSingleCheck() 299 FAST_INIT_MODE, in toUnscoped() 381 FAST_INIT_MODE, in castNeeded_rawTypes_Provider_get() 551 FAST_INIT_MODE, in castedToRawType() 645 FAST_INIT_MODE, in doubleBinds() 741 FAST_INIT_MODE, in inlineFactoryOfInacessibleType() 828 FAST_INIT_MODE, in providerWhenBindsScopeGreaterThanDependencyScope() [all …]
|
D | MapRequestRepresentationTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 95 FAST_INIT_MODE, in mapBindings() 127 FAST_INIT_MODE, in mapBindings() 140 .addLinesIn(FAST_INIT_MODE, " 0, provideIntProvider;") in mapBindings() 154 FAST_INIT_MODE, in mapBindings() 175 FAST_INIT_MODE, in mapBindings() 182 FAST_INIT_MODE, in mapBindings()
|
D | MapBindingComponentProcessorTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 172 FAST_INIT_MODE, in mapBindingsWithEnumKey() 189 FAST_INIT_MODE, in mapBindingsWithEnumKey() 535 FAST_INIT_MODE, in mapBindingsWithStringKey() 553 FAST_INIT_MODE, in mapBindingsWithStringKey() 696 FAST_INIT_MODE, in mapBindingsWithWrappedKey() 713 FAST_INIT_MODE, in mapBindingsWithWrappedKey() 856 FAST_INIT_MODE, in mapBindingsWithNonProviderValue() 871 FAST_INIT_MODE, in mapBindingsWithNonProviderValue()
|
D | OptionalBindingRequestFulfillmentTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 113 FAST_INIT_MODE, in inlinedOptionalBindings() 127 FAST_INIT_MODE, in inlinedOptionalBindings() 140 FAST_INIT_MODE, in inlinedOptionalBindings() 157 FAST_INIT_MODE, in inlinedOptionalBindings()
|
D | AssistedFactoryTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 100 FAST_INIT_MODE, in testAssistedFactory() 216 FAST_INIT_MODE, in testAssistedFactoryCycle() 339 FAST_INIT_MODE, in assistedParamConflictsWithComponentFieldName_successfulyDeduped() 460 FAST_INIT_MODE, in testFactoryGeneratorDuplicatedParamNames() 552 FAST_INIT_MODE, in testParameterizedAssistParam()
|
D | ElidedFactoriesTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 204 FAST_INIT_MODE, in simpleComponent_injectsProviderOf_dependsOnScoped() 219 FAST_INIT_MODE, in simpleComponent_injectsProviderOf_dependsOnScoped() 310 FAST_INIT_MODE, in scopedBinding_onlyUsedInSubcomponent() 332 FAST_INIT_MODE, in scopedBinding_onlyUsedInSubcomponent()
|
D | ComponentShardTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 135 FAST_INIT_MODE, in testNewShardCreated() 238 FAST_INIT_MODE, in testNewShardCreated() 265 FAST_INIT_MODE, in testNewShardCreated()
|
D | ComponentRequirementFieldTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 387 FAST_INIT_MODE, in componentRequirementNeededInFactoryCreationOfSubcomponent() 426 FAST_INIT_MODE, in componentRequirementNeededInFactoryCreationOfSubcomponent() 444 FAST_INIT_MODE, in componentRequirementNeededInFactoryCreationOfSubcomponent()
|
D | CompilerMode.java | 25 FAST_INIT_MODE("-Adagger.fastInit=enabled"), enumConstant 32 new Object[][] {{CompilerMode.DEFAULT_MODE}, {CompilerMode.FAST_INIT_MODE}});
|
D | ProductionComponentProcessorTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 277 FAST_INIT_MODE, in simpleComponent() 311 FAST_INIT_MODE, in simpleComponent()
|
D | SubcomponentCreatorRequestFulfillmentTest.java | 23 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 46 immutableEnumSet(DEFAULT_MODE, FAST_INIT_MODE), in parameters()
|
D | ComponentProcessorTest.java | 22 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 182 FAST_INIT_MODE, in simpleComponent() 279 FAST_INIT_MODE, in componentWithScope() 309 FAST_INIT_MODE, in componentWithScope() 1010 FAST_INIT_MODE, in componentInjection() 1138 FAST_INIT_MODE, in componentDependency() 1199 FAST_INIT_MODE, in componentDependency() 2759 FAST_INIT_MODE, in providerComponentType()
|
D | SubcomponentValidationTest.java | 21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 471 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent() 495 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent() 534 FAST_INIT_MODE, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
|
D | ComponentCreatorTest.java | 22 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 59 new Object[]{FAST_INIT_MODE, COMPONENT_BUILDER, JAVAC}, in parameters() 60 new Object[]{FAST_INIT_MODE, COMPONENT_FACTORY, JAVAC}); in parameters()
|
D | MembersInjectionTest.java | 24 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE; 1584 FAST_INIT_MODE, in accessibleRawType_ofInaccessibleType() 1597 FAST_INIT_MODE, in accessibleRawType_ofInaccessibleType()
|
D | SwitchingProviderTest.java | 566 return compilerWithOptions(CompilerMode.FAST_INIT_MODE.javacopts()); in compilerWithAndroidMode()
|
D | AssistedFactoryErrorsTest.java | 847 if (compilerMode == CompilerMode.FAST_INIT_MODE) { in testInaccessibleFoo()
|