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

1 2 3 4 5 67 8 91011>>

  /development/samples/wearable/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java 30 import com.google.android.gms.common.api.GoogleApiClient;
55 .addApi(Wearable.API)
  /development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
DataLayerListenerService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
56 .addApi(Wearable.API)
  /development/samples/wearable/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneService.java 25 import com.google.android.gms.common.api.GoogleApiClient;
58 .addApi(Wearable.API)
  /development/samples/wearable/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 31 import com.google.android.gms.common.api.GoogleApiClient;
55 .addApi(Wearable.API)
78 // Connect to the Google Api service in preparation for sending a DataItem.
  /development/samples/wearable/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 20 import com.google.android.gms.common.api.GoogleApiClient;
57 .addApi(Wearable.API)
  /development/samples/wearable/Quiz/Wearable/src/main/java/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/wearable/SynchronizedNotifications/Application/src/main/java/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)
115 Log.e(TAG, "Failed to connect to the Google API client");
  /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/
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.
webview_custom_bindings.js 5 // Custom binding for <webview> contextMenus API.
6 // Note that this file mimics custom bindings for chrome.contextMenus API
  /external/chromium_org/extensions/renderer/resources/
binding.js 21 // Stores the name and definition of each API function, with methods to
23 // API, a custom callback, etc).
46 throw new Error('Tried to set hook for unknown API "' + apiName + '"');
56 // Logs API calls to the Activity Log if it doesn't go through an
159 // The API through which the ${api_name}_custom_bindings.js files customize
160 // their API bindings beyond what can be generated.
167 // Registers a custom event type for the API identified by |namespace|.
174 // generated. The hook is passed as its first argument an "API" object to
182 runHooks_: function(api) {
193 compiledApi: api
    [all...]
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/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/chromium_org/v8/src/
apinatives.js 7 // This file contains infrastructure used by the API. See
39 throw 'Unknown API tag <' + tag + '>';
  /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/browser/resources/chromeos/chromevox/chromevox/background/
externs.js 94 * has the experimental accessibility API.

Completed in 395 milliseconds

1 2 3 4 5 67 8 91011>>