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

1 2

  /external/autotest/frontend/db/backends/afe/
creation.py 1 from django.db.backends.mysql.creation import *
introspection.py 1 from django.db.backends.mysql.introspection import *
validation.py 1 from django.db.backends.mysql.validation import *
base.py 1 from django.db.backends.mysql.base import DatabaseCreation as MySQLCreation
2 from django.db.backends.mysql.base import DatabaseOperations as MySQLOperations
3 from django.db.backends.mysql.base import DatabaseWrapper as MySQLDatabaseWrapper
4 from django.db.backends.mysql.base import DatabaseIntrospection as MySQLIntrospection
14 compiler_module = "autotest_lib.frontend.db.backends.afe.compiler"
compiler.py 1 from django.db.backends.mysql import compiler as mysql_compiler
  /external/autotest/frontend/db/backends/afe_sqlite/
creation.py 1 from django.db.backends.sqlite3.creation import *
introspection.py 1 from django.db.backends.sqlite3.introspection import *
base.py 4 from django.db.backends.sqlite3.base import DatabaseOperations as SQLiteDatabaseOperations
5 from django.db.backends.sqlite3.base import DatabaseWrapper as SQLiteDatabaseWrapper
9 compiler_module = "autotest_lib.frontend.db.backends.afe_sqlite.compiler"
  /external/mesa3d/src/gbm/main/
backend.c 45 static const struct backend_desc backends[] = { variable in typeref:struct:backend_desc
70 for (i = 0; i < ARRAY_SIZE(backends); ++i) {
71 if (strcmp(backends[i].name, name) == 0) {
72 backend = &backends[i];
95 for (i = 0; i < ARRAY_SIZE(backends) && dev == NULL; ++i) {
96 backend = load_backend(&backends[i]);
  /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 19 static const struct ext_password_backend *backends[] = { variable in typeref:struct:ext_password_backend
42 for (i = 0; backends[i]; i++) {
43 if (os_strcmp(backends[i]->name, backend) == 0) {
44 data->backend = backends[i];
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 42 static int (*backends[])(struct pipe_loader_device **, int) = { variable
54 for (i = 0; i < ARRAY_SIZE(backends); i++)
55 n += backends[i](&devs[n], MAX2(0, ndev - n));
  /external/elfutils/
Makefile.am 31 backends src po tests
  /external/elfutils/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`
run-lfs-symbols.sh 75 dir=${abs_top_builddir}/backends
Makefile.am 20 BUILD_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
355 $(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_builddir)/libasm
  /external/curl/docs/cmdline-opts/
cert-status.d 13 This is currently only implemented in the OpenSSL, GnuTLS and NSS backends.
pinnedpubkey.d 25 Other SSL backends not supported.
  /external/autotest/frontend/
apache_auth.py 2 from django.contrib.auth import backends
13 class SimpleAuthBackend(backends.ModelBackend):
  /art/tools/dexfuzz/src/dexfuzz/
Options.java 110 Log.always(" --arm : Include ARM backends in comparisons");
111 Log.always(" --arm64 : Include ARM64 backends in comparisons");
113 Log.always(" --x86 : Include x86 backends in comparisons");
114 Log.always(" --x86-64 : Include x86-64 backends in comparisons");
115 Log.always(" --mips : Include MIPS backends in comparisons");
116 Log.always(" --mips64 : Include MIPS64 backends in comparisons");
436 int backends = 0; local
438 backends++;
441 backends++;
445 backends++
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa_test.go 52 // TestArithmetic tests that both backends have the same result for arithmetic expressions.
55 // TestFP tests that both backends have the same result for floating point expressions.
ssa.go 535 // first place. Need to wait until all backends
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa_test.go 52 // TestArithmetic tests that both backends have the same result for arithmetic expressions.
55 // TestFP tests that both backends have the same result for floating point expressions.
  /external/libvorbis/lib/
Makefile.am 17 codec_internal.h backends.h bitrate.h

Completed in 774 milliseconds

1 2