Home
last modified time | relevance | path

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

/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/llvm-project/clang/include/clang/Tooling/
DJSONCompilationDatabase.h97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase()
133 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/pigweed/pw_tokenizer/py/pw_tokenizer/
Dtokens.py114 class Database: class
138 def merged(cls, *databases: 'Database') -> 'Database':
237 def merge(self, *databases: 'Database') -> None:
315 def write_csv(database: Database, fd: BinaryIO) -> None:
411 def write_binary(database: Database, fd: BinaryIO) -> None:
Ddatabase.py216 def database_summary(db: tokens.Database) -> Dict[str, Any]:
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp58 std::unique_ptr<CompilationDatabase> Database( in getAllFiles() local
71 std::unique_ptr<CompilationDatabase> Database( in getAllCompileCommands() local
177 std::unique_ptr<CompilationDatabase> Database( in findCompileArgsInJsonDatabase() local
517 FixedCompilationDatabase Database(".", /*CommandLine*/ {"one", "two"}); in TEST() local
532 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
541 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
570 std::unique_ptr<FixedCompilationDatabase> Database = in TEST() local
581 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
594 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
611 std::unique_ptr<FixedCompilationDatabase> Database = in TEST() local
[all …]
/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/dagger2/java/dagger/example/atm/
DDatabase.java22 interface Database { interface
/external/autotest/frontend/db/backends/afe/
Dbase.py7 import MySQLdb as Database namespace
/external/llvm-project/clang/lib/Tooling/
DJSONCompilationDatabase.cpp208 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromFile() local
221 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer() local
DCompilationDatabase.cpp67 for (const CompilationDatabasePluginRegistry::entry &Database : in loadFromDirectory() local
/external/javasqlite/src/main/java/SQLite/
DDatabase.java7 public class Database { class