| /cts/tests/signature/api/ |
| Android.mk | 20 # current api, in XML format. 23 LOCAL_MODULE := cts-current-api 24 LOCAL_MODULE_STEM := current.api 32 $(LOCAL_BUILT_MODULE) : frameworks/base/api/current.txt | $(APICHECK) 33 @echo "Convert API file $@" 38 cts_api_xml_v1 := $(CTS_TESTCASES_OUT)/current.api
|
| /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/v1/ |
| Android.mk | 46 # TODO: Figure out how to not use a prebuilt android API 18 jar and grab from
|
| /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
|
| /frameworks/native/opengl/libs/EGL/ |
| getProcAddress.cpp | 48 "addne r12, %[api] \n" \ 57 [api] "J"(_api*sizeof(void*)) \ 70 "ldr x16, [x16, %[api]]\n" \ 76 [api] "i" (__builtin_offsetof(gl_hooks_t, \ 91 "cmovne %P[api](%[fn]), %[fn]\n" \ 98 [api] "i" (__builtin_offsetof(gl_hooks_t, \ 113 "cmovne %P[api](%[fn]), %[fn]\n" \ 120 [api] "i" (__builtin_offsetof(gl_hooks_t, \ 140 "ld %[t0], %[API](%[t0])\n\t" \ 152 [API] "I"(__builtin_offsetof(gl_hooks_t, [all...] |
| /frameworks/native/opengl/libs/GLES2/ |
| gl2.cpp | 58 "ldrne pc, [r12, %[api]] \n" \ 61 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \ 74 "ldr x16, [x16, %[api]]\n" \ 79 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \ 94 "jmp *%P[api](%[fn])\n" \ 98 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \ 113 "jmp *%P[api](%[fn])\n" \ 117 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \ 137 "ld %[t0], %[API](%[t0])\n\t" \ 150 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) [all...] |
| /frameworks/native/opengl/libs/GLES_CM/ |
| gl.cpp | 114 "ldrne pc, [r12, %[api]] \n" \ 117 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \ 130 "ldr x16, [x16, %[api]]\n" \ 135 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \ 150 "jmp *%P[api](%[fn])\n" \ 154 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \ 169 "jmp *%P[api](%[fn])\n" \ 173 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \ 193 "ld %[t0], %[API](%[t0])\n\t" \ 206 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) [all...] |
| /frameworks/support/customtabs/ |
| Android.mk | 32 # API Check 35 support_module_api_dir := $(LOCAL_PATH)/api
|
| /frameworks/support/documents-archive/ |
| Android.mk | 43 # API Check 46 support_module_api_dir := $(LOCAL_PATH)/api
|
| /frameworks/support/percent/ |
| Android.mk | 37 # API Check 40 support_module_api_dir := $(LOCAL_PATH)/api
|
| /frameworks/support/v14/preference/ |
| Android.mk | 47 # API Check 50 support_module_api_dir := $(LOCAL_PATH)/api
|
| /frameworks/support/v7/appcompat/ |
| Android.mk | 40 # API Check 43 support_module_api_dir := $(LOCAL_PATH)/api
|
| /frameworks/support/v7/gridlayout/ |
| Android.mk | 38 # API Check 41 support_module_api_dir := $(LOCAL_PATH)/api
|
| /frameworks/support/v7/palette/ |
| Android.mk | 38 # API Check 41 support_module_api_dir := $(LOCAL_PATH)/api
|
| /frameworks/support/v7/recyclerview/ |
| Android.mk | 40 # API Check 43 support_module_api_dir := $(LOCAL_PATH)/api
|
| /system/media/camera/docs/ |
| CameraMetadataEnums.mako | 42 * @deprecated Please refer to this API documentation to find the alternatives
|
| /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/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...] |