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

1 2 3 4 5 6 78 91011>>

  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
GeofenceTransitionsIntentService.java 35 import com.google.android.gms.common.api.GoogleApiClient;
59 .addApi(Wearable.API)
80 // Connect to the Google Api service in preparation for sending a DataItem.
  /development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
IncomingRequestPhoneService.java 28 import com.google.android.gms.common.api.GoogleApiClient;
29 import com.google.android.gms.common.api.PendingResult;
144 .addApi(Wearable.API)
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
UpdateService.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
63 .addApi(Wearable.API)
105 Log.d(TAG, "onConnected(): api client is connected now");
123 Log.e(TAG, "Failed to connect to the Google API client");
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
SynchronizedNotificationsFragment.java 30 import com.google.android.gms.common.api.GoogleApiClient;
31 import com.google.android.gms.common.api.ResultCallback;
65 .addApi(Wearable.API)
141 Log.e(TAG, "buildWearableOnlyNotification(): no Google API Client connection");
187 Log.e(TAG, "Failed to connect to Google API Client");
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 41 import com.google.android.gms.common.api.GoogleApiClient;
159 .addApi(LocationServices.API)
216 .addApi(LocationServices.API)
283 * Clears remote device notifications using the Wearable message API
288 .addApi(Wearable.API)
409 .addApi(Wearable.API)
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
ListenerService.java 33 import com.google.android.gms.common.api.GoogleApiClient;
81 .addApi(Wearable.API)
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 81 print '; WGL API'
  /external/v8/test/mjsunit/
debug-compile-event.js 38 var host_compilations = 0; // Number of scources compiled through the API.
138 // Check the actual number of events (no compilation through the API as all
  /frameworks/support/v7/mediarouter/
Android.mk 105 # API Check
108 support_module_api_dir := $(LOCAL_PATH)/api
111 # android.support.v7.app. Note that this API definition will overlap with that
  /system/keymaster/
Android.mk 46 # the function-based keymaster HAL API to the message-based AndroidKeymaster API.
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 50 the API documentation are using jQuery objects.
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
simple_api_parser.js 46 //API
  /external/mdnsresponder/
Android.mk 103 # This builds an mDns that is embeddable within GmsCore for the nearby connections API
  /external/mesa3d/src/mesa/main/
context.c 47 * Other modules are responsible for API dispatch, vertex transformation,
423 /* per-API one-time init */
424 if (!(api_init_mask & (1 << ctx->API))) {
433 if (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2)
437 api_init_mask |= 1 << ctx->API;
642 else if (ctx->API == API_OPENGLES2) {
645 else if (ctx->API == API_OPENGLES) {
898 * is allocated, and increase its reference count. Setups the GL API dispatch
904 * \param api the GL API type to create the context fo
    [all...]
extensions.c 61 /** Set of API's in which the extension exists, as a bitset. */
78 * \brief Table of supported OpenGL extensions for all API's.
    [all...]
APIspec.py 32 """A Spec is an abstraction of the API spec."""
48 elif node.name == "api":
65 return API(self, self.impl_node)
68 """Return an API."""
69 return API(self, self.api_nodes[name])
72 class API(object):
73 """An API consists of categories and functions."""
82 # parse <api>
93 raise SpecError("unexpected node %s in api" % node.name)
108 """Find a matching function in the API.""
    [all...]
glformats.c 824 return ctx->API == API_OPENGL
827 return ctx->API == API_OPENGL
843 return ctx->API == API_OPENGLES;
    [all...]
  /frameworks/support/v13/
Android.mk 67 # API Check
70 support_module_api_dir := $(LOCAL_PATH)/api
  /frameworks/support/v7/preference/
Android.mk 61 # API Check
64 support_module_api_dir := $(LOCAL_PATH)/api
  /ndk/build/tools/
gen-platforms.sh 24 # that is relevant to API level N, and not contain anything that is already
25 # provided by API level N-1, N-2, etc..
150 echo " --platform=<list> List of API levels [$PLATFORMS]"
501 local API=$1
522 log "Generating platform $API crtbrand assembly code: $CRTBRAND_S"
523 (cd "$COMMON_SRC_DIR" && mkdir -p `dirname $CRTBRAND_S` && $CC -DPLATFORM_SDK_VERSION=$API -fpic -S -o - crtbrand.c | \
560 -DPLATFORM_SDK_VERSION=$API \
578 local API=$1
580 local HEADER="platforms/android-$API/arch-$ARCH/usr/include/android/api-level.h
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 25 no well-defined API to manage IPv6 flow information. In this document
26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
30 The API must solve the following tasks:
107 of received packet, we loose one very important property of BSD socket API,
242 parallel with IPsec API [RFC2367,Craig]. Actually, it may share API with
257 advanced API, especially, taking into account that eventually we
  /external/jdiff/src/jdiff/
APIComparator.java 6 * This class contains method to compare two API objects.
32 /** For easy local access to the old API object. */
33 private static API oldAPI_;
34 /** For easy local access to the new API object. */
35 private static API newAPI_;
40 public void compareAPIs(API oldAPI, API newAPI) {
53 // Find packages which were removed in the new API
58 // all the *API classes.
62 // in both the old and new API, then treat it as changed
877 API api = oldAPI_; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 658 gdrv->base.API.Initialize = egl_g3d_initialize;
659 gdrv->base.API.Terminate = egl_g3d_terminate;
660 gdrv->base.API.GetProcAddress = egl_g3d_get_proc_address;
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
22 import com.google.android.gms.common.api.Status;
194 .addApi(LocationServices.API)
195 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
22 import com.google.android.gms.common.api.Status;
194 .addApi(LocationServices.API)
195 .addApi(Wearable.API)

Completed in 1473 milliseconds

1 2 3 4 5 6 78 91011>>