HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 101 - 125 of 627) sorted by null

1 2 3 45 6 7 8 91011>>

  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 73 API, MUST meet the following requirements:
87 * The app is targeting API level 26 or higher and does not declare a
105 API and this value MUST NOT change at any time; however, the device MAY report
157 https://developer.android.com/reference/android/util/DisplayMetrics.html) API.
164 https://developer.android.com/reference/android/util/DisplayMetrics.html) API
253 , a low-overhead, cross-platform API for high-performance 3D graphics.
269 native API [`vkEnumeratePhysicalDevices()`](
283 Vulkan API, unless the application has the `android:debuggable` attribute
293 * [C-2-2] MUST NOT enumarate any `VkPhysicalDevice` for the Vulkan native API
309 or direct API calls
    [all...]
7_5_cameras.md 57 Camera API and MUST NOT configure the API to treat a front-facing camera as
106 ### 7.5.4\. Camera API Behavior
108 Android includes two API packages to access the camera, the newer
109 android.hardware.camera2 API expose lower-level camera control to the app,
114 The older API package, `android.hardware.Camera`, is marked as deprecated in
116 implementations MUST ensure the continued support of the API as described in
137 `android.media.ImageReader` API for `android.hardware.camera2` devices that
142 * [C-0-5] MUST still implement the full [Camera API](
150 autofocus, the API callbacks must still be ?faked? as described
    [all...]
  /external/mesa3d/src/mesa/main/
version.c 55 get_gl_override(gl_api api, int *version, bool *fwd_context,
58 const char *env_var = (api == API_OPENGL_CORE || api == API_OPENGL_COMPAT)
75 if (api == API_OPENGLES)
78 if (override[api].version < 0) {
79 override[api].version = 0;
83 override[api].fc_suffix = check_for_ending(version_str, "FC");
84 override[api].compat_suffix = check_for_ending(version_str, "COMPAT");
90 override[api].version = 0;
92 override[api].version = major * 10 + minor
    [all...]
varray.c 216 * Examine the API profile and extensions to determine which types are legal
343 if (ctx->Array.LegalTypesMask == 0 || ctx->Array.LegalTypesMaskAPI != ctx->API) {
344 /* Compute the LegalTypesMask only once, unless the context API has
350 ctx->Array.LegalTypesMaskAPI = ctx->API;
489 if (ctx->API == API_OPENGL_CORE && (vao == ctx->Array.DefaultVAO)) {
500 if (ctx->API == API_OPENGL_CORE && ctx->Version >= 44 &&
551 GLbitfield legalTypes = (ctx->API == API_OPENGLES)
570 const GLbitfield legalTypes = (ctx->API == API_OPENGLES)
589 const GLbitfield legalTypes = (ctx->API == API_OPENGLES)
597 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 4 : 3
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
api_exec.c 136 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 31)) {
302 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 30)) {
414 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 31)) {
443 if (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES) {
449 if (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2) {
545 if (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2) {
    [all...]
  /external/libcups/cups/
Makefile 2 # API library Makefile for CUPS.
398 echo Running array API tests...
460 echo Running file API tests...
472 echo Running HTTP API tests...
484 echo Running IPP API tests...
496 echo Running internationalization API tests...
508 echo Running language API tests...
520 echo Running option API tests...
532 echo Running PPD API tests...
544 echo Running PWG API tests..
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 428 APInt API = getAllOnesValue(numBits);
429 API.clearBit(numBits - 1);
430 return API;
438 APInt API(numBits, 0);
439 API.setBit(numBits - 1);
440 return API;
588 APInt API(*this);
590 return API;
602 APInt API(*this);
604 return API;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 400 APInt API = getAllOnesValue(numBits);
401 API.clearBit(numBits - 1);
402 return API;
412 APInt API(numBits, 0);
413 API.setBit(numBits - 1);
414 return API;
525 APInt API(*this);
527 return API;
537 APInt API(*this);
539 return API;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 432 APInt API = getAllOnesValue(numBits);
433 API.clearBit(numBits - 1);
434 return API;
442 APInt API(numBits, 0);
443 API.setBit(numBits - 1);
444 return API;
592 APInt API(*this);
594 return API;
606 APInt API(*this);
608 return API;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /compatibility/cdd/2_device-types/
2_2_handheld-reqs.md 32 * [H-0-1] Handheld devices MUST provide a complete implementation of the android.webkit.Webview API.
47 https://developer.android.com/reference/android/content/pm/ShortcutManager.html) API.
67 API classes.
  /compatibility/cdd/5_multimedia/
5_10_professional-audio.md 19 PCM buffer queue API.
60 queue API, they:
63 [AAudio](https://developer.android.com/ndk/guides/audio/aaudio/aaudio.html) API.
  /external/doclava/res/assets/templates-sdk/
page_info.cs 1 <?cs # optional, more info about the page, such as API level and links ?>
3 # A modal dialog when API level is set too low for this page
12 <div id="api-info-block">
13 <div class="api-level">
24 <div id="api-info-block">
25 <div class="api-level">
32 <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level
112 </div><!-- end api-info-block --><?cs
  /external/jdiff/src/jdiff/
APIHandler.java 14 * Handle the parsing of an XML file and the generation of an API object.
21 /** The API object which is populated from the XML file. */
22 public API api_;
25 public APIHandler(API api, boolean createGlobalComments) {
26 api_ = api;
77 if (localName.compareTo("api") == 0) {
228 // Add this comment to the current API element.
331 currentDepText = API.showHTMLTags(cdt);
338 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML API file:" + e)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_extensions.c 192 if (ctx->API == API_OPENGL_CORE) {
281 if (ctx->API == API_OPENGL_CORE)
283 if (ctx->API != API_OPENGL_CORE)
  /build/soong/cmd/javac_wrapper/
javac_wrapper_test.go 53 Note: Some input files use or override a deprecated API.
57 Note: dir/file.java uses or overrides a deprecated API.
  /developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
DataLayerListenerService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
51 .addApi(Wearable.API)
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
25 import com.google.android.gms.common.api.ResultCallback;
61 .addApi(Wearable.API)

Completed in 949 milliseconds

1 2 3 45 6 7 8 91011>>