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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/resources/extensions/
browser_action_custom_bindings.js 5 // Custom binding for the browserAction API.
cast_streaming_rtp_stream_custom_bindings.js 5 // Custom binding for the Cast Streaming RtpStream API.
desktop_capture_custom_bindings.js 5 // Custom binding for the desktopCapture API.
gcm_custom_bindings.js 5 // Custom binding for the GCM API.
page_capture_custom_bindings.js 5 // Custom binding for the pageCapture API.
tabs_custom_bindings.js 5 // Custom binding for the tabs API.
  /external/chromium_org/extensions/renderer/resources/
i18n_custom_bindings.js 5 // Custom binding for the i18n API.
schema_utils.js 42 // Generate all possible signatures for a given API function.
78 // Returns a string representing the defined signature of the API function.
93 // Returns a string representing a call to an API function.
129 // Validates that a given schema for an API function is not ambiguous.
storage_area.js 16 // Binds an API function for a namespace to its browser-side call, e.g.
binding.js 23 // Stores the name and definition of each API function, with methods to
25 // API, a custom callback, etc).
48 throw new Error('Tried to set hook for unknown API "' + apiName + '"');
58 // Logs API calls to the Activity Log if it doesn't go through an
180 // The API through which the ${api_name}_custom_bindings.js files customize
181 // their API bindings beyond what can be generated.
188 // Registers a custom event type for the API identified by |namespace|.
195 // generated. The hook is passed as its first argument an "API" object to
203 runHooks_: function(api) {
214 compiledApi: api
    [all...]
  /external/chromium_org/media/test/data/eme_player_js/
widevine_player.js 6 // and EME working draft API.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 36 lets applications create EGLImages without a client API resource and
97 modesetting API. EGL_DRM_BUFFER_USE_SHARE_MESA requests that the
115 for use with DRM kernel modesetting API) is written to <handle> if
130 creating an EGLImage from an already existing client API
141 client APIs. By referencing an EGLImage in a client API, the
144 full client API for creating and querying DRM buffers, though,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c 219 || (i > 0 && ctx->API == API_OPENGLES)) {
1078 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
1085 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
1094 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_context.c 192 if (ctx->API == API_OPENGL)
224 if (ctx->API == API_OPENGL)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 14 ISAC=../ReleaseTest-API/isacswtest
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 12 This interface provides an OCaml API for the LLVM bitcode reader, the
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 12 This interface provides an OCaml API for the LLVM bitcode writer, the
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 12 This interface provides an OCaml API for LLVM pass manager builder
  /external/mesa3d/docs/
MESA_drm_image.spec 36 lets applications create EGLImages without a client API resource and
97 modesetting API. EGL_DRM_BUFFER_USE_SHARE_MESA requests that the
115 for use with DRM kernel modesetting API) is written to <handle> if
130 creating an EGLImage from an already existing client API
141 client APIs. By referencing an EGLImage in a client API, the
144 full client API for creating and querying DRM buffers, though,
  /external/mesa3d/src/mesa/main/
fbobject.c 219 || (i > 0 && ctx->API == API_OPENGLES)) {
1078 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
1085 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
1094 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_context.c 192 if (ctx->API == API_OPENGL)
224 if (ctx->API == API_OPENGL)
  /frameworks/wilhelm/src/
Android.mk 44 # enable API logging; details are set separately by SL_TRACE_DEFAULT below
46 # or -UUSE_TRACE to disable API logging
60 # log all API entries and exits (also requires Debug or Verbose log level)
64 # API level
  /hardware/intel/common/libva/
libva.spec 11 Summary: Video Acceleration (VA) API for Linux
40 The libva library implements the Video Acceleration (VA) API for Linux.
44 Summary: Video Acceleration (VA) API for Linux -- development files
50 The libva library implements the Video Acceleration (VA) API for Linux.
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 23 import com.google.android.gms.common.api.GoogleApiClient;
56 .addOnConnectionFailedListener(this).addApi(Wearable.API).build();
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 23 import com.google.android.gms.common.api.GoogleApiClient;
56 .addOnConnectionFailedListener(this).addApi(Wearable.API).build();

Completed in 4499 milliseconds

1 2 3 45 6 7 8 91011>>