HomeSort by relevance Sort by last modified time
    Searched refs:backends (Results 1 - 18 of 18) sorted by null

  /external/llvm/bindings/ocaml/backends/
Makefile 1 ##===- bindings/ocaml/backends/Makefile --------------------*- 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 ocamldo
    [all...]
  /external/mesa3d/src/gbm/main/
backend.c 46 static const struct backend_desc backends[] = { variable in typeref:struct:backend_desc
94 for (i = 0; i < ARRAY_SIZE(backends); ++i) {
95 if (strcmp(backends[i].name, name) == 0) {
96 backend = &backends[i];
119 for (i = 0; i < ARRAY_SIZE(backends) && dev == NULL; ++i) {
120 backend = load_backend(&backends[i]);
  /external/llvm/bindings/ocaml/
Makefile 12 transforms linker backends all_backends
  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 10 (** Initialize all the backends targets *)
  /external/wpa_supplicant_8/src/utils/
ext_password.c 23 static const struct ext_password_backend *backends[] = { variable in typeref:struct:ext_password_backend
46 for (i = 0; backends[i]; i++) {
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 37 static int (*backends[])(struct pipe_loader_device **, int) = { variable
49 for (i = 0; i < Elements(backends); i++)
50 n += backends[i](&devs[n], MAX2(0, ndev - n));
pipe_loader_sw.c 46 static struct sw_winsys *(*backends[])() = { variable in typeref:struct:backends
58 for (i = 0; i < Elements(backends); i++) {
65 sdev->ws = backends[i]();
  /external/elfutils/src/
Makefile.am 27 backends src po tests
Makefile 361 backends src po tests
  /external/elfutils/src/tests/
coverage.sh 11 for d in lib libasm libdw libdwfl libebl libelf backends src; do
test-subr.sh 125 ${abs_top_builddir}/backends/libebl_i386.so \
126 ${abs_top_builddir}/backends/libebl_x86_64.so`
Makefile.am 20 BUILD_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
317 $(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_builddir)/libasm
Makefile     [all...]
  /art/tools/dexfuzz/src/dexfuzz/
Options.java 106 Log.always(" --arm : Include ARM backends in comparisons");
107 Log.always(" --arm64 : Include ARM64 backends in comparisons");
109 Log.always(" --x86 : Include x86 backends in comparisons");
110 Log.always(" --x86-64 : Include x86-64 backends in comparisons");
111 Log.always(" --mips : Include MIPS backends in comparisons");
112 Log.always(" --mips64 : Include MIPS64 backends in comparisons");
418 int backends = 0; local
420 backends++;
423 backends++;
426 backends++
    [all...]
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
sessions.py 54 #: backends
68 'backends': {
209 """Base class for sessions that use custom backends, e.g., memcache."""
241 even using different backends in the same request, through the method
325 backends = self.config['backends']
326 backend = backends[name]
328 backend = backends[name] = webapp2.import_string(backend)
476 default_config['backends']['securecookie'] = SecureCookieSessionFactory
  /external/libvorbis/lib/
Makefile.am 17 codec_internal.h backends.h bitrate.h
  /external/elfutils/src/backends/
Makefile 2 # backends/Makefile. Generated from Makefile.in by configure.
86 subdir = backends
324 abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/backends
325 abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/backends
484 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits backends/Makefile'; \
486 $(AUTOMAKE) --gnits backends/Makefile
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1165 milliseconds