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

1 2

  /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.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Database.py 2 # This file is used to create a database used by ECC tool
31 ## Database
34 # During the phase of initialization, the database will create all tables and
38 # @param DbPath: A string for the path of the ECC database
40 # @var Conn: Connection of the ECC database
44 class Database(object):
58 ## Initialize build database
65 EdkLogger.verbose("\nInitialize ECC database started ...")
86 EdkLogger.verbose("Initialize ECC database ... DONE!")
95 ## Close entire database
    [all...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableCollection.h 37 TypeDatabase Database;
LazyRandomTypeCollection.h 71 const TypeDatabase &database() const { return Database; } function in class:llvm::codeview::LazyRandomTypeCollection
84 /// Visited records get automatically added to the type database.
85 TypeDatabase Database;
90 /// The database visitor which adds new records to the database.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeTableCollection.h 37 TypeDatabase Database;
LazyRandomTypeCollection.h 71 const TypeDatabase &database() const { return Database; } function in class:llvm::codeview::LazyRandomTypeCollection
84 /// Visited records get automatically added to the type database.
85 TypeDatabase Database;
90 /// The database visitor which adds new records to the database.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableCollection.h 37 TypeDatabase Database;
LazyRandomTypeCollection.h 71 const TypeDatabase &database() const { return Database; } function in class:llvm::codeview::LazyRandomTypeCollection
84 /// Visited records get automatically added to the type database.
85 TypeDatabase Database;
90 /// The database visitor which adds new records to the database.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeTableCollection.h 37 TypeDatabase Database;
  /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;
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
Database.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteOpenHelper;
29 * Abstraction of SQLite database.
31 public abstract class Database {
35 public Database(final Context context, final String name, final int version) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Database.py 2 # This file is used to create a database used by ECC tool
39 ## Database
42 # During the phase of initialization, the database will create all tables and
46 # @param DbPath: A string for the path of the ECC database
48 # @var Conn: Connection of the ECC database
52 class Database(object):
68 ## Initialize ECC database
75 EdkLogger.verbose("\nInitialize ECC database started ...")
133 EdkLogger.verbose("Initialize ECC database ... DONE!")
142 ## Close entire database
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Database.py 2 # This file is used to create a database used by EOT tool
39 ## Database class
42 # During the phase of initialization, the database will create all tables and
45 class Database(object):
49 # @param DbPath: The file path of the database
73 # @param NewDatabase: Check if it needs to create a new database
76 EdkLogger.verbose("\nInitialize EOT database started ...")
136 EdkLogger.verbose("Initialize EOT database ... DONE!")
163 # Insert one file's information to the database
237 Db = Database(DATABASE_PATH)
    [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...]

Completed in 798 milliseconds

1 2