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

1 2 3 4 5 6 78 91011>>

  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
GeofenceTransitionsIntentService.java 32 import com.google.android.gms.common.api.GoogleApiClient;
56 .addApi(Wearable.API)
77 // Connect to the Google Api service in preparation for sending a DataItem.
  /development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
CheckInAndDeleteDataItemsService.java 20 import com.google.android.gms.common.api.GoogleApiClient;
57 .addApi(Wearable.API)
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DeleteQuestionService.java 26 import com.google.android.gms.common.api.GoogleApiClient;
57 .addApi(Wearable.API)
UpdateQuestionService.java 27 import com.google.android.gms.common.api.GoogleApiClient;
62 .addApi(Wearable.API)
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DismissListener.java 29 import com.google.android.gms.common.api.GoogleApiClient;
30 import com.google.android.gms.common.api.ResultCallback;
53 .addApi(Wearable.API)
118 Log.e(TAG, "Failed to connect to the Google API client");
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
tabs_api_handler.js 6 * @fileoverview Accesses Chrome's tabs extension API and gives
20 * Class that adds listeners and handles events from the tabs API.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 13 * specifically will be useful when using the BrowsingData API are contained in
79 * Handle a success/failure callback from the `browsingData` API methods,
  /external/chromium_org/chrome/renderer/resources/extensions/
chrome_web_view_internal_custom_bindings.js 5 // Custom binding for <webview> contextMenus API.
6 // Note that this file mimics custom bindings for chrome.contextMenus API
omnibox_custom_bindings.js 5 // Custom binding for the omnibox API. Only injected into the v8 contexts
6 // for extensions which have permission for the omnibox API.
content_setting.js 5 // Custom binding for the contentSettings API.
downloads_custom_bindings.js 5 // Custom bindings for the downloads API.
  /external/chromium_org/extensions/renderer/resources/
extension_custom_bindings.js 5 // Custom binding for the extension API.
24 // chrome.windows API won't exist unless this extension has permission for it;
  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 11 * webapp must use Chrome's optional permissions API to check if it has the
14 * requested, then uses the Chrome API ask the user for the new permission.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pystate.pxd 53 # C API, regardless of the current state of Python, or of its
77 # the caller, hence the use of the GILState API.)
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 466 drv->API.CreateWindowSurface = dri2_create_window_surface;
467 drv->API.DestroySurface = dri2_destroy_surface;
468 drv->API.SwapBuffers = dri2_swap_buffers;
469 drv->API.CreateImageKHR = dri2_drm_create_image_khr;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_clear.c 182 if (ctx->API == API_OPENGLES)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clear.c 236 if (ctx->API == API_OPENGLES) {
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 466 drv->API.CreateWindowSurface = dri2_create_window_surface;
467 drv->API.DestroySurface = dri2_destroy_surface;
468 drv->API.SwapBuffers = dri2_swap_buffers;
469 drv->API.CreateImageKHR = dri2_drm_create_image_khr;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.c 182 if (ctx->API == API_OPENGLES)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clear.c 236 if (ctx->API == API_OPENGLES) {
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 58 "ldrne pc, [r12, %[api]] \n" \
61 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
74 "ldr x16, [x16, %[api]]\n" \
79 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
94 "jmp *%P[api](%[fn])\n" \
98 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
113 "jmp *%P[api](%[fn])\n" \
117 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
138 "lw %[fn], %[API](%[t0])\n\t" \
149 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 34 #if API >= 11
63 #if API >= 11
111 #if API >= 11
298 #if API >= 11
469 #if API >= 11
549 #if API >= 11
917 #if API >= 11
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 34 #if API >= 11
63 #if API >= 11
111 #if API >= 11
298 #if API >= 11
469 #if API >= 11
549 #if API >= 11
917 #if API >= 11
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
InspectedWindowLoadMonitor.js 5 /** @fileoverview The chrome.devtools API does not support notifications from
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js 53 * extension API, we know that the methods will execute immediately instead of

Completed in 2893 milliseconds

1 2 3 4 5 6 78 91011>>