Home
last modified time | relevance | path

Searched defs:Database (Results 1 – 25 of 57) sorted by relevance

123

/external/rust/android-crates-io/crates/downcast/examples/
Dsync_service.rs17 struct Database {} struct
19 impl Service for Database { implementation
25 impl Database { impl
/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h92 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database) in JSONCompilationDatabase()
125 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp51 std::unique_ptr<CompilationDatabase> Database( in getAllFiles() local
62 std::unique_ptr<CompilationDatabase> Database( in getAllCompileCommands() local
145 std::unique_ptr<CompilationDatabase> Database( in findCompileArgsInJsonDatabase() local
450 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
468 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
477 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
484 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
493 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
504 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
523 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
[all …]
/external/rust/android-crates-io/crates/const-oid/src/
Ddb.rs58 pub struct Database<'a>(&'a [(&'a ObjectIdentifier, &'a str)]); struct
60 impl<'a> Database<'a> { implementation
/external/rust/android-crates-io/crates/config/examples/hierarchical-env/
Dsettings.rs7 struct Database { struct
8 url: String,
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dserver.h28 class Database; variable
/external/executorch/backends/apple/coreml/runtime/kvstore/
Ddatabase.hpp33 class Database { class
143 Database(const std::string& filePath) noexcept in Database() function in executorchcoreml::sqlite::Database
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/proto/google/cloud/securitycenter/v1/
Ddatabase.proto34 message Database { message
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Ddatabase.py236 def database_summary(db: tokens.Database) -> dict[str, Any]:
335 databases: list[tokens.Database],
360 databases: list[tokens.Database],
Dtokens.py240 class Database: class
268 def merged(cls, *databases: Database) -> Database:
381 def merge(self, *databases: Database) -> None:
457 def difference(self, other: Database) -> Database:
530 def write_csv(database: Database, fd: IO[bytes]) -> None:
641 def write_binary(database: Database, fd: BinaryIO) -> None:
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp125 std::unique_ptr<CompilationDatabase> Database( in loadFromDirectory() local
153 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromFile() local
165 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer() local
/external/googleapis/google/cloud/securitycenter/v1/
Ddatabase.proto34 message Database { message
/external/googleapis/google/cloud/securitycenter/v2/
Ddatabase.proto34 message Database { message
/external/dagger2/java/dagger/example/atm/
DDatabase.java22 interface Database { interface
/external/autotest/frontend/db/backends/afe/
Dbase.py7 import MySQLdb as Database namespace
/external/pigweed/pw_bluetooth_sapphire/host/att/public/pw_bluetooth_sapphire/internal/host/att/
Ddatabase.h68 friend class Database; variable
/external/googleapis/google/firestore/admin/v1/
Ddatabase.proto34 message Database { message
/external/cronet/stable/net/extras/sqlite/
Dsqlite_persistent_store_backend_base.h25 class Database; variable
/external/cronet/tot/net/extras/sqlite/
Dsqlite_persistent_store_backend_base.h25 class Database; variable
/external/pytorch/tools/flight_recorder/components/
Dtypes.py101 class Database(NamedTuple): class
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/
DDatabase.java36 public final class Database extends com.google.protobuf.GeneratedMessageV3 class
42 private Database(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Database() method in Database
46 private Database() { in Database() method in Database
/external/pigweed/pw_bluetooth_sapphire/host/att/
Ddatabase.cc147 Database::Database(Handle range_start, Handle range_end) in Database() function in bt::att::Database
/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1/src/main/java/com/google/cloud/bigquery/biglake/v1/
DDatabase.java30 public final class Database extends com.google.protobuf.GeneratedMessageV3 class
36 private Database(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Database() method in Database
40 private Database() { in Database() method in Database
/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1alpha1/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/
DDatabase.java30 public final class Database extends com.google.protobuf.GeneratedMessageV3 class
36 private Database(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Database() method in Database
40 private Database() { in Database() method in Database
/external/rust/android-crates-io/crates/x509-cert/src/
Dattr.rs294 impl<'a> ShortestName for Database<'a> { implementation

123