HomeSort by: relevance | last modified time | path
    Searched refs:backend (Results 1 - 25 of 144) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/llvm/utils/
llvm-gisel-cov.py 17 backend, sep, value = s.partition('=')
20 if not backend:
24 return backend, int(value)
30 metavar='BACKEND=NUM',
31 help='Specify the number of rules for a backend')
41 backend, _, data = data.partition('\0')
42 pos += len(backend)
45 if len(backend) == 0:
47 backend, = struct.unpack("%ds" % len(backend), backend
    [all...]
  /src/external/bsd/kyua-cli/dist/store/
backend.hpp 29 /// \file store/backend.hpp
30 /// Interface to the backend database.
71 class backend { class in namespace:store
79 backend(impl*);
82 ~backend(void);
84 static backend open_ro(const utils::fs::path&);
85 static backend open_rw(const utils::fs::path&);
transaction_test.cpp 41 #include "store/backend.hpp"
77 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
78 backend.database().exec("PRAGMA foreign_keys = OFF");
79 store::transaction tx = backend.start();
87 sqlite::statement stmt = backend.database().create_statement(
113 store::backend backend = store::backend::open_rw(fs::path("test.db")) local
130 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
159 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
177 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
218 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
234 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
253 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
273 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
288 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
383 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
420 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
434 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
453 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
493 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
509 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
531 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
573 store::backend backend = store::backend::open_ro(fs::path("test.db")); local
598 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
634 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
686 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
719 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
736 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
762 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
791 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
880 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
    [all...]
transaction.hpp 30 /// Implementation of transactions on the backend.
57 class backend;
64 engine::test_program_ptr get_test_program(backend&, const int64_t);
111 friend class backend;
112 transaction(backend&);
backend.cpp 29 #include "store/backend.hpp"
237 /// Internal implementation for the backend.
238 struct store::backend::impl {
239 /// The SQLite database this backend talks to.
273 /// Constructs a new backend.
276 store::backend::backend(impl* pimpl_) : function in class:store::backend
283 store::backend::~backend(void)
292 /// \return The backend representation
    [all...]
backend_test.cpp 29 #include "store/backend.hpp"
207 store::backend backend = store::backend::open_ro(fs::path("test.db")); local
208 backend.database().exec("SELECT * FROM metadata");
216 store::backend::open_ro(fs::path("missing.db")));
236 store::backend::open_ro(fs::path("test.db")));
253 store::backend backend = store::backend::open_rw(fs::path("test.db")) local
266 store::backend backend = store::backend::open_rw(fs::path("test.db")); local
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
ext_password.c 2 * External password backend
30 const struct ext_password_backend *backend; member in struct:ext_password_data
35 struct ext_password_data * ext_password_init(const char *backend,
46 if (os_strcmp(backends[i]->name, backend) == 0) {
47 data->backend = backends[i];
52 if (!data->backend) {
57 data->priv = data->backend->init(params);
69 if (data && data->backend && data->priv)
70 data->backend->deinit(data->priv);
80 return data->backend->get(data->priv, name)
    [all...]
ext_password.h 2 * External password backend
16 struct ext_password_data * ext_password_init(const char *backend,
  /src/external/bsd/openldap/dist/tests/data/
lloadd-backend-issues.conf 30 backend-server uri=@URI2@
38 # backend is often unresponsive
39 backend-server uri=@URI3@
47 # unreachable backend (not running)
48 backend-server uri=@URI4@
56 # backend that fails to resolve
57 backend-server uri=ldap://does.not.resolve.example.com
lloadd-anon.conf 24 backend-server uri=@URI2@
32 backend-server uri=@URI3@
40 backend-server uri=@URI4@
lloadd-sasl.conf 33 backend-server uri=@URI2@
40 backend-server uri=@URI3@
47 backend-server uri=@URI4@
lloadd.conf 31 backend-server uri=@URI2@
38 backend-server uri=@URI3@
45 backend-server uri=@URI4@
lloadd-tls.conf 41 backend-server uri=@URIP3@
49 backend-server uri=@SURIP4@
56 backend-server uri=@URI5@
  /src/external/bsd/kyua-cli/lib/store/
Makefile 13 SRCS= backend.cpp \
  /src/external/gpl3/gcc/dist/libobjc/objc/
thr.h 57 void * backend; /* Specific to backend */ member in struct:objc_mutex
64 void * backend; /* Specific to backend */ member in struct:objc_condition
109 /* Backend initialization functions */
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
gluelayer.d 53 public import dmd.backend.cc : block, Blockx, Symbol;
54 public import dmd.backend.type : type;
55 public import dmd.backend.el : elem;
56 public import dmd.backend.code_x86 : code;
91 static assert(false, "Unsupported compiler backend");
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
thr.h 57 void * backend; /* Specific to backend */ member in struct:objc_mutex
64 void * backend; /* Specific to backend */ member in struct:objc_condition
109 /* Backend initialization functions */
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 341 /* Backend initialization functions */
377 /* Backend thread functions */
516 /* Backend mutex functions */
524 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
526 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
528 objc_free (mutex->backend);
529 mutex->backend = NULL;
552 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
558 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
561 objc_free (mutex->backend);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 328 /* Backend initialization functions */
364 /* Backend thread functions */
503 /* Backend mutex functions */
511 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
513 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
515 objc_free (mutex->backend);
516 mutex->backend = NULL;
539 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
545 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
548 objc_free (mutex->backend);
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h 135 /* Backend initialization functions */
158 /* Backend thread functions */
304 /* Backend mutex functions */
312 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
314 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend,
317 objc_free (mutex->backend);
318 mutex->backend = NULL;
332 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
335 objc_free (mutex->backend);
336 mutex->backend = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h 135 /* Backend initialization functions */
158 /* Backend thread functions */
304 /* Backend mutex functions */
312 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
314 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend,
317 objc_free (mutex->backend);
318 mutex->backend = NULL;
332 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
335 objc_free (mutex->backend);
336 mutex->backend = NULL
    [all...]
  /src/external/bsd/kyua-cli/dist/cli/
cmd_db_exec.cpp 38 #include "store/backend.hpp"
168 store::backend backend = store::backend::open_rw( local
170 sqlite::statement stmt = backend.database().create_statement(
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
Makefile.in 47 all-local-lib: ../.backend
49 ../.backend: lib$(LIBBASE).a
  /src/external/bsd/openldap/dist/tests/progs/
ldif-filter.c 49 Usage: %s [-b backend] [-s spec[,spec]...]\n\
50 Filter standard input by first <spec> matching '[<backend>]=[a][e][n]':\n\
55 <backend> defaults to the $BACKEND environment variable.\n\
61 /* Return flags from "backend=flags" in spec; nonzero if backend found */
63 get_flags( const char *backend, const char *spec )
65 size_t len = strlen( backend );
75 if ( tmp-spec == len && !memcmp( spec, backend, len )) {
223 const char *backend = getenv( "BACKEND" ), *specs = "", *tmp local
    [all...]
  /src/external/gpl3/gcc/usr.bin/lto1/
Makefile 19 .include "../Makefile.backend"

Completed in 42 milliseconds

1 2 3 4 5 6