/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastSkipPolicy.java | 91 final ComponentName component = new ComponentName( in shouldSkipMessage() local 569 private static String broadcastDescription(BroadcastRecord r, ComponentName component) { in broadcastDescription() 576 ComponentName component) { in noteOpForManifestReceiver() 591 ComponentName component, String tag) { in noteOpForManifestReceiverInner()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/jpeg/ |
D | reader.go | 30 type component struct { struct 31 h int // Horizontal sampling factor. 32 v int // Vertical sampling factor. 33 c uint8 // Component identifier. 34 tq uint8 // Quantization table destination selector.
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PolicyManager.cpp | 158 iterateAllPowerComponents([componentId, &matchedComponent](PowerComponent component) -> bool { in toPowerComponent() 292 iterateAllPowerComponents([&visited, &policy](PowerComponent component) -> bool { in readOtherComponents() 305 iterateAllPowerComponents([&visited, &policy](PowerComponent component) -> bool { in readOtherComponents() 453 bool isConfigurableComponent(PowerComponent component) { in isConfigurableComponent() 458 for (auto component : components) { in checkConfigurableComponents() local 526 for (const auto component : configComponents) { in configureComponents() local 542 const char* component = c.c_str(); in stringsToComponents() local
|
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/ |
H A D | WindowBecomesPinned.kt | 27 class WindowBecomesPinned(private val component: ComponentTemplate) : constant in android.tools.flicker.assertors.assertions.WindowBecomesPinned 31 val component = component.get(scenarioInstance) in doEvaluate() constant
|
/aosp_15_r20/external/mesa3d/src/imagination/rogue/ |
H A D | rogue_compile.c | 44 unsigned component) in nir_ssa_reg() 57 unsigned component) in nir_ssa_regarray() 70 unsigned component = alu->src[src_num].swizzle[0]; in nir_ssa_reg_alu_src() local 153 unsigned component = nir_intrinsic_component(intr); in trans_nir_intrinsic_load_input_fs() local 188 unsigned component = nir_intrinsic_component(intr); in trans_nir_intrinsic_load_input_vs() local 281 unsigned component = nir_intrinsic_component(intr); in trans_nir_intrinsic_store_output_vs() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/builderbinds/ |
H A D | BuilderBindsTest.java | 42 TestComponent component = builder.build(); in builderBinds() local 59 TestComponent component = builder.build(); in builderBindsNullableWithNull() local 113 TestComponent component = builder.build(); in builderBindsNullableNotSet() local
|
/aosp_15_r20/external/deqp-deps/amber/docs/ |
D | amber.md | 69 ### AmberScript 74 ### VkScript 89 ### Parsed Representation
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
H A D | PluginEnabler.java | 37 void setEnabled(ComponentName component); in setEnabled() 40 void setDisabled(ComponentName component, @DisableReason int reason); in setDisabled() 43 boolean isEnabled(ComponentName component); in isEnabled()
|
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kapt/gen/stubs/dagger/hilt/processor/internal/root/ir/ |
D | DefineComponentClassesIr.java | 13 private final java.lang.String component = null; field in DefineComponentClassesIr 16 com.squareup.javapoet.ClassName fqName, @org.jetbrains.annotations.NotNull() in DefineComponentClassesIr() 43 com.squareup.javapoet.ClassName fqName, @org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/controller/ |
D | Key.java | 25 private final android.content.ComponentName component = null; field in Key 29 public Key(@org.jetbrains.annotations.NotNull() in Key() 56 …public final com.android.systemui.controls.controller.Key copy(@org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/membersinject/ |
H A D | MembersWithSameNameTest.java | 36 TestComponent component = DaggerMembersWithSameNameTest_TestComponent.create(); in parentInjectsMaskedMembers() local 46 TestComponent component = DaggerMembersWithSameNameTest_TestComponent.create(); in childInjectsMaskedMembers() local 59 TestComponent component = DaggerMembersWithSameNameTest_TestComponent.create(); in childInjectsParentMaskedMembersOnly() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
H A D | PluginEnablerImpl.java | 48 public void setEnabled(ComponentName component) { in setEnabled() 53 public void setDisabled(ComponentName component, @DisableReason int reason) { in setDisabled() 66 public boolean isEnabled(ComponentName component) { in isEnabled()
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/ |
H A D | LayersTraceTest.kt | 69 val component = in canTestLayerOccludedByAppLayerHasVisibleRegion() constant 93 val component = ComponentNameMatcher("", layerName) in canTestLayerOccludedByAppLayerIsOccludedBySplashScreen() constant
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/builder/ |
H A D | BuilderTest.kt | 375 val component = builder.build() in integer() constant 400 val component = builder.build() in abstractClassBuilder() constant 425 val component = builder.build() in interfaceGenericBuilder() constant 450 val component = builder.build() in abstractClassGenericBuilder() constant
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/ |
H A D | ComponentController.java | 16 protected T component; field in ComponentController 23 public ComponentController(T component, Intent intent) { in ComponentController() 29 public ComponentController(T component) { in ComponentController()
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ |
H A D | agl.py | 5133 def _glyphComponentToUnicode(component, isZapfDingbats): argument 5203 def _uniToUnicode(component): argument 5221 def _uToUnicode(component): argument
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/builder/ |
H A D | BuildMethodCovariantReturnInheritedTest.java | 66 Object component = DaggerBuildMethodCovariantReturnInheritedTest_Simple.builder().build(); in simpleComponentTest() local 72 ComponentSupertype component = in genericBuilderTypeTest() local 79 ParameterizedComponentSupertype<Object> component = in genericComponentSupertypeAndBuilderSupertypeTest() local
|
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/ |
H A D | PowerPolicyHostTest.java | 303 String clientTestcase, String clientAction, String component, int userId) in waitPowerPolicyListenersUpdated() 314 String clientTestcase, String clientAction, String component, int userId) in checkPowerPolicyListenersUpdated() 326 String clientTestcase, String clientAction, String component) throws Exception { in waitResetPowerPolicyListenersComplete() 345 private void testPowerPolicyListeners(String clientTestcase, String component, in testPowerPolicyListeners() 496 String component = "AUDIO"; in testPowerPolicyChange() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
H A D | ComponentStore.cpp | 258 sp<Component> component; in createComponent() local 418 sp<Component> component; in createComponent_1_1() local 454 sp<Component> component; in createComponent_1_2() local 494 void ComponentStore::reportComponentBirth(Component* component) { in reportComponentBirth() 505 void ComponentStore::reportComponentDeath(Component* component) { in reportComponentDeath()
|
/aosp_15_r20/external/OpenCSD/decoder/include/common/ |
H A D | comp_attach_pt_t.h | 167 template<class T> ocsd_err_t componentAttachPt<T>::attach(T* component) in attach() 177 template<class T> ocsd_err_t componentAttachPt<T>::replace_first(T* component) in replace_first() 188 template<class T> ocsd_err_t componentAttachPt<T>::detach(T* component) in detach()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/ui/viewmodel/ |
D | ComponentState.java | 19 …private final com.android.systemui.volume.panel.shared.model.VolumePanelUiComponent component = nu… field in ComponentState 24 …com.android.systemui.volume.panel.shared.model.VolumePanelUiComponent component, boolean isVisible… in ComponentState() 59 …com.android.systemui.volume.panel.shared.model.VolumePanelUiComponent component, boolean isVisible… in copy()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/policy/ |
D | LegacyCaptureParameters.java | 22 private final android.content.ComponentName component = null; field in LegacyCaptureParameters 32 android.content.ComponentName component, @org.jetbrains.annotations.NotNull() in LegacyCaptureParameters() 79 android.content.ComponentName component, @org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/packages/apps/Stk/src/com/android/stk/ |
D | StkAppInstaller.java | 45 ComponentName component = new ComponentName(context, StkMain.class); in installOrUpdate() local 69 ComponentName component = new ComponentName(context, StkMain.class); in uninstall() local 78 static void setAppState(IPackageManager pm, ComponentName component, int userId, boolean enable) in setAppState()
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | ComponentCreatorTest.java | 567 Source component = in testCreatorSetterForNonBindsInstancePrimitiveFails() local 1002 Source component = in covariantFactoryMethodReturnType() local 1058 Source component = in covariantFactoryMethodReturnType_hasNewMethod() local 1132 Source component = in covariantFactoryMethodReturnType_hasNewMethod_factoryMethodInherited() local
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/ |
H A D | ComponentDescriptor.java | 36 public abstract ClassName component(); in component() method in ComponentDescriptor 82 Builder component(ClassName component); in component() argument
|