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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/renderer/resources/extensions/
file_manager_private_custom_bindings.js 5 // Custom binding for the fileManagerPrivate API.
tts_custom_bindings.js 5 // Custom binding for the tts API.
13 binding.registerCustomHook(function(api) {
14 var apiFunctions = api.apiFunctions;
15 var tts = api.compiledApi;
  /external/chromium_org/extensions/renderer/resources/
app_runtime_custom_bindings.js 5 // Custom binding for the chrome.app.runtime API.
greasemonkey_api.js 10 // Partial implementation of the Greasemonkey API, see:
79 for (var i = 0, api; api = apis[i]; i++) {
80 window[api] = generateGreasemonkeyStub(api);
  /external/chromium_org/media/test/data/eme_player_js/
media_source_utils.js 5 // MediaSourceUtils provides basic functionality to load content using MSE API.
  /external/chromium_org/remoting/webapp/
fullscreen_v1.js 86 // API for much longer, this hack will suffice for now.
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c 301 drv->API.DestroyContext(drv, display, ctx);
311 drv->API.DestroySurface(drv, display, surf);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_extensions.c 97 if (ctx->API == API_OPENGL_CORE) {
115 if (ctx->API == API_OPENGL_CORE) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 146 if (ctx->API == API_OPENGL_CORE) {
164 if (ctx->API == API_OPENGL_CORE) {
  /external/chromium_org/tools/stats_viewer/
win32.cs 12 /// Win32 API constants, structs, and wrappers for access via C#.
  /external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.js 28 // This is a test of making an API call after an exception thrown in JavaScript
  /external/jdiff/src/jdiff/
JDiff.java 44 // Open the file where the XML representing the API will be stored.
45 // and generate the XML for the API into it.
60 // Check the file for the old API exists
63 System.out.println("Error: file '" + tempOldFileName + "' does not exist for the old API");
66 // Check the file for the new API exists
78 System.out.println("Error: file '" + tempNewFileName + "' does not exist for the new API");
82 // Read the file where the XML representing the old API is stored
83 // and create an API object for it.
84 System.out.print("JDiff: reading the old API in from file '" + tempOldFileName + "'...");
86 API oldAPI = XMLToAPI.readFile(tempOldFileName, false, oldFileName)
    [all...]
  /external/junit/
Common.mk 37 # List of junit javadoc source files for Android public API
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 12 This interface provides an OCaml API for LLVM IR analyses, the classes in
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.mli 12 This interface provides an OCaml API for LLVM interprocedural optimizations, the
  /external/mesa3d/docs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
  /external/mesa3d/src/egl/main/
egldisplay.c 301 drv->API.DestroyContext(drv, display, ctx);
311 drv->API.DestroySurface(drv, display, surf);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 97 if (ctx->API == API_OPENGL_CORE) {
115 if (ctx->API == API_OPENGL_CORE) {
  /external/mesa3d/src/mesa/main/
polygon.c 146 if (ctx->API == API_OPENGL_CORE) {
164 if (ctx->API == API_OPENGL_CORE) {
  /external/robolectric/
Android.mk 46 # TODO: Figure out how to not use a prebuilt android API 18 jar and grab from
  /ndk/build/tools/
gen-platforms.sh 24 # that is relevant to API level N, and not contain anything that is already
25 # provided by API level N-1, N-2, etc..
151 echo " --platform=<list> List of API levels [$PLATFORMS]"
506 local API=$1
523 log "Generating platform $API crtbrand assembly code: $CRTBRAND_S"
524 (cd "$COMMON_SRC_DIR" && mkdir -p `dirname $CRTBRAND_S` && $CC -DPLATFORM_SDK_VERSION=$API -fpic -S -o - crtbrand.c | \
563 -DPLATFORM_SDK_VERSION=$API \
583 local API=$1
585 local HEADER="platforms/android-$API/arch-$ARCH/usr/include/android/api-level.h
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
40 // Handle provisional api levels; the provisional level will always be the highest possible level
41 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
78 + "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("class") + "\" or higher in its manifest "
79 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
80 + "document, change the value of the API Level filter above.</p>
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 11 goog.provide('cvox.Api');
12 goog.provide('cvox.Api.Math');
54 * Tracks whether or not the ChromeVox API should be considered active.
134 * Public API.
159 cvox.Api = function() {
164 * Enables the API and connects to the content script.
166 cvox.Api.internalEnable = function() {
178 * Disables the ChromeVox API.
180 cvox.Api.internalDisable = function() {
189 * Returns true if ChromeVox is currently running. If the API is availabl
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
74 + "and be compiled against a version of the library that supports an equal or higher API Level. To reveal this "
75 + "document, change the value of the API Level filter above.</p>"
76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>")
    [all...]

Completed in 541 milliseconds

1 2 3 4 5 6 7 891011>>