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

1 23 4 5 6 7 8 91011>>

  /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/
declarative_content_custom_bindings.js 5 // Custom binding for the declarativeContent API.
14 binding.registerCustomHook( function(api) {
15 var declarativeContent = api.compiledApi;
19 return utils.lookup(api.schema.types,
25 // declarative content API.
53 // Setup all data types for the declarative content API.
webview_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.
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.
browser_action_custom_bindings.js 5 // Custom binding for the browserAction 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.
page_actions_custom_bindings.js 5 // Custom binding for the pageActions API.
page_capture_custom_bindings.js 5 // Custom binding for the pageCapture 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/ui/webui/resources/js/
assert.js 10 * Simple common assertion 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...]
  /external/mesa3d/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...]
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/quiz/
QuizReportActionService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
51 .addApi(Wearable.API)
  /development/samples/wearable/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
51 .addApi(Wearable.API)

Completed in 342 milliseconds

1 23 4 5 6 7 8 91011>>