Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 2971) sorted by relevance

12345678910>>...119

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/
H A DGenericTest.kt29 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 …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/dagger/
H A DControlsComponentTest.kt81 val component = setupComponent(true) in testFeatureEnabled() constant
93 val component = setupComponent(false) in testFeatureDisabled() constant
102 val component = setupComponent(false) in testFeatureDisabledVisibility() constant
111 val component = setupComponent(true) in testFeatureEnabledAfterBootVisibility() constant
121 val component = setupComponent(true) in testFeatureEnabledAndCannotShowOnLockScreenVisibility() constant
131 val component = setupComponent(true) in testFeatureEnabledAndCanShowOnLockScreenVisibility() constant
141 val component = setupComponent(true) in testFeatureEnabledAndCanShowWhileUnlockedVisibility() constant
151 val component = setupComponent(true) in testGetTileImageId() constant
160 val component = setupComponent(true) in testGetTileTitleId() constant
168 val component = setupComponent(true) in getPackageName() constant
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DMembersInjectionValidationTest.java60 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 …]
H A DMissingBindingValidationTest.java48 Source component = in dependOnInterface() local
91 Source component = in entryPointDependsOnInterface() local
121 Source component = in entryPointDependsOnQualifiedInterface() local
152 Source component = in constructorInjectionWithoutAnnotation() local
186 Source component = in membersInjectWithoutProvision() local
238 Source component = in missingBindingWithSameKeyAsMembersInjectionMethod() local
263 Source component = in genericInjectClassWithWildcardDependencies() local
296 Source component = in longChainOfDependencies() local
374 Source component = in bindsMethodAppearsInTrace() local
456 Source component = in resolvedParametersInDependencyTrace() local
[all …]
H A DProductionGraphValidationTest.java61 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
H A DDuplicateBindingsValidationTest.java49 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
H A DComponentProcessorTest.java479 Source component = in generatedTransitiveModule() local
510 Source component = in generatedModuleInSubcomponent() local
533 Source component = in subcomponentNotGeneratedIfNotUsedInGraph() local
599 Source component = CompilerTests.javaSource("SomeComponent", in testDefaultPackage() local
1253 Source component = in arrayKeyRequiresAtProvides() local
1347 Source component = in unprocessedMembersInjectorNotes() local
1498 Source component = in unusedSubcomponents_dontResolveExtraBindingsInParentComponents() local
1574 Source component = in bindsToDuplicateBinding_bindsKeyIsNotDuplicated() local
1844 Source component = in justInTimeAtInjectConstructor_hasGeneratedQualifier() local
1889 Source component = in moduleHasGeneratedQualifier() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/src/main/java/com/google/cloud/securitycenter/settings/v1beta1/
H A DComponentSettingsName.java54 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 …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DMultiInstanceHelperTest.kt71 val component = ComponentName(TEST_PACKAGE, TEST_ACTIVITY) in getShortcutComponent_validShortcut() constant
84 val component = ComponentName(TEST_PACKAGE, TEST_ACTIVITY) in supportsMultiInstanceSplit_inStaticAllowList() constant
92 val component = ComponentName(TEST_NOT_ALLOWED_PACKAGE, TEST_ACTIVITY) in supportsMultiInstanceSplit_notInStaticAllowList() constant
99 val component = ComponentName(TEST_PACKAGE, TEST_ACTIVITY) in supportsMultiInstanceSplit_activityPropertyTrue() constant
118 val component = ComponentName(TEST_PACKAGE, TEST_ACTIVITY) in supportsMultiInstanceSplit_activityPropertyFalseApplicationPropertyTrue() constant
137 val component = ComponentName(TEST_PACKAGE, TEST_ACTIVITY) in supportsMultiInstanceSplit_noActivityPropertyApplicationPropertyTrue() constant
155 val component = ComponentName(TEST_PACKAGE, TEST_ACTIVITY) in supportsMultiInstanceSplit_noActivityOrAppProperty() constant
171 val component = ComponentName(TEST_PACKAGE, TEST_ACTIVITY) in checkNoMultiInstancePropertyFlag_ignoreProperty() constant
/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/
H A DGenericTest.java37 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 …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowCrossProfileAppsTest.java167 ComponentName component = in startMainActivity_launcherActivityInManifest_shouldSucceed() local
183 ComponentName component = in startMainActivity_launcherActivityInManifest_withoutCrossProfilePermission_shouldSucceed() local
197 ComponentName component = in startMainActivity_launcherActivityInManifest_shouldStillAddStartedMainActivity() local
212 ComponentName component = ComponentName.createRelative(application, ".shadows.TestActivity"); in startMainActivity_nonLauncherActivityInManifest_shouldThrowSecurityException() local
220 ComponentName component = in startMainActivity_nonExistentActivity_shouldThrowSecurityException() local
227 ComponentName component = in startMainActivity_userNotAvailable_shouldThrowSecurityException() local
238 ComponentName component = in startActivity_launcherActivityInManifest_shouldSucceed() local
254 ComponentName component = ComponentName.createRelative(application, ".shadows.TestActivity"); in startActivity_nonLauncherActivityInManifest_shouldSucceed() local
270 ComponentName component = in startActivity_nonExistentActivity_shouldThrowSecurityException() local
280 ComponentName component = in startActivity_userNotAvailable_shouldThrowSecurityException() local
[all …]
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/
H A DComponentDescriptorValidator.java113 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 …]
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/processor/internal/definecomponent/
H A DDefineComponentProcessorTest.java30 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
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp31 OMX_COMPONENTTYPE **component) in GoldfishOMXComponent()
116 OMX_HANDLETYPE component, in SendCommandWrapper()
129 OMX_HANDLETYPE component, in GetParameterWrapper()
141 OMX_HANDLETYPE component, in SetParameterWrapper()
153 OMX_HANDLETYPE component, in GetConfigWrapper()
165 OMX_HANDLETYPE component, in SetConfigWrapper()
177 OMX_HANDLETYPE component, in GetExtensionIndexWrapper()
189 OMX_HANDLETYPE component, in UseBufferWrapper()
204 OMX_HANDLETYPE component, in AllocateBufferWrapper()
218 OMX_HANDLETYPE component, in FreeBufferWrapper()
[all …]
/aosp_15_r20/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp30 OMX_COMPONENTTYPE **component) in SoftOMXComponent()
111 OMX_HANDLETYPE component, in SendCommandWrapper()
124 OMX_HANDLETYPE component, in GetParameterWrapper()
136 OMX_HANDLETYPE component, in SetParameterWrapper()
148 OMX_HANDLETYPE component, in GetConfigWrapper()
160 OMX_HANDLETYPE component, in SetConfigWrapper()
172 OMX_HANDLETYPE component, in GetExtensionIndexWrapper()
184 OMX_HANDLETYPE component, in UseBufferWrapper()
199 OMX_HANDLETYPE component, in AllocateBufferWrapper()
213 OMX_HANDLETYPE component, in FreeBufferWrapper()
[all …]
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DPackageManagerGetPropertyTest.java188 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
205 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
222 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
232 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
249 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
285 final ComponentName component = new ComponentName("", ""); in testInvalidArguments() local
319 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testMissingNames() local
327 final ComponentName component = new ComponentName("com.android.cts.doesnotexist", in testMissingNames() local
335 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testMissingNames() local
359 final ComponentName component = new ComponentName(PROPERTY_APP3_PACKAGE_NAME, in testPackageRemoval() local
[all …]
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/
H A DDefineComponentMetadatas.java89 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
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/embedded/
DSessionTest.kt284 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
341 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
363 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
383 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
412 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
434 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
463 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
586 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
716 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
810 val component = embeddedServiceComponentBuilder.build() in <lambda>() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
H A DMediaResumeListenerTest.kt284 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
338 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
376 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
422 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
498 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
573 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
589 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
616 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/bindinggraphvalidation/
H A DNullableBindingValidationKotlinTest.java66 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
H A DNullableBindingValidationTest.java74 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
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/factory/
H A DFactoryImplicitModulesTest.kt45 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
/aosp_15_r20/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java40 ICalendar.Component component = new ICalendar.Component("STUB", null); in testAddProperty() local
76 ICalendar.Component component = ICalendar.parseComponent(text); in testParseBasicComponent() local
94 ICalendar.Component component in testParseQuotedParam() local
111 ICalendar.Component component in testParseBadQuotedParam() local
147 ICalendar.Component component = new ICalendar.Component("STUB", null); in testParseChildComponent() local
251 ICalendar.Component component = ICalendar.parseComponent(text); in testParseComponentDoesNotStartWithBegin() local
260 ICalendar.Component component = ICalendar.parseComponent(text); in testParseUnexpectedEndComponent() local
269 ICalendar.Component component = ICalendar.parseComponent(text); in testParseNoEndComponent() local
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Drutabaga_core.rs332 pub component: RutabagaComponentType, field
445 let component = self in suspend() localVariable
457 let component = self in snapshot() localVariable
501 let component = self in restore() localVariable
524 let component = self in resume() localVariable
533 let component = self in capset_id_to_component_type() localVariable
556 let component = self in get_capset_info() localVariable
575 let component = self in get_capset() localVariable
614 let component = self in create_fence() localVariable
635 let component = self.components.get(&self.default_component).or(None)?; in poll_descriptor() localVariable
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/membersinject/
H A DMembersInjectTest.kt36 val component = DaggerMembersInjectComponent.builder().build() in testMembersInject_arrays() constant
43 val component = DaggerMembersInjectComponent.builder().build() in testMembersInject_nestedArrays() constant
50 val component = DaggerMembersInjectComponent.builder().build() in testMembersInject_primitives() constant
57 val component = DaggerMembersInjectionVisibilityComponent.create() in testMembersInject_overrides() constant

12345678910>>...119