Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/native/opengl/libagl/
Degl.cpp817 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/
DSortedList.java603 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/
DLoader.cpp379 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/
Dmultilingual-support.jd52 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/
Dhow-android-draws.jd91 <li> an exact number
123 by the parent to impose an exact size on the
/frameworks/base/docs/html/training/keyboard-input/
Dcommands.jd80 the exact modifier key you care about is being pressed with methods such as
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt78 nanoseconds, but the exact meaning of the time depends on the native
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd95 need to create a class to hold your exact set of views. For example:</p>
/frameworks/base/graphics/java/android/graphics/
DPath.java308 public void computeBounds(RectF bounds, boolean exact) { in computeBounds() argument
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd55 …, use inexact repeating alarms that allow the system to "phase shift" the exact moment each alarm …
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd131 If an application requires a navigational control, but the exact type of
Dsupports-gl-texture-element.jd175 descriptor strings and a match must be exact.</p>
Dactivity-alias-element.jd78 only by specifying the exact name of the alias. This implies that the alias
Dreceiver-element.jd67 specify its exact class name. This implies that the receiver is intended only for
Dservice-element.jd66 its exact class name. This implies that the service is intended only for
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd171 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/
Dpreparing-iab-app.jd118 …endation:</strong> It is highly recommended that you do not hard-code the exact public license key…
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd38 generally do so with an <em>explicit intent</em>, which defines the exact class name of the
/frameworks/base/docs/html/training/testing/
Dperformance.jd667 each other, but not exact.
674 the performance of the test, while not needing exact timings.
/frameworks/compile/slang/
DREADME.rst282 the same exact dimensionality (i.e. matching X and Y values for dimension).
/frameworks/base/docs/html/ndk/guides/audio/
Doutput-latency.jd286 buffers so that they contain an exact multiple of this number. If you use the correct number
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd487 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/
Dcontent-provider-basics.jd289 (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/
Dalarms.jd286 should avoid using exact alarms if possible.</p>
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd66 <em>Android execution environment</em>. The exact details of the Android execution

12