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

1 2 3 4 56 7 8 91011>>

  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceConfigListenerService.java 23 import com.google.android.gms.common.api.GoogleApiClient;
56 .addOnConnectionFailedListener(this).addApi(Wearable.API).build();
  /external/chromium_org/build/android/
avd.py 38 opt_parser.add_option('--api-level', dest='api_level',
39 help='API level for the image, e.g. 19 for Android 4.4',
74 api_levels = re.findall('API level (\d+)', avds_output)
83 logging.critical('ERROR: Emulator SDK missing required target for API %d. '
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_master_fs.py 9 'api': {
28 'description': ('A test api with a couple of events which support or '
69 'description': 'a test api',
123 'description': 'An API for testing ref\'s',
202 'text': 'is an API for testing things.'
  /external/chromium_org/remoting/webapp/
signal_strategy.js 75 // Only use XMPP when TCP API is available and TLS support is enabled. That's
76 // not the case for V1 app (socket API is available only to platform apps)
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIDispatch_v8_0.cpp 33 #error The DeckLink API version of DeckLinkAPIDispatch.cpp is not the same version as DeckLinkAPI.h
75 // If the DeckLink API bundle was successfully loaded, return this knowledge to the caller
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 1 #if API < 11
d3d11_screen.h 148 #if API >= 11
164 #if API >= 11
173 #if API >= 11
193 #if API >= 11
236 #if API >= 11
422 #if API >= 11
464 #if API < 11
654 // putting semantics matching in the core API seems to be a (minor) design mistake
866 #if API >= 11
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
standalone_scaffolding.cpp 67 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api)
71 ctx->API = api;
  /external/chromium_org/third_party/sqlite/src/src/
util.c 219 ** IMPLEMENTATION-OF: R-20522-24639 The sqlite3_strnicmp() API allows
1028 ** Log an error that is an API call on a connection pointer that should
1034 "API call with %s database connection pointer",
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 31 # error You are using too old posix API!
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 1 #if API < 11
d3d11_screen.h 148 #if API >= 11
164 #if API >= 11
173 #if API >= 11
193 #if API >= 11
236 #if API >= 11
422 #if API >= 11
464 #if API < 11
654 // putting semantics matching in the core API seems to be a (minor) design mistake
866 #if API >= 11
    [all...]
  /external/mesa3d/src/glsl/
standalone_scaffolding.cpp 67 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api)
71 ctx->API = api;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fog.c 144 if (ctx->API != API_OPENGL)
166 if (ctx->API != API_OPENGL || !ctx->Extensions.EXT_fog_coord ||
179 if (ctx->API != API_OPENGL || !ctx->Extensions.NV_fog_distance ||
pixelstore.c 167 if (ctx->API == API_OPENGLES)
192 if (ctx->API == API_OPENGLES)
204 if (ctx->API == API_OPENGLES)
points.c 196 if ((ctx->API == API_OPENGL && ctx->Version >= 20)
197 || ctx->API == API_OPENGL_CORE) {
262 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE);
  /external/mesa3d/src/mesa/main/
fog.c 144 if (ctx->API != API_OPENGL)
166 if (ctx->API != API_OPENGL || !ctx->Extensions.EXT_fog_coord ||
179 if (ctx->API != API_OPENGL || !ctx->Extensions.NV_fog_distance ||
pixelstore.c 167 if (ctx->API == API_OPENGLES)
192 if (ctx->API == API_OPENGLES)
204 if (ctx->API == API_OPENGLES)
points.c 196 if ((ctx->API == API_OPENGL && ctx->Version >= 20)
197 || ctx->API == API_OPENGL_CORE) {
262 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE);
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder.py 26 # API schemas are aggregated in extension_api.json up to this version.
33 '''Finds API channel information for |api_name| from |features|.
34 Returns None if channel information for the API cannot be located.
45 # _manifest_features.json uses unix_style API names.
58 |file_system|, or None if the API is not found. Note that this may be the
60 in which case it is unknown whether the API actually exists there.
63 # API schema filenames switch format to unix_hacker_style.
66 # Devtools API names have 'devtools.' prepended to them.
86 '''Represents availability data for an API. |scheduled| is a version number
110 '''Generates availability information for APIs by looking at API schemas an
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 422 APInt API = getAllOnesValue(numBits);
423 API.clearBit(numBits - 1);
424 return API;
432 APInt API(numBits, 0);
433 API.setBit(numBits - 1);
434 return API;
582 APInt API(*this);
584 return API;
596 APInt API(*this);
598 return API;
    [all...]
  /external/chromium_org/extensions/renderer/resources/
runtime_custom_bindings.js 5 // Custom binding for the runtime API.
70 // Force the runtime API to be loaded in the background page. Using
72 // requireNative is only allowed while lazily loading an API.
send_request.js 14 // Used to prevent double Activity Logging for API calls that use both custom
40 // calling API methods on other contexts).
65 // caller has provided a callback. Implementations of api
114 // Send an API request and optionally register a callback.
set_icon.js 56 * The ImageDetails passed into an extension action-style API.
64 // pageAction API.
65 // TODO(kalman): Investigate whether this is for the pageActions API, and if
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 371 drv->API.CreateWindowSurface = droid_create_window_surface;
372 drv->API.CreatePixmapSurface = droid_create_pixmap_surface;
373 drv->API.CreatePbufferSurface = droid_create_pbuffer_surface;
374 drv->API.DestroySurface = droid_destroy_surface;
375 drv->API.SwapBuffers = droid_swap_buffers;
377 drv->API.CreateImageKHR = droid_create_image_khr;

Completed in 1021 milliseconds

1 2 3 4 56 7 8 91011>>