Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/libagl/
Degl.cpp790 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/
DLoader.cpp306 const String8& pattern, const char* const search, bool exact) { in load_driver() argument
317 if (exact) { in load_driver()
/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.java287 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.jd134 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/tools/extras/
Doem-usb.jd176 exact location of the
201 exact location of the
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd100 …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.jd40 generally do so with an <em>explicit intent</em>, which defines the exact class name of the
/frameworks/base/docs/html/google/play-services/
Dauth.jd169 …handle and fix this issue by providing an error code that describes the exact cause of the problem.
/frameworks/compile/slang/
DREADME.rst282 the same exact dimensionality (i.e. matching X and Y values for dimension).
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd221 should avoid using exact alarms if possible.</p>
/frameworks/base/docs/html/distribute/googleplay/quality/
Dcore.jd313 …<li>When the app is resumed from the Recents app switcher, the app returns the user to the exact s…
314 …e device wakes from sleep (locked) state, the app returns the user to the exact state in which it …
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd52 <em>Android execution environment</em>. The exact details of the Android execution
/frameworks/base/docs/html/tools/help/
DMonkeyDevice.jd193 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/
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/google/play/billing/
Dbilling_subscriptions.jd141 the time of purchase and monthly subsequent to the purchase date (exact billing
/frameworks/base/docs/html/training/basics/firstapp/
Dstarting-activity.jd128 specifies the exact app component to which the intent should be given. However, intents

12