/external/dagger2/javatests/dagger/internal/codegen/ |
D | MembersInjectionValidationTest.java | 60 Source component = in membersInjectPrimitive() local 83 Source component = in membersInjectArray() local 106 Source component = in membersInjectorOfArray() local 130 Source component = in membersInjectRawType() local 152 Source component = in qualifiedMembersInjector() local 177 Source component = in qualifiedMembersInjectionMethod() local 202 Source component = in qualifiedMembersInjectionMethodParameter() local 237 Source component = in staticFieldInjection() local 263 Source component = in missingMembersInjectorForKotlinProperty() local 310 Source component = in memberInjectionForKotlinObjectFails() local [all …]
|
D | ProductionGraphValidationTest.java | 61 Source component = in componentWithUnprovidedInput() local 113 Source component = in componentProductionWithNoDependencyChain() local 144 Source component = in provisionDependsOnProduction() local 207 Source component = in provisionEntryPointDependsOnProduction() local 248 Source component = in providingMultibindingWithProductions() local 311 Source component = in monitoringDependsOnUnboundType() local 365 Source component = in monitoringDependsOnProduction() local 424 Source component = in cycleNotBrokenByMap() local 472 Source component = in cycleNotBrokenByProducerMap() local
|
D | MissingBindingValidationTest.java | 52 Source component = in dependOnInterface() local 95 Source component = in entryPointDependsOnInterface() local 125 Source component = in entryPointDependsOnQualifiedInterface() local 156 Source component = in constructorInjectionWithoutAnnotation() local 190 Source component = in membersInjectWithoutProvision() local 242 Source component = in missingBindingWithSameKeyAsMembersInjectionMethod() local 267 Source component = in genericInjectClassWithWildcardDependencies() local 300 Source component = in longChainOfDependencies() local 378 Source component = in bindsMethodAppearsInTrace() local 460 Source component = in resolvedParametersInDependencyTrace() local [all …]
|
D | DuplicateBindingsValidationTest.java | 49 Source component = in duplicateExplicitBindings_ProvidesAndComponentProvision() local 104 Source component = in duplicateExplicitBindings_TwoProvidesMethods() local 175 Source component = in duplicateExplicitBindings_ProvidesVsBinds() local 243 Source component = in duplicateExplicitBindings_multibindingsAndExplicitSets() local 321 Source component = in duplicateExplicitBindings_multibindingsAndExplicitMaps() local 404 Source component = in duplicateExplicitBindings_UniqueBindingAndMultibindingDeclaration_Set() local 469 Source component = in duplicateExplicitBindings_UniqueBindingAndMultibindingDeclaration_Map() local 535 Source component = in duplicateBindings_TruncateAfterLimit() local 1266 Source component = in formatTest() local
|
D | BindsMissingDelegateValidationTest.java | 46 Source component = in bindsMissingDelegate() local 80 Source component = in bindsMissingDelegate_duplicateBinding() local 136 Source component = in bindsMissingDelegate_setBinding() local 172 Source component = in bindsMissingDelegate_mapBinding() local 210 Source component = in bindsMissingDelegate_mapBinding_sameKey() local
|
D | DependencyCycleValidationTest.java | 172 Source component = in cyclicDependencyNotIncludingEntryPoint() local 236 Source component = in cyclicDependencyNotBrokenByMapBinding() local 308 Source component = in cyclicDependencyWithSetBinding() local 378 Source component = in falsePositiveCyclicDependencyIndirectionDetected() local 644 Source component = in circularBindsMethods() local 695 Source component = in selfReferentialBinds() local 754 Source component = in cycleFromMembersInjectionMethod_WithSameKeyAsMembersInjectionMethod() local
|
D | ComponentRequirementFieldTest.java | 53 Source component = in bindsInstance() local 85 Source component = in testBindsNullableInstance() local 141 Source component = in instanceModuleMethod() local 175 Source component = in componentInstances() local 249 Source component = in componentRequirementNeededInFactoryCreationOfSubcomponent() local
|
D | ConflictingEntryPointsTest.java | 58 Source component = in covariantType() local 110 Source component = in covariantTypeFromGenericSupertypes() local 164 Source component = in differentQualifier() local 217 Source component = in sameKey() local 261 Source component = in sameQualifiedKey() local
|
/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/ |
D | GenericTest.kt | 29 val component: GenericComponent = DaggerGenericComponent.create() in testGenericComponentCreate() constant 35 val component: GenericComponent = DaggerGenericComponent.create() in testGenericSimpleReferences() constant 41 val component = DaggerGenericComponent.create() in testGenericDoubleReferences() constant 56 val component = DaggerGenericComponent.create() in complexGenerics() constant 63 val component = DaggerGenericComponent.create() in noDepsGenerics() constant 72 val component = DaggerBoundedGenericComponent.create() in boundedGenerics() constant 89 val component: GenericComponent = DaggerGenericComponent.create() in membersInjections() constant 112 val component = DaggerGenericComponent.create() in packagePrivateTypeParameterDependencies() constant 120 val component = DaggerGenericComponent.create() in publicSubclassWithPackagePrivateTypeParameterOfSuperclass() constant 127 val component = DaggerSingletonGenericComponent.create() in singletonScopesAppliesToEachResolvedType() constant [all …]
|
/external/dagger2/javatests/dagger/hilt/processor/internal/definecomponent/ |
D | DefineComponentProcessorTest.java | 30 Source component = in testDefineComponentOutput() local 108 Source component = in testDefineComponentClass_fails() local 130 Source component = in testDefineComponentWithTypeParameters_fails() local 152 Source component = in testDefineComponentWithInvalidComponent_fails() local 176 Source component = in testDefineComponentExtendsInterface_fails() local 201 Source component = in testDefineComponentNonStaticMethod_fails() local 259 Source component = in testDefineComponentNoParent_fails() local 348 Source component = in testDefineComponentBuilderNoBuilderMethod_fails() local 370 Source component = in testDefineComponentBuilderPrimitiveReturnType_fails() local 394 Source component = in testDefineComponentBuilderWrongReturnType_fails() local
|
/external/dagger2/javatests/dagger/functional/generictypes/ |
D | GenericTest.java | 37 GenericComponent component = DaggerGenericComponent.create(); in testGenericComponentCreate() local 42 GenericComponent component = DaggerGenericComponent.create(); in testGenericSimpleReferences() local 47 GenericComponent component = DaggerGenericComponent.create(); in testGenericDoubleReferences() local 62 GenericComponent component = DaggerGenericComponent.create(); in complexGenerics() local 68 GenericComponent component = DaggerGenericComponent.create(); in noDepsGenerics() local 76 BoundedGenericComponent component = DaggerBoundedGenericComponent.create(); in boundedGenerics() local 95 GenericComponent component = DaggerGenericComponent.create(); in membersInjections() local 118 GenericComponent component = DaggerGenericComponent.create(); in packagePrivateTypeParameterDependencies() local 126 GenericComponent component = DaggerGenericComponent.create(); in publicSubclassWithPackagePrivateTypeParameterOfSuperclass() local 132 SingletonGenericComponent component = DaggerSingletonGenericComponent.create(); in singletonScopesAppliesToEachResolvedType() local [all …]
|
/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/ |
D | DefineComponentMetadatas.java | 89 XTypeElement component = asTypeElement(element); in getUncached() local 94 component, in getUncached() local 104 component, in getUncached() local 116 component, in getUncached() local 134 component, in getUncached() local 155 component, in getUncached() local 170 component, in getUncached() local 179 component, in getUncached() local 192 abstract XTypeElement component(); in component() method in DefineComponentMetadatas.DefineComponentMetadata
|
/external/dagger2/javatests/dagger/internal/codegen/bindinggraphvalidation/ |
D | NullableBindingValidationKotlinTest.java | 66 Source component = in nullCheckForConstructorParameters() local 122 Source component = in nullCheckForMembersInjectParam() local 178 Source component = in nullCheckForVariable() local 223 Source component = in nullCheckForComponentReturn() local 283 Source component = in nullCheckForOptionalInstance() local 335 Source component = in nullCheckForOptionalProvider() local 380 Source component = in nullCheckForOptionalLazy() local 426 Source component = in nullCheckForOptionalProviderOfLazy() local
|
D | NullableBindingValidationTest.java | 74 Source component = in nullCheckForConstructorParameters() local 130 Source component = in nullCheckForMembersInjectParam() local 186 Source component = in nullCheckForVariable() local 231 Source component = in nullCheckForComponentReturn() local 290 Source component = in nullCheckForOptionalInstance() local 341 Source component = in nullCheckForOptionalProvider() local 386 Source component = in nullCheckForOptionalLazy() local 431 Source component = in nullCheckForOptionalProviderOfLazy() local
|
/external/google-cloud-java/java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/src/main/java/com/google/cloud/securitycenter/settings/v1beta1/ |
D | ComponentSettingsName.java | 54 private final String component; field in ComponentSettingsName 216 public static ComponentSettingsName of(String organization, String component) { in of() 222 String organization, String component) { in ofOrganizationComponentName() 227 public static ComponentSettingsName ofFolderComponentName(String folder, String component) { in ofFolderComponentName() 232 public static ComponentSettingsName ofProjectComponentName(String project, String component) { in ofProjectComponentName() 238 String project, String location, String cluster, String component) { in ofProjectLocationClusterComponentName() 249 String project, String region, String cluster, String component) { in ofProjectRegionClusterComponentName() 260 String project, String zone, String cluster, String component) { in ofProjectZoneClusterComponentName() 269 public static String format(String organization, String component) { in format() 274 public static String formatOrganizationComponentName(String organization, String component) { in formatOrganizationComponentName() [all …]
|
/external/dagger2/java/dagger/internal/codegen/validation/ |
D | ComponentDescriptorValidator.java | 113 public ValidationReport validate(ComponentDescriptor component) { in validate() 136 private ValidationReport.Builder report(ComponentDescriptor component) { in report() 142 Diagnostic.Kind kind, ComponentDescriptor component, String message) { in reportComponentItem() 147 private void reportComponentError(ComponentDescriptor component, String error) { in reportComponentError() 151 void visitComponent(ComponentDescriptor component) { in visitComponent() 160 private void validateComponentDependencyHierarchy(ComponentDescriptor component) { in validateComponentDependencyHierarchy() 166 ComponentDescriptor component, in validateComponentDependencyHierarchy() 179 component, in validateComponentDependencyHierarchy() local 202 private void validateDependencyScopes(ComponentDescriptor component) { in validateDependencyScopes() 224 component, in validateDependencyScopes() local [all …]
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCrossProfileAppsTest.java | 168 ComponentName component = in startMainActivity_launcherActivityInManifest_shouldSucceed() local 184 ComponentName component = in startMainActivity_launcherActivityInManifest_withoutCrossProfilePermission_shouldSucceed() local 198 ComponentName component = in startMainActivity_launcherActivityInManifest_shouldStillAddStartedMainActivity() local 213 ComponentName component = ComponentName.createRelative(application, ".shadows.TestActivity"); in startMainActivity_nonLauncherActivityInManifest_shouldThrowSecurityException() local 221 ComponentName component = in startMainActivity_nonExistentActivity_shouldThrowSecurityException() local 228 ComponentName component = in startMainActivity_userNotAvailable_shouldThrowSecurityException() local 239 ComponentName component = in startActivity_launcherActivityInManifest_shouldSucceed() local 255 ComponentName component = ComponentName.createRelative(application, ".shadows.TestActivity"); in startActivity_nonLauncherActivityInManifest_shouldSucceed() local 271 ComponentName component = in startActivity_nonExistentActivity_shouldThrowSecurityException() local 281 ComponentName component = in startActivity_userNotAvailable_shouldThrowSecurityException() local [all …]
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/ |
D | FirstRobolectricTest.kt | 19 val component = TestComponent() in testComponent() constant 26 val component = TestComponent() in testComponentAfterReset() constant 34 val component = TestComponent() in testDelay() constant
|
/external/dagger2/javatests/dagger/functional/kotlinsrc/factory/ |
D | FactoryImplicitModulesTest.kt | 45 val component = DaggerFactoryImplicitModulesTest_AbstractModuleComponent.factory().create() in abstractModule() constant 61 val component = in create() constant 80 val component = in create() constant 109 val component = in create() constant 128 val component: ConcreteModuleThatCouldBeAbstractWithFactoryParameterComponent = in create() constant
|
/external/dagger2/javatests/dagger/functional/kotlinsrc/nullables/ |
D | JspecifyNullableTest.kt | 55 val component = in testIntWithValue() constant 64 val component = in testStringWithValue() constant 73 val component = in testStringWithNull() constant
|
/external/setupcompat/main/aidl/com/google/android/setupcompat/portal/ |
D | ISetupNotificationService.aidl | 29 boolean registerNotification(in NotificationComponent component) = 0; field 30 void unregisterNotification(in NotificationComponent component) = 1; field 33 …void registerProgressService(in ProgressServiceComponent component, in UserHandle userHandle, IPor… in registerProgressService() 36 …boolean isProgressServiceAlive(in ProgressServiceComponent component, in UserHandle userHandle) = … in isProgressServiceAlive()
|
/external/dagger2/javatests/dagger/functional/kotlinsrc/builderbinds/ |
D | BuilderBindsTest.kt | 39 val component = builder.build() in builderBinds() constant 56 val component = builder.build() in builderBindsNullableWithNull() constant 98 val component = builder.build() in builderBindsNullableNotSet() constant
|
/external/dagger2/javatests/dagger/functional/factory/ |
D | FactoryImplicitModulesTest.java | 47 AbstractModuleComponent component = in abstractModule() local 64 InstantiableConcreteModuleComponent component = in instantiableConcreteModule() local 82 InstantiableConcreteModuleWithFactoryParameterComponent component = in instantiableConcreteModule_withFactoryParameter() local 112 ConcreteModuleThatCouldBeAbstractComponent component = in concreteModuleThatCouldBeAbstract() local 131 ConcreteModuleThatCouldBeAbstractWithFactoryParameterComponent component = in concreteModuleThatCouldBeAbstract_withFactoryParameter() local 146 ConcreteModuleThatCouldBeAbstractWithFactoryParameterComponent component = in concreteModuleThatCouldBeAbstract_withFactoryParameter_failsOnNull() local
|
/external/dagger2/javatests/dagger/spi/ |
D | SpiPluginTest.java | 81 JavaFileObject component = in dependencyTraceAtBinding() local 171 JavaFileObject component = in dependencyTraceAtDependencyRequest() local 256 JavaFileObject component = in dependencyTraceAtDependencyRequest_subcomponents() local 310 JavaFileObject component = in errorOnComponent() local 343 JavaFileObject component = in errorOnSubcomponent() local 441 JavaFileObject component = in shortestPathToBindingExistsThroughSubcomponentBuilder() local 489 JavaFileObject component = in onPluginEnd() local
|
/external/dagger2/javatests/dagger/functional/kotlinsrc/builder/ |
D | BuildMethodCovariantReturnInheritedTest.kt | 62 val component = DaggerBuildMethodCovariantReturnInheritedTest_Simple.builder().build() in build() constant 68 val component = in genericBuilderTypeTest() constant 75 val component = in genericComponentSupertypeAndBuilderSupertypeTest() constant
|