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

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/
APICast.h 1 #include <JavaScriptCore/API/APICast.h>
APIShims.h 1 #include <JavaScriptCore/API/APIShims.h>
JSBase.h 1 #include <JavaScriptCore/API/JSBase.h>
JSContextRef.h 1 #include <JavaScriptCore/API/JSContextRef.h>
JSObjectRef.h 1 #include <JavaScriptCore/API/JSObjectRef.h>
JSRetainPtr.h 1 #include <JavaScriptCore/API/JSRetainPtr.h>
JSStringRef.h 1 #include <JavaScriptCore/API/JSStringRef.h>
JSStringRefCF.h 1 #include <JavaScriptCore/API/JSStringRefCF.h>
JSValueRef.h 1 #include <JavaScriptCore/API/JSValueRef.h>
JavaScript.h 1 #include <JavaScriptCore/API/JavaScript.h>
JavaScriptCore.h 1 #include <JavaScriptCore/API/JavaScriptCore.h>
OpaqueJSString.h 1 #include <JavaScriptCore/API/OpaqueJSString.h>
WebKitAvailability.h 1 #include <JavaScriptCore/API/WebKitAvailability.h>
  /ndk/build/awk/
extract-platform.awk 20 # target=android-<api>
21 # target=<vendor>:<name>:<api>
23 # <api> is a number, but can also be "Donut" for the first form,
29 API=unknown
34 API=substr($0,RSTART,RLENGTH)
37 API="android-" substr($0,RSTART+1,RLENGTH)
42 printf("%s", API)
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
6 + "document, change the value of the API Level filter above.</p>"
7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.h 20 EGLenum API;
29 void setCurrentAPI(EGLenum API);
main.cpp 49 current->API = EGL_OPENGL_ES_API;
101 void setCurrentAPI(EGLenum API)
105 current->API = API;
112 return current->API;
  /external/doclava/res/assets/templates/components/
api_filter.cs 1 <?cs # The default API filter selector that goes in the header ?><?cs
3 <div id="api-level-toggle">
5 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
  /ndk/tests/
run-tests-all.sh 131 # $2: API level
137 local API=$2
141 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}
145 # $2: API level
152 local API=$2
159 --platform=android-$API \
160 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION) \
166 API=14
176 make_standalone $TAG $API $ARCH $GCC_VERSION $LLVM_VERSIO
    [all...]
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 10 * This interface provides an ocaml API for the LLVM intermediate
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list-crash.js 1 description("This test ensures that WebKit doesn't crash when the document.createTouchList API is called with non-Touch parameters");
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 1 description("This tests webkitStorageInfo API works.");
  /packages/apps/Browser/
Android.mk 22 # We need the sound recorder for the Media Capture API.
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
isEqualNode.js 1 description("Test the isEqualNode API.");

Completed in 978 milliseconds

1 2 3 4 5