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

1 23 4 5 6 7 8 91011>>

  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 10 * This interface provides an OCaml API for the LLVM intermediate
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 12 This interface provides an OCaml API for LLVM bitcode linker,
  /external/mesa3d/src/mapi/glapi/gen/
gl_gentable.py 88 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr);
93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
174 def printBody(self, api):
175 for f in api.functionIterateByOffset():
201 api = gl_XML.parse_GL_API(file_name, glX_XML.glx_item_factory())
202 printer.Print(api)
  /external/mesa3d/src/mesa/main/
texgen.c 54 if (ctx->API == API_OPENGLES) {
135 if (ctx->API != API_OPENGL
149 if (ctx->API != API_OPENGL) {
164 if (ctx->API != API_OPENGL) {
360 if (ctx->API != API_OPENGL) {
367 if (ctx->API != API_OPENGL) {
406 if (ctx->API != API_OPENGL) {
416 if (ctx->API != API_OPENGL) {
texparam.c 67 supported = (ctx->API == API_OPENGL)
140 if (ctx->API != API_OPENGLES)
356 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
416 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_depth_texture) {
433 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture)
562 if (ctx->API != API_OPENGL)
595 if (ctx->API != API_OPENGL)
    [all...]
  /packages/apps/Browser/
Android.mk 22 # We need the sound recorder for the Media Capture API.
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_request_custom_bindings.js 5 // Custom binding for the webViewRequest API.
14 binding.registerCustomHook(function(api) {
15 var webViewRequest = api.compiledApi;
26 // declarative webRequest API.
42 // Setup all data types for the declarative webRequest API from the schema.
chrome_web_view.js 5 // This module implements chrome-specific <webview> API.
51 * Implemented when the ChromeWebView API is available.
62 * contextmenu API.
67 // the 'contextmenu' API is disabled for stable channel.
120 // Populate the WebRequest events from the API definition.
declarative_content_custom_bindings.js 5 // Custom binding for the declarativeContent API.
15 binding.registerCustomHook( function(api) {
16 var declarativeContent = api.compiledApi;
20 return utils.lookup(api.schema.types,
26 // declarative content API.
54 // Setup all data types for the declarative content API.
cast_streaming_udp_transport_custom_bindings.js 5 // Custom binding for the Cast Streaming UdpTransport API.
developer_private_custom_bindings.js 5 // Custom binding for the developerPrivate API.
feedback_private_custom_bindings.js 5 // Custom bindings for the feedbackPrivate API.
system_indicator_custom_bindings.js 5 // Custom binding for the systemIndicator API.
tab_capture_custom_bindings.js 5 // Custom binding for the Tab Capture API.
  /build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs 80 zh-tw-lang="API ??"
81 zh-cn-lang="API ??"
82 ru-lang="??????????? ?? API"
83 ko-lang="API ???"
84 ja-lang="API ???"
85 es-lang="Guías de la API"
86 >API Guides</a></li>
143 zh-tw-lang="API ??"
144 zh-cn-lang="API ??"
145 ru-lang="??????????? ?? API"
    [all...]
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 8 * engine powered by Google's speech synthesis API.
10 * This is an "event page", so it's not loaded when the API isn't being used,
13 * manifest, it makes a request to Google's API using Chrome's private key
20 * them using Google's speech synthesis API.
34 'https://www.google.com/speech-api/v2/synthesize?' +
98 // Install event listeners for the ttsEngine API.
107 * Gets Chrome's Google API key and then uses it to generate a request
112 * in the Chrome ttsEngine extension API.
117 // extension api and the web speech api specify 32k as th
    [all...]
  /external/chromium_org/extensions/renderer/resources/
declarative_webrequest_custom_bindings.js 5 // Custom binding for the declarativeWebRequest API.
12 binding.registerCustomHook(function(api) {
13 var declarativeWebRequest = api.compiledApi;
17 return utils.lookup(api.schema.types,
23 // declarative webRequest API.
38 // Setup all data types for the declarative webRequest API.
  /external/chromium_org/remoting/webapp/
cast_extension_handler.js 9 * the client session. It uses the Google Cast Chrome Sender API library to
55 * Attempts to load the Google Cast Chrome Sender API libary.
66 // Create a script node to load the Cast Sender API.
80 console.error("Failed to load Chrome Cast Sender API.");
131 * triggered if the Google Cast Chrome Sender API is available. We attempt to
132 * load this API in this.start(). If the API loaded successfully, we can proceed
135 * @param {boolean} loaded True if the API loaded succesfully.
136 * @param {Object} errorInfo Info if the API load failed.
148 * Initialize the Cast API
    [all...]
  /external/chromium_org/media/test/data/eme_player_js/
prefixed_clearkey_player.js 6 // prefixed EME API.
prefixed_widevine_player.js 6 // and prefixed EME API.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pythread.pxd 32 # Thread Local Storage (TLS) API
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.mli 12 This interface provides an OCaml API for the LLVM assembly reader, the
  /external/llvm/bindings/ocaml/transforms/vectorize/
llvm_vectorize.mli 12 This interface provides an OCaml API for LLVM vectorize transforms, the
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texparam.c 67 supported = (ctx->API == API_OPENGL)
140 if (ctx->API != API_OPENGLES)
356 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
416 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_depth_texture) {
433 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture)
562 if (ctx->API != API_OPENGL)
595 if (ctx->API != API_OPENGL)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 174 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
268 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
970 drv->API.CreateWindowSurface = dri2_create_window_surface;
971 drv->API.CreatePixmapSurface = dri2_create_pixmap_surface;
972 drv->API.CreatePbufferSurface = dri2_create_pbuffer_surface;
973 drv->API.DestroySurface = dri2_destroy_surface;
974 drv->API.SwapBuffers = dri2_swap_buffers;
975 drv->API.CopyBuffers = dri2_copy_buffers;
977 drv->API.SwapBuffersRegionNOK = NULL;
978 drv->API.CreateImageKHR = NULL
    [all...]

Completed in 516 milliseconds

1 23 4 5 6 7 8 91011>>