/frameworks/native/opengl/libagl/ |
D | egl.cpp | 790 static bool exact(GLint reqValue, GLint confValue) { in exact() function 1032 { EGL_CONFIG_CAVEAT, config_management_t::exact }, 1033 { EGL_CONFIG_ID, config_management_t::exact }, 1034 { EGL_LEVEL, config_management_t::exact }, 1038 { EGL_NATIVE_RENDERABLE, config_management_t::exact }, 1040 { EGL_NATIVE_VISUAL_TYPE, config_management_t::exact }, 1041 { EGL_SAMPLES, config_management_t::exact }, 1042 { EGL_SAMPLE_BUFFERS, config_management_t::exact }, 1044 { EGL_TRANSPARENT_TYPE, config_management_t::exact }, 1045 { EGL_TRANSPARENT_BLUE_VALUE, config_management_t::exact }, [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 321 const String8& pattern, const char* const search, bool exact) { in load_driver() argument 336 if (exact) { in load_driver()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 91 <li> an exact number 123 by the parent to impose an exact size on the
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | commands.jd | 80 the exact modifier key you care about is being pressed with methods such as
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 78 nanoseconds, but the exact meaning of the time depends on the native
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | smooth-scrolling.jd | 95 need to create a class to hold your exact set of views. For example:</p>
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 293 public void computeBounds(RectF bounds, boolean exact) { in computeBounds() argument
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 55 …, use inexact repeating alarms that allow the system to "phase shift" the exact moment each alarm …
|
/frameworks/base/docs/html/tools/extras/ |
D | oem-usb.jd | 130 exact location of the 155 exact location of the
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | supports-gl-texture-element.jd | 175 descriptor strings and a match must be exact.</p>
|
D | uses-configuration-element.jd | 131 If an application requires a navigational control, but the exact type of
|
D | activity-alias-element.jd | 78 only by specifying the exact name of the alias. This implies that the alias
|
D | receiver-element.jd | 67 specify its exact class name. This implies that the receiver is intended only for
|
D | service-element.jd | 66 its exact class name. This implies that the service is intended only for
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | preparing-iab-app.jd | 102 …endation:</strong> It is highly recommended that you do not hard-code the exact public license key…
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 38 generally do so with an <em>explicit intent</em>, which defines the exact class name of the
|
/frameworks/base/docs/html/google/play-services/ |
D | auth.jd | 169 …handle and fix this issue by providing an error code that describes the exact cause of the problem.
|
/frameworks/compile/slang/ |
D | README.rst | 282 the same exact dimensionality (i.e. matching X and Y values for dimension).
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 487 returns the user to the exact state in which it was last used. 491 state, the app returns the user to the exact state in which it was last
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyDevice.jd | 193 in a dictionary whose exact format is dictated by the component being run. The 731 in a dictionary whose exact format is dictated by the component being run. The
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 289 (No exact equivalent. Selection arguments replace <code>?</code> placeholders in the 388 element and the exact permission name defined by the 394 To find the exact name of the read access permission for the provider you're using, as well
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 66 <em>Android execution environment</em>. The exact details of the Android execution
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 286 should avoid using exact alarms if possible.</p>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | starting-activity.jd | 155 specifies the exact app component to which the intent should be given. However, intents
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 383 variable with an exact type rather than an interface is slightly more
|