/external/llvm/bindings/ocaml/backends/ |
D | Makefile | 24 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/ |
D | backend.c | 46 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/ |
D | ext_password.c | 23 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/ |
D | sessions.rst | 9 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/ |
D | pipe_loader_sw.c | 46 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()
|
D | pipe_loader.c | 37 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/ |
D | Makefile.am | 32 backends/dri/gbm_dri.c \ 33 backends/dri/driver_name.c
|
/external/elfutils/src/tests/ |
D | test-subr.sh | 125 ${abs_top_builddir}/backends/libebl_i386.so \ 126 ${abs_top_builddir}/backends/libebl_x86_64.so`
|
D | coverage.sh | 11 for d in lib libasm libdw libdwfl libebl libelf backends src; do
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
D | sessions.py | 325 backends = self.config['backends'] 326 backend = backends[name] 328 backend = backends[name] = webapp2.import_string(backend)
|
/external/elfutils/src/backends/ |
D | ChangeLog | 253 * 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/ |
D | CMakeLists.txt | 4 add_subdirectory(backends)
|
D | Makefile | 12 transforms linker backends all_backends
|
/external/llvm/bindings/ocaml/all_backends/ |
D | llvm_all_backends.mli | 10 (** Initialize all the backends targets *)
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | Makefile.am | 26 -I$(top_srcdir)/src/gbm/backends/dri \
|
/external/elfutils/src/ |
D | Makefile.am | 27 backends src po tests subdir
|
D | config.status | 396 …akefile libdw/Makefile libdwfl/Makefile libcpu/Makefile libasm/Makefile backends/Makefile src/Make… 570 "backends/Makefile") CONFIG_FILES="$CONFIG_FILES backends/Makefile" ;;
|
D | ChangeLog | 22 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/ |
D | index.md | 13 Device backends for Skia currently include:
|
/external/mesa3d/src/gbm/backends/ |
D | Makefile.template | 27 $(GBM_BACKEND).so: $(GBM_OBJECTS) Makefile $(TOP)/src/gbm/backends/Makefile.template
|
/external/libvorbis/lib/ |
D | Makefile.am | 17 codec_internal.h backends.h bitrate.h
|
/external/llvm/docs/TableGen/ |
D | BackEnds.rst | 11 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/ |
D | META.llvm.in | 107 description = "All backends for LLVM"
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 142 respectively. The interpreter and the JIT backends cannot currently 143 be used as the "safe" backends.
|
/external/mesa3d/src/glsl/ |
D | README | 163 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
|