Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 186) sorted by relevance

12345678

/external/llvm/bindings/ocaml/backends/
DMakefile24 all-local:: all-backends
25 clean-local:: clean-backends
26 install-local:: install-backends
27 uninstall-local:: uninstall-backends
35 all-backends: stubs
40 clean-backends: stubs
46 install-backends: stubs
51 uninstall-backends: stubs
61 .PHONY: all-backends clean-backends install-backends uninstall-backends ocamldoc
/external/mesa3d/src/gbm/main/
Dbackend.c46 static const struct backend_desc backends[] = { variable
94 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in find_backend()
95 if (strcmp(backends[i].name, name) == 0) { in find_backend()
96 backend = &backends[i]; in find_backend()
119 for (i = 0; i < ARRAY_SIZE(backends) && dev == NULL; ++i) { in _gbm_create_device()
120 backend = load_backend(&backends[i]); in _gbm_create_device()
/external/wpa_supplicant_8/src/utils/
Dext_password.c23 static const struct ext_password_backend *backends[] = { variable
46 for (i = 0; backends[i]; i++) { in ext_password_init()
47 if (os_strcmp(backends[i]->name, backend) == 0) { in ext_password_init()
48 data->backend = backends[i]; in ext_password_init()
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/webapp2_extras/
Dsessions.rst9 It has three built-in backends: secure cookies, memcache and datastore.
10 New backends can be added extending :class:`CustomBackendSessionFactory`.
13 even using different backends in the same request, through the method
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_sw.c46 static struct sw_winsys *(*backends[])() = { variable
58 for (i = 0; i < Elements(backends); i++) { in pipe_loader_sw_probe()
65 sdev->ws = backends[i](); in pipe_loader_sw_probe()
Dpipe_loader.c37 static int (*backends[])(struct pipe_loader_device **, int) = { variable
49 for (i = 0; i < Elements(backends); i++) in pipe_loader_probe()
50 n += backends[i](&devs[n], MAX2(0, ndev - n)); in pipe_loader_probe()
/external/mesa3d/src/gbm/
DMakefile.am32 backends/dri/gbm_dri.c \
33 backends/dri/driver_name.c
/external/elfutils/src/tests/
Dtest-subr.sh125 ${abs_top_builddir}/backends/libebl_i386.so \
126 ${abs_top_builddir}/backends/libebl_x86_64.so`
Dcoverage.sh11 for d in lib libasm libdw libdwfl libebl libelf backends src; do
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dsessions.py325 backends = self.config['backends']
326 backend = backends[name]
328 backend = backends[name] = webapp2.import_string(backend)
/external/elfutils/src/backends/
DChangeLog253 * backends/alpha_retval.c (alpha_return_value_location): Use new
255 * backends/arm_retval.c (arm_return_value_location): Likewise.
256 * backends/i386_retval.c (i386_return_value_location): Likewise.
257 * backends/ia64_retval.c (hfa_type): Likewise.
259 * backends/ppc64_retval.c (ppc64_return_value_location): Likewise.
260 * backends/ppc_retval.c (ppc_return_value_location): Likewise.
261 * backends/s390_retval.c (s390_return_value_location): Likewise.
262 * backends/sh_retval.c (sh_return_value_location): Likewise.
263 * backends/sparc_retval.c (sparc_return_value_location): Likewise.
264 * backends/tilegx_retval.c (tilegx_return_value_location): Likewise.
[all …]
/external/llvm/bindings/ocaml/
DCMakeLists.txt4 add_subdirectory(backends)
DMakefile12 transforms linker backends all_backends
/external/llvm/bindings/ocaml/all_backends/
Dllvm_all_backends.mli10 (** Initialize all the backends targets *)
/external/mesa3d/src/egl/drivers/dri2/
DMakefile.am26 -I$(top_srcdir)/src/gbm/backends/dri \
/external/elfutils/src/
DMakefile.am27 backends src po tests subdir
Dconfig.status396 …akefile libdw/Makefile libdwfl/Makefile libcpu/Makefile libasm/Makefile backends/Makefile src/Make…
570 "backends/Makefile") CONFIG_FILES="$CONFIG_FILES backends/Makefile" ;;
DChangeLog22 module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
339 * Makefile.am (all_SUBDIRS): Add backends.
340 * configure.ac: Write backends/Makefile.
/external/skia/site/user/
Dindex.md13 Device backends for Skia currently include:
/external/mesa3d/src/gbm/backends/
DMakefile.template27 $(GBM_BACKEND).so: $(GBM_OBJECTS) Makefile $(TOP)/src/gbm/backends/Makefile.template
/external/libvorbis/lib/
DMakefile.am17 codec_internal.h backends.h bitrate.h
/external/llvm/docs/TableGen/
DBackEnds.rst11 TableGen backends are at the core of TableGen's functionality. The source files
19 instructions, schedules, cores and architecture features. Some backends generate
21 in a way that is easy to use pre-processor tricks. Some backends can also print
420 Until we get a step-by-step HowTo for writing TableGen backends, you can at
/external/llvm/bindings/ocaml/llvm/
DMETA.llvm.in107 description = "All backends for LLVM"
/external/llvm/docs/CommandGuide/
Dbugpoint.rst142 respectively. The interpreter and the JIT backends cannot currently
143 be used as the "safe" backends.
/external/mesa3d/src/glsl/
DREADME163 Mesa IR (and many hardware backends) only have a reciprocal
184 You may also need to update the backends if they will see the new expr type:
188 You can then use the new expression from builtins (if all backends

12345678