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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
InspectedWindowLoadMonitor.js 5 /** @fileoverview The chrome.devtools API does not support notifications from
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js 53 * extension API, we know that the methods will execute immediately instead of
  /external/chromium_org/chrome/renderer/resources/extensions/
content_setting.js 5 // Custom binding for the contentSettings API.
downloads_custom_bindings.js 5 // Custom bindings for the downloads API.
file_browser_private_custom_bindings.js 5 // Custom binding for the fileBrowserPrivate 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/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...]

Completed in 610 milliseconds

1 2 3 4 5 6 78 91011>>