HomeSort by relevance Sort by last modified time
    Searched refs:Database (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /system/tpm/attestation/server/
database.h 20 #include "attestation/common/database.pb.h"
24 // Manages a persistent database of attestation-related data.
25 class Database {
27 virtual ~Database() = default;
29 // Const access to the database protobuf.
32 // Mutable access to the database protobuf. Changes made to the protobuf will
37 // Writes the current database protobuf to disk.
40 // Reloads the database protobuf from disk.
mock_database.h 20 #include "attestation/server/database.h"
26 class MockDatabase : public Database {
  /frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/database/
SampleDatabase.java 17 package androidx.room.integration.testapp.database;
19 import androidx.room.Database;
23 * Sample database of customers.
25 @Database(entities = {Customer.class},
  /packages/apps/Dialer/java/com/android/dialer/database/
Database.java 17 package com.android.dialer.database;
22 /** Accessor for the database bindings. */
23 public class Database {
27 private Database() {}
47 Database.databaseBindings = databaseBindings;
  /frameworks/support/room/compiler/src/test/data/databasewriter/input/
ComplexDatabase.java 22 @Database(entities = {User.class}, version = 1923)
  /packages/apps/Nfc/nci/jni/
RouteDataSet.h 151 typedef std::vector<RouteData*> Database;
180 ** Description: Import data from an XML file. Fill the database.
191 ** Description: Obtain a database of routing data.
192 ** selection: which database.
194 ** Returns: Pointer to database.
197 Database* getDatabase(DatabaseSelection selection);
246 Database mSecElemRouteDatabase; // routes when NFC service selects sec elem
247 Database mDefaultRouteDatabase; // routes when NFC service deselects sec elem
268 ** database: store data in this database
    [all...]
  /external/clang/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
60 /// \brief Loads a JSON compilation database from the specified file.
62 /// Returns NULL and sets ErrorMessage if the database could not be
67 /// \brief Loads a JSON compilation database from a data buffer.
69 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
81 /// \brief Returns the list of all files available in the compilation database.
87 /// database.
91 /// \brief Constructs a JSON compilation database on a memory buffer.
92 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
JSONCompilationDatabase.h 33 /// \brief A JSON based compilation database.
35 /// JSON compilation database files must contain a list of JSON objects which
61 /// \brief Loads a JSON compilation database from the specified file.
63 /// Returns NULL and sets ErrorMessage if the database could not be
69 /// \brief Loads a JSON compilation database from a data buffer.
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
84 /// \brief Returns the list of all files available in the compilation database.
90 /// database.
94 /// \brief Constructs a JSON compilation database on a memory buffer.
95 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database,
    [all...]
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/db/
TestDatabase.java 18 import android.arch.persistence.room.Database;
24 * A test database.
26 @Database(entities = {WordCount.class, Image.class}, version = 1, exportSchema = false)
32 * Gets a static instance of the test database.
  /frameworks/support/room/common/src/main/java/androidx/room/
Database.java 36 * {@literal @}Database(version = 1, entities = {User.class, Book.class})
48 * within the Database.
50 * Instead of running queries on the database directly, you are highly recommended to create
51 * {@link Dao} classes. Using Dao classes will allow you to abstract the database communication in
54 * classes so you don't need to deal with lower level database APIs for most of your data access.
64 public @interface Database {
66 * The list of entities included in the database. Each entity turns into a table in the
67 * database.
69 * @return The list of entities in the database.
74 * The database version
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 31 expectFailure("", "Empty database");
51 std::unique_ptr<CompilationDatabase> Database(
53 if (!Database) {
57 return Database->getAllFiles();
62 std::unique_ptr<CompilationDatabase> Database(
64 if (!Database) {
68 return Database->getAllCompileCommands();
145 std::unique_ptr<CompilationDatabase> Database(
147 if (!Database)
149 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 24 import Database
37 # @param Database: Eot database
43 def __init__(self, Filename = None, Database = None, SourceFileList = None, SourceOverridePath = None, Edk_Source = None, Efi_Source = None):
48 self.Cur = Database.Cur
49 self.TblFile = Database.TblFile
50 self.TblInf = Database.TblInf
65 # Load INF file and insert a record in database
82 # Parse Source section and insert records in database
163 Db = Database.Database('Inf.db')
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6