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

1 2 3

  /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/libevent/test/
test.sh 3 BACKENDS="EVPORT KQUEUE EPOLL DEVPOLL POLL SELECT WIN32"
48 for i in $BACKENDS; do
152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
  /external/curl/docs/cmdline-opts/
tlsv1.3.d 8 Note that TLS 1.3 is only supported by a subset of TLS backends. At the time
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/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
  /external/curl/
curl-config.in 47 --ssl-backends output the SSL backends libcurl was built to support
157 --ssl-backends)
  /external/autotest/frontend/
apache_auth.py 2 from django.contrib.auth import backends
13 class SimpleAuthBackend(backends.ModelBackend):
  /system/iot/attestation/partner-tools/
aesgcm.py 22 from cryptography.hazmat.backends import default_backend
  /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...]
  /external/scapy/scapy/layers/tls/crypto/
groups.py 20 from cryptography.hazmat.backends import default_backend
31 from cryptography.hazmat.backends import default_backend

Completed in 427 milliseconds

1 2 3