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

<<11121314151617181920

  /external/mesa3d/src/mesa/main/
glformats.c 824 return ctx->API == API_OPENGL
827 return ctx->API == API_OPENGL
843 return ctx->API == API_OPENGLES;
    [all...]
api_validate.c 112 switch (ctx->API) {
228 valid_enum = (ctx->API == API_OPENGL);
matrix.c 190 if (ctx->API == API_OPENGL && ctx->Extensions.NV_vertex_program) {
206 if (ctx->API == API_OPENGL
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 18 * b) If the SAML provider supports the credential passing API, the API calls
98 * collaborate. It forwards credentials API calls to the main script and
  /external/chromium_org/remoting/webapp/
oauth2.js 15 // identity API (http://crbug.com/ 134213).
56 * @return {string} API client ID.
63 * @return {string} API client secret.
  /external/ceres-solver/scripts/
ceres-solver.spec 37 - A friendly API: build your objective function one term at a time
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js 61 * Returns the absolute URL to the API source.
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 8 * @fileoverview This object provides a similar API to chrome.networkingPrivate.
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 5 // Custom bindings for the notifications API.
  /external/chromium_org/extensions/renderer/resources/
permissions_custom_bindings.js 5 // Custom binding for the Permissions API.
18 binding.registerCustomHook(function(api) {
19 var apiFunctions = api.apiFunctions;
20 var permissions = api.compiledApi;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
cachePolyfill.js 5 // A simple, incomplete implementation of the Cache API, intended to facilitate
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_validate.c 112 switch (ctx->API) {
228 valid_enum = (ctx->API == API_OPENGL);
matrix.c 190 if (ctx->API == API_OPENGL && ctx->Extensions.NV_vertex_program) {
206 if (ctx->API == API_OPENGL
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 6 * @fileoverview Utility methods for accessing chrome.metricsPrivate API.
  /external/doclava/res/assets/templates/
macros.cs 113 in API level <?cs var:obj.deprecatedsince ?>.<?cs
128 in API level <?cs var:obj.deprecatedsince ?>.<?cs
156 <?cs # print the API Level ?><?cs
159 Added in <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level <?cs var:obj.since ?></a><?cs
229 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
243 <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link2(cl.type,"true") ?></li><?cs
256 <li class="<?cs if:class.name == cl.label?>selected <?cs /if ?>api apilevel-<?cs var:cl.since ?>"><?cs call:type_link2(cl,"true") ?></li><?cs
266 <li class="<?cs if:(class.package.name == pkg.name) || (package.name == pkg.name)?>selected <?cs /if ?>api apilevel-<?cs var:pkg.since ?>"><?cs call:package_link(pkg) ?></li><?cs
  /external/jdiff/src/jdiff/
API.java 7 * The internal representation of an API.
17 * The advantage of writing out an XML representation of each API is that
27 public class API {
43 * The String which identifies this API, e.g. &quotSuperProduct 1.3&quot;.
59 public API() {
65 // Methods to display the contents of an API object.
71 /** Display the contents of the API object. */
  /build/core/
pdk_config.mk 108 # This represents whether java build can use platform API or not
186 $(info PDK Build uses the current platform API)
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/synchronizednotifications/
SynchronizedNotificationsFragment.java 36 import com.google.android.gms.common.api.GoogleApiClient;
37 import com.google.android.gms.common.api.ResultCallback;
71 .addApi(Wearable.API)
141 Log.e(TAG, "buildWearableOnlyNotification(): no Google API Client connection");
187 Log.e(TAG, "Failed to connect to Google API Client");
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Wearable/src/main/java/com/example/android/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)
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/agendadata/
MainActivity.java 32 import com.google.android.gms.common.api.GoogleApiClient;
33 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks;
34 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener;
35 import com.google.android.gms.common.api.ResultCallback;
66 .addApi(Wearable.API)
168 Log.d(TAG, "Connected to Google Api Service");
182 Log.d(TAG, "Disconnected from Google Api Service");
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/agendadata/
HomeListenerService.java 40 import com.google.android.gms.common.api.GoogleApiClient;
85 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/geofencing/
HomeListenerService.java 40 import com.google.android.gms.common.api.GoogleApiClient;
59 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/synchronizednotifications/
SynchronizedNotificationsFragment.java 36 import com.google.android.gms.common.api.GoogleApiClient;
37 import com.google.android.gms.common.api.ResultCallback;
71 .addApi(Wearable.API)
141 Log.e(TAG, "buildWearableOnlyNotification(): no Google API Client connection");
187 Log.e(TAG, "Failed to connect to Google API Client");
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Wearable/src/main/java/com/example/android/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)
  /development/samples/wearable/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
MainActivity.java 32 import com.google.android.gms.common.api.GoogleApiClient;
33 import com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks;
34 import com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener;
35 import com.google.android.gms.common.api.ResultCallback;
66 .addApi(Wearable.API)
168 Log.d(TAG, "Connected to Google Api Service");
182 Log.d(TAG, "Disconnected from Google Api Service");

Completed in 1052 milliseconds

<<11121314151617181920