HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 276 - 300 of 492) sorted by null

<<11121314151617181920

  /development/samples/wearable/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 40 import com.google.android.gms.common.api.GoogleApiClient;
85 .addApi(Wearable.API)
  /development/samples/wearable/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
HomeListenerService.java 40 import com.google.android.gms.common.api.GoogleApiClient;
59 .addApi(Wearable.API)
  /development/samples/wearable/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
NotificationUpdateService.java 31 import com.google.android.gms.common.api.GoogleApiClient;
32 import com.google.android.gms.common.api.ResultCallback;
59 .addApi(Wearable.API)
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_experimental.js 5 // This module implements experimental API for <webview>.
8 // <webview> Experimental API is only available on canary and dev channels of
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 6 // stream, finding and executing appropriate extension API method.
98 // sync API methods.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 67 'Visualization API trend-line format '
  /external/chromium_org/remoting/webapp/
oauth2_api.js 7 * OAuth2 API flow implementations.
27 * @return {string} OAuth2 userinfo API URL.
client_plugin.js 121 * Chromoting session API version (for this javascript).
122 * This is compared with the plugin API version to verify that they are
131 * The oldest API version that we support.
133 * compatibility with older API versions.
427 * @return {boolean} True if the plugin supports the injectKeyEvent API.
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_wayland.c 114 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
191 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
203 * Called via eglDestroySurface(), drv->API.DestroySurface().
558 * Called via eglSwapBuffers(), drv->API.SwapBuffers().
648 * Called via eglTerminate(), drv->API.Terminate().
759 drv->API.CreateWindowSurface = dri2_create_window_surface;
760 drv->API.DestroySurface = dri2_destroy_surface;
761 drv->API.SwapBuffers = dri2_swap_buffers;
762 drv->API.Terminate = dri2_terminate;
  /external/chromium_org/third_party/mesa/src/src/glsl/
main.cpp 43 initialize_context(struct gl_context *ctx, gl_api api)
45 initialize_context_to_defaults(ctx, api);
148 state->extensions, ctx->API) != 0;
test_optpass.cpp 220 state->extensions, ctx->API) != 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress.c 279 if (ctx->API == API_OPENGLES) {
version.c 314 switch (ctx->API) {
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 114 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
191 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
203 * Called via eglDestroySurface(), drv->API.DestroySurface().
558 * Called via eglSwapBuffers(), drv->API.SwapBuffers().
648 * Called via eglTerminate(), drv->API.Terminate().
759 drv->API.CreateWindowSurface = dri2_create_window_surface;
760 drv->API.DestroySurface = dri2_destroy_surface;
761 drv->API.SwapBuffers = dri2_swap_buffers;
762 drv->API.Terminate = dri2_terminate;
  /external/mesa3d/src/glsl/
main.cpp 43 initialize_context(struct gl_context *ctx, gl_api api)
45 initialize_context_to_defaults(ctx, api);
148 state->extensions, ctx->API) != 0;
test_optpass.cpp 220 state->extensions, ctx->API) != 0;
  /external/mesa3d/src/mesa/main/
texcompress.c 279 if (ctx->API == API_OPENGLES) {
version.c 314 switch (ctx->API) {
  /frameworks/native/opengl/libs/EGL/
getProcAddress.cpp 48 "ldrne r12, [r12, %[api]] \n" \
54 [api] "J"(__builtin_offsetof(gl_hooks_t, \
68 "ldr x16, [x16, %[api]]\n" \
74 [api] "i" (__builtin_offsetof(gl_hooks_t, \
89 "cmovne %P[api](%[fn]), %[fn]\n" \
96 [api] "i" (__builtin_offsetof(gl_hooks_t, \
111 "cmovne %P[api](%[fn]), %[fn]\n" \
118 [api] "i" (__builtin_offsetof(gl_hooks_t, \
139 "lw %[fn], %[API](%[t0])\n\t" \
149 [API] "I"(__builtin_offsetof(gl_hooks_t,
    [all...]
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 114 "ldrne pc, [r12, %[api]] \n" \
117 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
130 "ldr x16, [x16, %[api]]\n" \
135 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
150 "jmp *%P[api](%[fn])\n" \
154 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
169 "jmp *%P[api](%[fn])\n" \
173 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
194 "lw %[fn], %[API](%[t0])\n\t" \
205 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api))
    [all...]
  /frameworks/support/v4/
Android.mk 156 # A helper sub-library that makes direct use of the upcoming API.
166 # A helper sub-library that makes direct use of the upcoming API.
  /ndk/
ndk-gdb.py 598 error('''Could not find target device's supported API level!
601 log('Device API Level: %d' % (API_LEVEL))
603 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
604 The target device is running API level %d!''' % (API_LEVEL))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 44 * PUBLIC API METHODS
89 * Authorizes the current user with the configued API. You must call this
109 * "logout" of the configured OAuth API.
119 * the configured OAuth API.
222 * PRIVATE API METHODS
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 44 * PUBLIC API METHODS
89 * Authorizes the current user with the configued API. You must call this
109 * "logout" of the configured OAuth API.
119 * the configured OAuth API.
222 * PRIVATE API METHODS
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 427 // virtualKeyboardPrivate API in this case because it would then be
481 // Use the virtual keyboard API instead of the IME key event API
493 // See chrome/common/extensions/api/virtual_keyboard_private.json for

Completed in 1944 milliseconds

<<11121314151617181920