Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/clang/unittests/Tooling/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/downcast/examples/
Dsync_service.rs17 struct Database {} struct
19 impl Service for Database { implementation
25 impl Database { implementation
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Dtokens.py240 class Database: class
268 def merged(cls, *databases: Database) -> Database:
381 def merge(self, *databases: Database) -> None:
450 def difference(self, other: Database) -> Database:
523 def write_csv(database: Database, fd: IO[bytes]) -> None:
634 def write_binary(database: Database, fd: BinaryIO) -> None:
H A Ddatabase.py236 def database_summary(db: tokens.Database) -> dict[str, Any]:
335 databases: list[tokens.Database],
360 databases: list[tokens.Database],
/aosp_15_r20/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
/aosp_15_r20/external/clang/lib/Tooling/
H A 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
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/database/
DDatabase.java23 public class Database { class
27 private Database() {} in Database() method in Database
/aosp_15_r20/external/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h92 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database) in JSONCompilationDatabase()
125 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/
DJSONCompilationDatabase.h97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase()
133 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/
DJSONCompilationDatabase.h97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase()
133 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/
DJSONCompilationDatabase.h97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase()
133 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/
DJSONCompilationDatabase.h97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase()
133 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/aosp_15_r20/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
H A DDatabase.java32 public abstract class Database { class
43 public Database(Context context, String name, int version) { in Database() method in Database
/aosp_15_r20/external/rust/android-crates-io/crates/config/examples/hierarchical-env/
Dsettings.rs7 struct Database { struct
8 url: String,
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Ddatabase.hpp33 class Database { class
143 Database(const std::string& filePath) noexcept in Database() function in executorchcoreml::sqlite::Database
/aosp_15_r20/external/aws-sdk-java-v2/services/redshiftdata/src/main/resources/codegen-resources/
H A Dservice-2.json209 "Database":{ object
250 "Database":{ object
415 "Database":{ object
497 "Database":{ object
584 "Database":{ object
629 "Database":{ object
744 "Database":{ object
795 "Database":{ object
894 "Database":{ object
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/
H A 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
/aosp_15_r20/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1alpha1/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/
H A 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
/aosp_15_r20/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1/src/main/java/com/google/cloud/bigquery/biglake/v1/
H A 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
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/legal/java.base/
Dunicode.md3 ### Unicode Character Database subsection
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dserver.h28 class Database; variable
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/legal/java.base/
Dunicode.md3 ### Unicode Character Database subsection
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/legal/java.base/
Dunicode.md3 ### Unicode Character Database subsection
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/proto/google/cloud/securitycenter/v1/
H A Ddatabase.proto34 message Database { message
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v1/
H A Ddatabase.proto34 message Database { message

1234567