OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backends
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/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"
/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/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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/
backends.yaml
18
backends
:
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
codepen_credentials_backend_unittest.py
4
from telemetry.internal.
backends
import codepen_credentials_backend
5
from telemetry.internal.
backends
\
facebook_credentials_backend_unittest.py
4
from telemetry.internal.
backends
import facebook_credentials_backend
5
from telemetry.internal.
backends
\
google_credentials_backend_unittest.py
4
from telemetry.internal.
backends
import\
6
from telemetry.internal.
backends
import google_credentials_backend
codepen_credentials_backend.py
5
from telemetry.internal.
backends
import form_based_credentials_backend
google_credentials_backend.py
5
from telemetry.internal.
backends
import form_based_credentials_backend
facebook_credentials_backend.py
5
from telemetry.internal.
backends
import form_based_credentials_backend
/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/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
misc_web_contents_backend.py
6
from telemetry.internal.
backends
.chrome import oobe
7
from telemetry.internal.
backends
.chrome_inspector import inspector_backend_list
cros_browser_with_oobe.py
5
from telemetry.internal.
backends
.chrome import cros_browser_backend
ios_browser_finder_unittest.py
7
from telemetry.internal.
backends
.chrome import ios_browser_finder
/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/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_http_unittest.py
7
from telemetry.internal.
backends
.chrome_inspector import devtools_http
Completed in 1647 milliseconds
1
2
3
4