Home
last modified time | relevance | path

Searched refs:generic (Results 1 – 24 of 24) sorted by relevance

/frameworks/rs/driver/runtime/
DAndroid.mk45 arch/generic.c
49 arch/generic.c
72 arch/generic.c \
86 LOCAL_SRC_FILES_32 += arch/generic.c
93 LOCAL_SRC_FILES_64 += arch/generic.c
106 LOCAL_SRC_FILES_32 += arch/generic.c
113 LOCAL_SRC_FILES_64 += arch/generic.c
181 LOCAL_SRC_FILES_64 += arch/generic.c
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelAnalyzer.java152 String generic = null; in applyImports() local
167 generic = applyImports(className.substring(open + 1, lastCharIndex), imports); in applyImports()
188 if (generic != null) { in applyImports()
189 result = result + "<" + applyImports(generic, imports) + ">"; in applyImports()
/frameworks/rs/perf-test-scripts/
Dswitch-device5 LUNCH_TYPE=generic-eng
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
DREADME.md4 This folder exposes a generic functional configurable policy engine configuration files
/frameworks/rs/
Dupdate_rs_prebuilts.sh15 SYS_NAMES=(generic)
25 SYS_NAMES=(generic generic_x86 generic_arm64 generic_x86_64)
/frameworks/support/lifecycle/runtime/src/test/java/androidx/lifecycle/
DLifecycleRegistryTest.java68 GenericLifecycleObserver generic = mock(GenericLifecycleObserver.class); in addGenericAndObserve() local
69 mRegistry.addObserver(generic); in addGenericAndObserve()
71 verify(generic).onStateChanged(mLifecycleOwner, ON_CREATE); in addGenericAndObserve()
72 reset(generic); in addGenericAndObserve()
74 verify(generic, never()).onStateChanged(mLifecycleOwner, ON_CREATE); in addGenericAndObserve()
/frameworks/base/data/keyboards/
DGeneric.kl18 # This file is intentionally very generic and is intended to support a broad range of keyboards.
19 # Do not edit the generic key layout to support a specific keyboard; instead, create
417 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
DGeneric.kcm18 # This file is intentionally very generic and is intended to support a broad rang of keyboards.
19 # Do not edit the generic key character map to support a specific keyboard; instead, create
DVirtual.kcm16 # Key character map for a built-in generic virtual keyboard primarily used
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt21 From root: make SmartCamera will build the apk for generic
/frameworks/base/packages/InputDevices/res/raw/
Dkeyboard_layout_english_us.kcm17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
Dkeyboard_layout_english_us_colemak.kcm17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
Dkeyboard_layout_english_us_workman.kcm17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
Dkeyboard_layout_english_us_dvorak.kcm17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DFieldProcessorTest.kt227 fun generic() { in <lambda>() method in androidx.room.processor.FieldProcessorTest
/frameworks/base/core/proto/android/os/
Dincident.proto58 // Privacy tag can be marked to override UNSET messages so generic
/frameworks/layoutlib/create/
DREADME.txt40 The layoutlib_create is *NOT* generic. There is no configuration file. Instead all the configuration
/frameworks/base/tools/aapt2/
DResources.proto185 // The generic meta-data for every value in a resource table.
/frameworks/base/proto/src/
Dwifi.proto788 // Some framework internal reason (generic)
1439 // RTT failure: generic reason (no further information)
Dmetrics_constants.proto1970 // Used for generic logging of Settings Preference Persistence, should not be used
2103 // have generic constants and the package providing the suggestion
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/config/
Dhiddenapi-public-dex.txt58743 Ljava/lang/invoke/MethodType;->generic()Ljava/lang/invoke/MethodType;
/frameworks/base/api/
Dcurrent.txt57873 method public java.lang.invoke.MethodType generic();