/external/rust/android-crates-io/crates/downcast/examples/ |
D | sync_service.rs | 17 struct Database {} struct 19 impl Service for Database { implementation 25 impl Database { impl
|
/external/clang/include/clang/Tooling/ |
D | JSONCompilationDatabase.h | 92 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database) in JSONCompilationDatabase() 125 std::unique_ptr<llvm::MemoryBuffer> Database; variable
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 51 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/ |
D | db.rs | 58 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/ |
D | settings.rs | 7 struct Database { struct 8 url: String,
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/ |
D | server.h | 28 class Database; variable
|
/external/executorch/backends/apple/coreml/runtime/kvstore/ |
D | database.hpp | 33 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/ |
D | database.proto | 34 message Database { message
|
/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
D | database.py | 236 def database_summary(db: tokens.Database) -> dict[str, Any]: 335 databases: list[tokens.Database], 360 databases: list[tokens.Database],
|
D | tokens.py | 240 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/ |
D | JSONCompilationDatabase.cpp | 125 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/ |
D | database.proto | 34 message Database { message
|
/external/googleapis/google/cloud/securitycenter/v2/ |
D | database.proto | 34 message Database { message
|
/external/dagger2/java/dagger/example/atm/ |
D | Database.java | 22 interface Database { interface
|
/external/autotest/frontend/db/backends/afe/ |
D | base.py | 7 import MySQLdb as Database namespace
|
/external/pigweed/pw_bluetooth_sapphire/host/att/public/pw_bluetooth_sapphire/internal/host/att/ |
D | database.h | 68 friend class Database; variable
|
/external/googleapis/google/firestore/admin/v1/ |
D | database.proto | 34 message Database { message
|
/external/cronet/stable/net/extras/sqlite/ |
D | sqlite_persistent_store_backend_base.h | 25 class Database; variable
|
/external/cronet/tot/net/extras/sqlite/ |
D | sqlite_persistent_store_backend_base.h | 25 class Database; variable
|
/external/pytorch/tools/flight_recorder/components/ |
D | types.py | 101 class Database(NamedTuple): class
|
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/ |
D | Database.java | 36 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/ |
D | database.cc | 147 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/ |
D | Database.java | 30 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/ |
D | Database.java | 30 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/ |
D | attr.rs | 294 impl<'a> ShortestName for Database<'a> { implementation
|