HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 1 - 25 of 106) 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-sdk/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>
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 10 * This interface provides an ocaml API for the LLVM intermediate
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 1 description("This tests webkitStorageInfo API works.");
  /external/webkit/Source/JavaScriptCore/
Android.mk 27 API/JSValueRef.cpp \
28 API/JSCallbackConstructor.cpp \
29 API/JSCallbackFunction.cpp \
30 API/JSCallbackObject.cpp \
31 API/JSClassRef.cpp \
32 API/JSObjectRef.cpp \
33 API/JSStringRef.cpp \
34 API/OpaqueJSString.cpp \
  /packages/apps/Browser/
Android.mk 22 # We need the sound recorder for the Media Capture API.
  /build/core/tasks/
apicheck.mk 17 # api compatibility or added apis illegally.
28 # $(2) stable api file
29 # $(3) api file to be tested
32 define check-api
34 @echo "Checking API:" $(1)
52 # Check that the API we're building hasn't broken the last-released
54 $(eval $(call check-api, \
64 # Check that the API we're building hasn't changed from the not-yet-released
66 $(eval $(call check-api, \
77 .PHONY: update-api
    [all...]
  /external/mesa3d/docs/
MESA_drm_image.spec 36 lets applications create EGLImages without a client API resource and
95 buffer with the DRM kernel modesetting API. The
111 for use with DRM kernel modesetting API) is written to <handle> if
126 creating an EGLImage from an already existing client API
137 client APIs. By referenceing an EGLImage in a client API, the
140 full client API for creating and querying DRM buffers, though,

Completed in 149 milliseconds

1 2 3 4 5