| /external/jemalloc/include/jemalloc/ |
| jemalloc_mangle.sh | 11 * name mangling that matches the API prefixing that happened as a result of 30 * public jemalloc API if JEMALLOC_NO_DEMANGLE is defined. This is primarily
|
| /external/tlsdate/src/ |
| test-bio.c | 136 BIO API *BIO_new_test() 141 size_t API BIO_test_output_left (BIO *b) 146 size_t API BIO_test_get_output (BIO *b, unsigned char *buf, size_t bufsz) 152 void API BIO_test_add_input (BIO *b, const unsigned char *buf, size_t bufsz)
|
| /external/libopus/ |
| silk_headers.mk | 5 silk/API.h \
|
| /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 | 88 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr); 93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr); 174 def printBody(self, api): 175 for f in api.functionIterateByOffset(): 201 api = gl_XML.parse_GL_API(file_name, glX_XML.glx_item_factory()) 202 printer.Print(api)
|
| /external/mesa3d/src/mesa/main/ |
| texgen.c | 54 if (ctx->API == API_OPENGLES) { 135 if (ctx->API != API_OPENGL 149 if (ctx->API != API_OPENGL) { 164 if (ctx->API != API_OPENGL) { 360 if (ctx->API != API_OPENGL) { 367 if (ctx->API != API_OPENGL) { 406 if (ctx->API != API_OPENGL) { 416 if (ctx->API != API_OPENGL) {
|
| texparam.c | 67 supported = (ctx->API == API_OPENGL) 140 if (ctx->API != API_OPENGLES) 356 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES) 416 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_depth_texture) { 433 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) 562 if (ctx->API != API_OPENGL) 595 if (ctx->API != API_OPENGL) [all...] |
| lines.c | 64 if (ctx->API == API_OPENGL_CORE
|
| /hardware/bsp/intel/peripheral/libmraa/src/python/docs/ |
| mraa.rst | 2 API
|
| /packages/services/Car/ |
| apicheck.mk | 19 # $(car_module_api_dir) - dir to store API files 24 # $(api_check_current_msg_file) - file containing error message for current API check 25 # $(api_check_last_msg_file) - file containing error message for last SDK API check 54 -api $(car_module_api_file) \ 92 -api $(car_module_system_api_file) \ 107 # Check public API 109 .PHONY: $(car_module)-check-public-api 110 checkapi: $(car_module)-check-public-api 111 $(car_module): $(car_module)-check-public-api 118 # Check that the API we're building hasn't broken the last-released SDK versio [all...] |
| /build/tools/droiddoc/templates-sdk-dev/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> 112 zh-tw-lang="API ??" 113 zh-cn-lang="API ??" 114 ru-lang="??????????? ?? API" 115 ko-lang="API ???" [all...] |
| /build/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...] |
| /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/ |
| jsdom_parser.js | 6 //API
|
| /external/llvm/bindings/ocaml/irreader/ |
| llvm_irreader.mli | 12 This interface provides an OCaml API for the LLVM assembly reader, the
|
| /external/llvm/bindings/ocaml/transforms/vectorize/ |
| llvm_vectorize.mli | 12 This interface provides an OCaml API for LLVM vectorize transforms, the
|
| /external/mesa3d/src/egl/drivers/dri2/ |
| platform_x11.c | 174 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface(). 268 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface(). 970 drv->API.CreateWindowSurface = dri2_create_window_surface; 971 drv->API.CreatePixmapSurface = dri2_create_pixmap_surface; 972 drv->API.CreatePbufferSurface = dri2_create_pbuffer_surface; 973 drv->API.DestroySurface = dri2_destroy_surface; 974 drv->API.SwapBuffers = dri2_swap_buffers; 975 drv->API.CopyBuffers = dri2_copy_buffers; 977 drv->API.SwapBuffersRegionNOK = NULL; 978 drv->API.CreateImageKHR = NULL [all...] |
| /cts/tests/tests/keystore/ |
| Android.mk | 40 # Can't use public/test API only because some tests use hidden API
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| ANTLRFileStream.cs | 93 #region Public API
|
| /external/clang/include/clang-c/ |
| Makefile | 9 $(Echo) Installing Clang C API include files
|
| /external/deqp/framework/delibs/dethread/unix/ |
| deThreadLocalUnix.c | 29 # error You are using too old posix API!
|
| /external/eigen/blas/ |
| Android.mk | 57 # Build Eigen using API 9 toolchain for RS Support lib. 64 # Only used for build for low Android API(x86 target) without posix_memalign.
|
| /external/mesa3d/src/egl/main/ |
| egldriver.h | 83 _EGLAPI API; /**< EGL API dispatch table */
|
| /frameworks/support/graphics/drawable/ |
| Android.mk | 38 # Static API Check 40 support_module_api_dir := $(LOCAL_PATH)/static/api 69 # Animated API Check 71 support_module_api_dir := $(LOCAL_PATH)/animated/api
|
| /build/tools/droiddoc/templates-sdk/components/ |
| masthead.cs | 115 zh-tw-lang="API ??" 116 zh-cn-lang="API ??" 117 ru-lang="??????????? ?? API" 118 ko-lang="API ???" 119 ja-lang="API ???" 120 es-lang="Guías de la API">Guides</a> 162 es-lang="Referencia">API Reference</a> 225 zh-tw-lang="API ??" 226 zh-cn-lang="API ??" 227 ru-lang="??????????? ?? API" [all...] |