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

1 2 3

  /external/webkit/JavaScriptCore/ForwardingHeaders/JavaScriptCore/
APICast.h 1 #include <JavaScriptCore/API/APICast.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)
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list.js 1 description("This tests support for the document.createTouchList API.");
document-create-touch.js 1 description("This tests support for the document.createTouch API.");
  /ndk/build/tools/
dev-generate-api-levels.sh 17 # This script is used to automatically generate the <android/api-level.h>
29 register_var_option "--apis=<list>" APIS "Specify list of API levels."
43 for API in $APIS; do
44 if [ ! -d "$PLATFORMS_DIR/android-$API" ] ; then
48 HEADER="android-$API/include/android/api-level.h"
81 #define __ANDROID_API__ $API
  /build/core/tasks/
apicheck.mk 17 # api compatibility or added apis illegally.
28 # $(2) stable api xml file
29 # $(3) api xml file to be tested
32 define check-api
34 @echo "Checking API:" $(1)
51 # Check that the API we're building hasn't broken the last-released
53 $(eval $(call check-api, \
63 # Check that the API we're building hasn't changed from the not-yet-released
65 $(eval $(call check-api, \
76 .PHONY: update-api
    [all...]
  /external/libvpx/
docs.mk 25 vp8_api1_migration.dox.DESC = VP8 API 1.x Migration
  /cts/
CtsTestCaseList.mk 30 # These test cases will be analyzed by the CTS API coverage tools.
  /external/jdiff/src/jdiff/
APIHandler.java 14 * Handle the parsing of an XML file and the generation of an API object.
21 /** The API object which is populated from the XML file. */
22 public API api_;
25 public APIHandler(API api, boolean createGlobalComments) {
26 api_ = api;
77 if (localName.compareTo("api") == 0) {
227 // Add this comment to the current API element.
330 currentDepText = API.showHTMLTags(cdt);
337 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML API file:" + e)
    [all...]
XMLToAPI.java 15 * Creates an API object from an XML file. The API object is the internal
16 * representation of an API.
17 * All methods in this class for populating an API object are static.
24 /** The instance of the API object which is populated from the file. */
25 private static API api_ = null;
32 * Read the file where the XML representing the API is stored.
35 * representing the API
37 * @param apiName The simple name of the API file. If -oldapidir and
41 public static API readFile(String filename, boolean createGlobalComments
    [all...]
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/webkit/JavaScriptCore/
Android.mk 27 API/JSValueRef.cpp \
28 API/JSCallbackObject.cpp \
29 API/OpaqueJSString.cpp \
  /external/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

Completed in 2565 milliseconds

1 2 3