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

1 2 3 4 5 6 78 91011>>

  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 66 "ldrne pc, [r12, %[api]] \n" \
69 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
99 "ldr x16, [x16, %[api]]\n" \
104 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
134 "jmp *%P[api](%%eax)\n" \
138 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
168 "jmp *%P[api](%%rax)\n" \
172 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
210 "ld $12, %[API]($12)\n\t" \
220 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api))
    [all...]
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 122 "ldrne pc, [r12, %[api]] \n" \
125 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
155 "ldr x16, [x16, %[api]]\n" \
160 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
190 "jmp *%P[api](%%eax)\n" \
194 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
224 "jmp *%P[api](%%rax)\n" \
228 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
266 "ld $12, %[API]($12)\n\t" \
276 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api))
    [all...]
  /packages/apps/Email/tests/
Android.mk 30 # Objects.requireNonNull() which was only added in Android API level 19. Thus, this must
  /packages/services/Car/car-lib/
Android.mk 54 # API Check
58 car_module_api_dir := $(LOCAL_PATH)/api
  /prebuilts/go/darwin-x86/src/net/
conn_test.go 5 // This file implements API tests across platforms and will never have a build
  /prebuilts/go/darwin-x86/src/runtime/
msan.go 13 // Public memory sanitizer API.
race0.go 7 // Dummy race detection API, used when not built with -race.
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 41 // We are forced to return a float64 because the API is silly, but do
  /prebuilts/go/linux-x86/src/net/
conn_test.go 5 // This file implements API tests across platforms and will never have a build
  /prebuilts/go/linux-x86/src/runtime/
msan.go 13 // Public memory sanitizer API.
race0.go 7 // Dummy race detection API, used when not built with -race.
  /prebuilts/go/linux-x86/src/testing/
allocs.go 41 // We are forced to return a float64 because the API is silly, but do
  /system/media/camera/docs/
CameraMetadataEnums.mako 42 * @deprecated Please refer to this API documentation to find the alternatives
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
40 // Handle provisional api levels; the provisional level will always be the highest possible level
41 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
78 + "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("class") + "\" or higher in its manifest "
79 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
80 + "document, change the value of the API Level filter above.</p>
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
74 + "and be compiled against a version of the library that supports an equal or higher API Level. To reveal this "
75 + "document, change the value of the API Level filter above.</p>"
76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>")
    [all...]
  /external/v8/src/inspector/
v8-inspector-session-impl.cc 290 std::unique_ptr<protocol::Runtime::API::RemoteObject>
350 std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
354 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> result;
427 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
435 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>> result;
  /build/soong/cc/
ndk_library.go 33 Command: "$toolPath --arch $arch --api $apiLevel --api-map " +
81 // The first API level a library was available. A library will be generated
82 // for every API level beginning with this one.
85 // The first API level that library should have the version script applied.
91 // Private property for use by the mutator that splits per-API level.
142 return "", fmt.Errorf("API level must be an integer (is %q)", apiLevel)
ndk_sysroot.go 19 // 2. Platform API headers.
26 // The bionic and platform API headers are generalized into a single
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 57 /// sub-message is filtered by the API to only contain those fields as
95 /// clearly documented together with its declaration in the API. In
102 /// targeted resource are going to be updated. The API is required
105 /// describe the updated values, the API ignores the values of all
125 /// required to be honored by the API.
  /frameworks/rs/script_api/
rs_for_each.spec 115 Up to API level 23, the kernel is implicitly specified as the kernel named
117 Starting in API level 24, an arbitrary kernel function can be used,
202 this API. If allocations are passed in, they must match the number of arguments
226 summary: (Internal API) Launch a kernel in the current Script (with the slot number)
228 Internal API to launch a kernel.
  /external/mesa3d/src/mesa/main/
glformats.c     [all...]
buffers.c 388 if (ctx->API == API_OPENGLES2 && _mesa_is_winsys_fbo(fb) &&
502 if (ctx->API == API_OPENGLES2 && _mesa_is_user_fbo(fb) &&
583 if (ctx->API == API_OPENGL_COMPAT && !ctx->Extensions.ARB_ES2_compatibility) {
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 31 API method.
43 https://developer.android.com/reference/android/content/pm/ShortcutManager.html) API, they:
49 API class.
56 API method.
69 API.
74 corresponding API and lifecycle that allows applications to expose an
126 API documented in the SDK.
142 API class and its subclasses for the presented resource elements.
146 API class and its subclasses.
153 API class when heads-up notifications are presented
    [all...]
  /external/jdiff/src/jdiff/
XMLToAPI.java 16 * Creates an API object from an XML file. The API object is the internal
17 * representation of an API.
18 * All methods in this class for populating an API object are static.
25 /** The instance of the API object which is populated from the file. */
26 private static API api_ = null;
33 * Read the file where the XML representing the API is stored.
36 * representing the API
38 * @param apiName The simple name of the API file. If -oldapidir and
42 public static API readFile(String filename, boolean createGlobalComments
    [all...]
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 68 `android.media.audiofx.NoiseSuppressor` API.
81 when an application uses the `android.media.AudioRecord` API to record from this

Completed in 602 milliseconds

1 2 3 4 5 6 78 91011>>