HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 26 - 50 of 627) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
extensions.h 73 /** Minimum version the extension requires for the given API
102 _mesa_extension_table[MESA_EXTENSION_##name_str].version[ctx->API]); \
texgen.c 50 if (ctx->API == API_OPENGLES) {
130 if (ctx->API != API_OPENGL_COMPAT
144 if (ctx->API != API_OPENGL_COMPAT) {
159 if (ctx->API != API_OPENGL_COMPAT) {
351 if (ctx->API != API_OPENGL_COMPAT) {
358 if (ctx->API != API_OPENGL_COMPAT) {
396 if (ctx->API != API_OPENGL_COMPAT) {
406 if (ctx->API != API_OPENGL_COMPAT) {
  /compatibility/cdd/3_software/
3_5_api-behavioral-compatibility.md 1 ## 3.5\. API Behavioral Compatibility
3 The behaviors of each of the API types (managed, soft, native, and web) must be
23 API class or the [`WifiManager.startScan()`](
26 * [C-0-6] if the app is targeting API level 25 or higher, they MUST NOT
35 * [C-0-7] if the app is targeting API level 25 or higher, they MUST stop
41 * [C-0-8] if the app is targeting API level 25 or higher, they MUST
3_4_web-compatibility.md 6 `android.webkit.Webview` API, they:
14 API.
46 * [geolocation](http://www.w3.org/TR/geolocation-API/)
47 * [C-1-2] MUST support the HTML5/W3C [webstorage API](
49 [IndexedDB API](http://www.w3.org/TR/IndexedDB/). Note that as the web
3_16_companion_device_pairing.md 6 API for apps to access this feature.
  /compatibility/cdd/8_performance-and-power/
8_5_consistent-performance.md 14 API method.
24 API and other related APIs.
35 API method the ID numbers of the exclusive cores that can be reserved
46 API method
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 10 * This interface provides an OCaml API for the LLVM intermediate
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 12 This interface provides an OCaml API for LLVM bitcode linker,
  /external/mesa3d/src/mapi/glapi/gen/
gl_gentable.py 92 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr);
97 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
186 def printBody(self, api):
190 for f in api.functions_by_name.itervalues():
196 for f in api.functions_by_name.itervalues():
223 help='An XML file description of an API')
234 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
235 printer.Print(api)
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 10 * This interface provides an ocaml API for the LLVM intermediate
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 2 ; Provide FSP API entry points.
307 ; Save API entry/exit timestamp into stack
340 ; TempRamInit API
342 ; This FSP API will load the microcode update, enable code caching for the
406 ; FspInit API
408 ; This FSP API will perform the processor and chipset initialization.
409 ; This API will not return. Instead, it transfers the control to the
419 ; NotifyPhase API
421 ; This FSP API will notify the FSP about the different phases in the boot
431 ; FspMemoryInit API
    [all...]
FspApiEntry.s 14 # Provide FSP API entry points.
500 # Save API entry/exit timestamp into stack
531 # TempRamInit API
533 # This FSP API will load the microcode update, enable code caching for the
621 # FspInit API
623 # This FSP API will perform the processor and chipset initialization.
624 # This API will not return. Instead, it transfers the control to the
634 # NotifyPhase API
636 # This FSP API will notify the FSP about the different phases in the boot
646 # FspMemoryInit API
    [all...]
  /platform_testing/build/tasks/
continuous_instrumentation_tests.mk 43 # Rules to generate an API-coverage report based on the above tests
49 # Framework API descriptions
50 api_text := frameworks/base/api/system-current.txt
51 api_xml := $(coverage_out)/api.xml
53 $(hide) echo "Converting API file to XML: $@"
57 # CTS API coverage tool
58 api_coverage_exe := $(HOST_OUT_EXECUTABLES)/cts-api-coverage
69 $(coverage_report): PRIVATE_REPORT_TITLE := "APCT API Coverage Report"
  /packages/services/Car/
apicheck.mk 19 # $(car_module_api_dir) - dir to store API files
25 # $(api_check_current_msg_file) - file containing error message for current API check
26 # $(api_check_last_msg_file) - file containing error message for last SDK API check
55 -api $(car_module_api_file) \
93 -api $(car_module_system_api_file) \
130 update-car-api: PRIVATE_PROGUARD_INTERMEDIATES_OUTPUT := $(docs_proguard_intermediates_output)
131 update-car-api: PRIVATE_PROGUARD_OUTPUT_FILE := $(car_module_proguard_file)
132 update-car-api: PRIVATE_CAR_MODULE := $(car_module)
133 update-car-api: $(car_module)-proguard-docs | $(ACP)
144 # Check public API
    [all...]
  /external/doclava/res/assets/templates-sdk/components/
masthead.cs 29 zh-tw-lang="API ??"
30 zh-cn-lang="API ??"
31 ru-lang="??????????? ?? API"
32 ko-lang="API ???"
33 ja-lang="API ???"
34 es-lang="Guías de la API">Guides</a>
139 zh-tw-lang="API ??"
140 zh-cn-lang="API ??"
141 ru-lang="??????????? ?? API"
142 ko-lang="API ???"
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 32 * Public EGL API entrypoints
45 * For each public API entry point, the opaque handles are looked up
107 * Macros to help return an API entrypoint.
637 drv->API.Terminate(drv, disp);
687 ret = drv->API.GetConfigs(drv, disp, configs, config_size, num_config);
704 ret = drv->API.ChooseConfig(drv, disp, attrib_list, configs,
723 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value);
752 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
771 ret = drv->API.DestroyContext(drv, disp, context);
821 ret = drv->API.MakeCurrent(drv, disp, draw_surf, read_surf, context)
    [all...]
  /external/v8/src/inspector/
v8-inspector-session-impl.h 67 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> supportedDomains()
79 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
86 std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
  /build/make/core/tasks/
apicheck.mk 17 # api compatibility or added apis illegally.
20 # skip api check for PDK buid
34 .PHONY: check-public-api
35 checkapi : check-public-api
37 .PHONY: update-api
40 # Note that since INTERNAL_PLATFORM_API_FILE is the byproduct of api-stubs module,
42 # we need to add api-stubs as additional dependency of the api check.
44 # Check that the API we're building hasn't broken the last-released
46 $(eval $(call check-api, \
    [all...]
  /compatibility/cdd/9_security-model/
9_12_data-deletion.md 15 API is called by the primary user's Device Policy Controller app.
  /external/ImageMagick/api_examples/
magick_script 26 ImageMagick Shell/Script API
  /external/libopus/
silk_headers.mk 5 silk/API.h \
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.mli 12 This interface provides an OCaml API for the LLVM assembly reader, the
  /packages/apps/PackageInstaller/
Android.mk 32 # Comment for now unitl all private API dependencies are removed
  /prebuilts/go/darwin-x86/misc/cgo/test/
api.go 5 // API Compatibility Checks for cgo
  /prebuilts/go/darwin-x86/src/runtime/
msan0.go 7 // Dummy MSan support API, used when not built with -msan.

Completed in 527 milliseconds

12 3 4 5 6 7 8 91011>>