/frameworks/native/opengl/libagl/ |
D | egl.cpp | 817 static bool exact(GLint reqValue, GLint confValue) { in exact() function 1059 { EGL_CONFIG_CAVEAT, config_management_t::exact }, 1060 { EGL_CONFIG_ID, config_management_t::exact }, 1061 { EGL_LEVEL, config_management_t::exact }, 1065 { EGL_NATIVE_RENDERABLE, config_management_t::exact }, 1067 { EGL_NATIVE_VISUAL_TYPE, config_management_t::exact }, 1068 { EGL_SAMPLES, config_management_t::exact }, 1069 { EGL_SAMPLE_BUFFERS, config_management_t::exact }, 1071 { EGL_TRANSPARENT_TYPE, config_management_t::exact }, 1072 { EGL_TRANSPARENT_BLUE_VALUE, config_management_t::exact }, [all …]
|
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
D | SortedList.java | 603 int exact = linearEqualitySearch(item, middle, left, right); in findIndexOf() local 605 return exact == INVALID_POSITION ? middle : exact; in findIndexOf() 607 return exact; in findIndexOf()
|
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 379 const String8& pattern, const char* const search, bool exact) { in load_driver() argument 380 if (exact) { in load_driver()
|
/frameworks/base/docs/html/preview/features/ |
D | multilingual-support.jd | 52 cannot find an exact match, it continues to look for resources by stripping the 61 <strong>Table 1.</strong> Resource resolution without an exact locale match. 113 exact locale match.</p>
|
/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 | 308 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/guide/topics/manifest/ |
D | uses-configuration-element.jd | 131 If an application requires a navigational control, but the exact type of
|
D | supports-gl-texture-element.jd | 175 descriptor strings and a match must be exact.</p>
|
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/google/play/billing/ |
D | billing_subscriptions.jd | 171 the time of purchase and monthly subsequent to the purchase date (exact billing 174 the time of purchase and every three months after that (exact billing 177 the time of purchase and every six months after that (exact billing
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | preparing-iab-app.jd | 118 …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/training/testing/ |
D | performance.jd | 667 each other, but not exact. 674 the performance of the test, while not needing exact timings.
|
/frameworks/compile/slang/ |
D | README.rst | 282 the same exact dimensionality (i.e. matching X and Y values for dimension).
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | output-latency.jd | 286 buffers so that they contain an exact multiple of this number. If you use the correct number
|
/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/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/training/scheduling/ |
D | alarms.jd | 286 should avoid using exact alarms if possible.</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 66 <em>Android execution environment</em>. The exact details of the Android execution
|