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/
DMapRequestRepresentationWithGuavaTest.java21 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()
DDelegateRequestRepresentationTest.java21 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 …]
DMapRequestRepresentationTest.java21 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()
DMapBindingComponentProcessorTest.java21 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()
DOptionalBindingRequestFulfillmentTest.java21 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()
DAssistedFactoryTest.java21 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()
DElidedFactoriesTest.java21 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()
DComponentShardTest.java21 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()
DComponentRequirementFieldTest.java21 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()
DCompilerMode.java25 FAST_INIT_MODE("-Adagger.fastInit=enabled"), enumConstant
32 new Object[][] {{CompilerMode.DEFAULT_MODE}, {CompilerMode.FAST_INIT_MODE}});
DProductionComponentProcessorTest.java21 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
277 FAST_INIT_MODE, in simpleComponent()
311 FAST_INIT_MODE, in simpleComponent()
DSubcomponentCreatorRequestFulfillmentTest.java23 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
46 immutableEnumSet(DEFAULT_MODE, FAST_INIT_MODE), in parameters()
DComponentProcessorTest.java22 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()
DSubcomponentValidationTest.java21 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()
DComponentCreatorTest.java22 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()
DMembersInjectionTest.java24 import static dagger.internal.codegen.CompilerMode.FAST_INIT_MODE;
1584 FAST_INIT_MODE, in accessibleRawType_ofInaccessibleType()
1597 FAST_INIT_MODE, in accessibleRawType_ofInaccessibleType()
DSwitchingProviderTest.java566 return compilerWithOptions(CompilerMode.FAST_INIT_MODE.javacopts()); in compilerWithAndroidMode()
DAssistedFactoryErrorsTest.java847 if (compilerMode == CompilerMode.FAST_INIT_MODE) { in testInaccessibleFoo()