/freebsd-src/contrib/kyua/store/ |
H A D | read_transaction_test.cpp | 66 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local 83 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 93 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local 110 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 123 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local 131 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 144 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local 162 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local 178 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local
|
H A D | write_transaction_test.cpp | 75 store::write_backend backend = store::write_backend::open_rw( in do_put_result_ok_test() local 112 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 130 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 160 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 187 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 224 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 242 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 269 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 299 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 389 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local
|
H A D | transaction_test.cpp | 69 store::write_backend backend = store::write_backend::open_rw(test_db); in check_get_put_context() local 75 store::read_backend backend = store::read_backend::open_ro(test_db); in check_get_put_context() local 143 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 154 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local
|
H A D | schema_inttest.cpp | 85 store::read_backend backend = store::read_backend::open_ro(dbpath); in check_action_1() local 105 store::read_backend backend = store::read_backend::open_ro(dbpath); in check_action_2() local 222 store::read_backend backend = store::read_backend::open_ro(dbpath); in check_action_3() local 332 store::read_backend backend = store::read_backend::open_ro(dbpath); in check_action_4() local
|
H A D | write_backend_test.cpp | 136 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 168 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local 182 store::write_backend backend = store::write_backend::open_rw( in ATF_TEST_CASE_BODY() local
|
H A D | read_backend_test.cpp | 91 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local 134 store::read_backend backend = store::read_backend::open_ro( in ATF_TEST_CASE_BODY() local
|
/netbsd-src/external/bsd/kyua-cli/dist/store/ |
H A D | transaction_test.cpp | 77 store::backend backend = store::backend::open_rw(fs::path("test.db")); in do_put_result_ok_test() local 113 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 130 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 159 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 177 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 218 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 234 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 253 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 273 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 288 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local [all …]
|
H A D | backend_test.cpp | 207 store::backend backend = store::backend::open_ro(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 253 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local 266 store::backend backend = store::backend::open_rw(fs::path("test.db")); in ATF_TEST_CASE_BODY() local
|
H A D | backend.hpp | 71 class backend { class
|
H A D | schema_inttest.cpp | 436 check_data(store::backend& backend) in check_data() 465 store::backend backend = store::backend::open_ro(testpath); in ATF_TEST_CASE_BODY() local 492 store::backend backend = store::backend::open_ro(testpath); in ATF_TEST_CASE_BODY() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodeGenerator.rst | 2174 X86 Target Triples supported 2195 X86 Calling Conventions supported 2212 Representing X86 addressing modes in MachineInstrs 2238 X86 address spaces supported 2275 Instruction naming 2295 LLVM PowerPC ABI 2308 Frame Layout 2445 Prolog/Epilog 2455 Dynamic Allocation 2527 Instruction encoding (arithmetic and jump) [all …]
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeSynthetic.h | 36 SyntheticChildrenFrontEnd(ValueObject &backend) in SyntheticChildrenFrontEnd() argument 106 SyntheticValueProviderFrontEnd(ValueObject & backend) SyntheticValueProviderFrontEnd() argument 317 FrontEnd(TypeFilterImpl * flt,ValueObject & backend) FrontEnd() argument 347 GetFrontEnd(ValueObject & backend) GetFrontEnd() argument 373 GetFrontEnd(ValueObject & backend) GetFrontEnd() argument 452 GetFrontEnd(ValueObject & backend) GetFrontEnd() argument [all...] |
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | thr.h | 57 void * backend; /* Specific to backend */ member 64 void * backend; /* Specific to backend */ member
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | thr.h | 57 void * backend; /* Specific to backend */ member 64 void * backend; /* Specific to backend */ member
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | ext_password.c | 30 const struct ext_password_backend *backend; member 35 struct ext_password_data * ext_password_init(const char *backend, in ext_password_init()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
H A D | index.rst | 260 .. _backend: target
|
/freebsd-src/contrib/kyua/drivers/ |
H A D | report_junit_test.cpp | 253 store::write_backend backend = store::write_backend::open_rw( ATF_TEST_CASE_BODY() local 294 store::write_backend backend = store::write_backend::open_rw( ATF_TEST_CASE_BODY() local
|
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeSynthetic.cpp | 104 SyntheticChildren::GetFrontEnd(ValueObject &backend) { in GetFrontEnd() argument 149 FrontEnd(std::string pclass,ValueObject & backend) FrontEnd() argument
|
/freebsd-src/contrib/unbound/cachedb/ |
H A D | cachedb.h | 56 struct cachedb_backend* backend; member
|
/netbsd-src/external/bsd/unbound/dist/cachedb/ |
H A D | cachedb.h | 55 struct cachedb_backend* backend; member
|
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_db_exec.cpp | 168 store::backend backend = store::backend::open_rw( in run() local
|
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | ldif-filter.c | 63 get_flags( const char *backend, const char *spec ) in get_flags() 223 const char *backend = getenv( "BACKEND" ), *specs = "", *tmp; in main() local
|
/freebsd-src/contrib/lib9p/ |
H A D | connection.c | 42 l9p_server_init(struct l9p_server **serverp, struct l9p_backend *backend) in l9p_server_init()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ecoff.c | 412 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_slurp_symbolic_header() local 475 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_slurp_symbolic_info() local 821 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_slurp_symbol_table() local 1569 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_slurp_reloc_table() local 2323 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_write_object_contents() local 3253 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_link_add_externals() local 3520 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_link_add_archive_symbols() local 4231 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_bfd_final_link() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ecoff.c | 432 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_slurp_symbolic_header() local 512 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_slurp_symbolic_info() local 876 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_slurp_symbol_table() local 1645 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_slurp_reloc_table() local 2403 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_write_object_contents() local 3330 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_link_add_externals() local 3597 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_link_add_archive_symbols() local 4283 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_bfd_final_link() local
|