Searched refs:requires (Results 1 – 25 of 35) sorted by relevance
12
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 32 glBindFramebufferOES requires OES_framebuffer_object 33 glBindRenderbufferOES requires OES_framebuffer_object 34 glBlendEquation requires OES_blend_subtract 35 glBlendEquationSeparate requires OES_blend_equation_separate 36 glBlendFuncSeparate requires OES_blend_equation_separate 37 glCheckFramebufferStatusOES requires OES_framebuffer_object return 0 38 glDeleteFramebuffersOES requires OES_framebuffer_object check framebuffers n 39 glDeleteRenderbuffersOES requires OES_framebuffer_object check renderbuffers n 40 glFramebufferRenderbufferOES requires OES_framebuffer_object 41 glFramebufferStorageOES requires OES_framebuffer_object [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | VersionInfo.java | 55 Requires requires = cls.getDeclaredAnnotation(Requires.class); in addClass() local 56 if (requires != null) { in addClass() 57 mVersions.put(requires.target(), new Version(requires.version(), required)); in addClass()
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 145 # This tag requires that the tag FULL_PATH_NAMES is set to YES. 668 # extension is automatically appended if omitted. This requires the bibtex tool 882 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. 945 # This tag requires that the tag SOURCE_BROWSER is set to YES. 967 # This tag requires that the tag SOURCE_BROWSER is set to YES. 993 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1001 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1018 # This tag requires that the tag GENERATE_HTML is set to YES. 1025 # This tag requires that the tag GENERATE_HTML is set to YES. 1045 # This tag requires that the tag GENERATE_HTML is set to YES. [all …]
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 163 # This tag requires that the tag FULL_PATH_NAMES is set to YES. 311 # This tag requires that the tag MARKDOWN_SUPPORT is set to YES. 710 # extension is automatically appended if omitted. This requires the bibtex tool 976 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. 1039 # This tag requires that the tag SOURCE_BROWSER is set to YES. 1061 # This tag requires that the tag SOURCE_BROWSER is set to YES. 1088 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. 1106 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1114 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1131 # This tag requires that the tag GENERATE_HTML is set to YES. [all …]
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 163 # This tag requires that the tag FULL_PATH_NAMES is set to YES. 701 # extension is automatically appended if omitted. This requires the bibtex tool 926 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. 989 # This tag requires that the tag SOURCE_BROWSER is set to YES. 1011 # This tag requires that the tag SOURCE_BROWSER is set to YES. 1038 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. 1056 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1064 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1081 # This tag requires that the tag GENERATE_HTML is set to YES. 1088 # This tag requires that the tag GENERATE_HTML is set to YES. [all …]
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | Android.bp | 35 // requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
|
/frameworks/native/services/vr/virtual_touchpad/idc/ |
D | vr-virtual-touchpad-0.idc | 22 # rather than the default mouse wheel, because the latter requires
|
D | vr-virtual-touchpad-1.idc | 22 # rather than the default mouse wheel, because the latter requires
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 141 /** SIM card state: Locked: requires the user's SIM PIN to unlock */ 143 /** SIM card state: Locked: requires the user's SIM PUK to unlock */ 145 /** SIM card state: Locked: requires a network PIN to unlock */
|
/frameworks/proto_logging/stats/enums/stats/intelligence/ |
D | enums.proto | 24 // protoc requires enum values to be unique by package rather than enum type.
|
/frameworks/base/packages/BackupEncryption/proto/ |
D | wrapped_key.proto | 31 // AndroidKeyStore requires that it generates the IV, and it generates a
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | cec_key_handling.md | 7 Android TV (ATV) requires special handling of some keys.
|
/frameworks/native/libs/ui/tests/ |
D | Android.bp | 89 // This test has a main method, and requires a separate binary to be built.
|
/frameworks/native/libs/gui/tests/ |
D | Android.bp | 95 // This test has a main method, and requires a separate binary to be built.
|
/frameworks/base/startop/iorap/tests/ |
D | Android.bp | 41 // Mockito also requires JNI (see Android.mk)
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 22 * View compilation is a manual process that requires code changes in the
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 18 …onsible for controlling the state of Pointer Capture. Since the feature requires changes to how ev…
|
D | anr.md | 8 2. The application did not have a focused window, and an input event that requires focus was genera…
|
/frameworks/wilhelm/src/ |
D | Android.bp | 85 // log all API entries and exits (also requires Debug or Verbose log level)
|
/frameworks/base/core/proto/android/server/ |
D | biometrics.proto | 153 // True if resetLockout requires a HAT to be verified in the TEE or equivalent.
|
/frameworks/opt/net/ims/ |
D | README.txt | 21 ImsManager#makeCall() requires an ImsCallProfile objects, representing the call properties
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 105 Rollback can be enabled for multi-package installs. This requires that all 287 * Rolling back to the system version of an app requires the system version of
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 35 This requires root access
|
/frameworks/base/libs/hwui/ |
D | Android.bp | 411 "jni/Region.cpp", // requires libbinder_ndk
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 28 %code requires {
|
12