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

  /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...]
  /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...]
  /packages/apps/Nfc/nci/jni/
RouteDataSet.h 161 typedef std::vector<RouteData*> Database;
193 ** Description: Import data from an XML file. Fill the database.
205 ** Description: Obtain a database of routing data.
206 ** selection: which database.
208 ** Returns: Pointer to database.
211 Database* getDatabase (DatabaseSelection selection);
263 Database mSecElemRouteDatabase; //routes when NFC service selects sec elem
264 Database mDefaultRouteDatabase; //routes when NFC service deselects sec elem
287 ** database: store data in this database
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.cc 55 return mi ? rtc::Optional<CodecInst>(Database()[*mi])
94 rtc::ArrayView<const CodecInst> RentACodec::Database() {
246 for (const CodecInst& ci : RentACodec::Database()) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Service.c 3 They build Pei PCD database, and provide access service to PCD database.
21 @param[in] Database PCD database.
28 IN PEI_PCD_DATABASE *Database,
43 LocalTokenNumber = *((UINT32 *)((UINT8 *)Database + Database->LocalTokenNumberTableOffset) + TokenNumber);
49 GetPtrTypeSize (TokenNumber, &MaxSize, Database);
97 @param[in] Database PCD database.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
Service.c 143 PCD_DATABASE_INIT *Database;
171 Database = IsPeiDb ? mPcdDatabase.PeiDb: mPcdDatabase.DxeDb;
174 StringTable = (UINT8 *) Database + Database->StringTableOffset;
179 PcdNameIndex = (PCD_NAME_INDEX *)((UINT8 *) Database + Database->PcdNameTableOffset) + TokenNumber;
230 PCD_DATABASE_INIT *Database;
238 Database = IsPeiDb ? mPcdDatabase.PeiDb: mPcdDatabase.DxeDb;
240 GuidTable = (EFI_GUID *)((UINT8 *)Database + Database->GuidTableOffset);
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 4 * Main class wrapping an SQLite database.
7 public class Database {
22 * Open an SQLite database file.
24 * @param filename the name of the database file
49 * Open an SQLite database file.
51 * @param filename the name of the database file
78 * Open an SQLite database file.
80 * @param filename the name of the database file
123 * Open SQLite auxiliary database file for temporary
151 * Close the underlying SQLite database file
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c 316 @retval EFI_INVALID_PARAMETER There is no form package in current hii database.
758 of languages that an HII handle in the HII Database supports. The returned
761 the language format assumed the HII Database.
765 @param[in] HiiHandle A handle that was previously registered in the HII Database.
767 @retval NULL HiiHandle is not registered in the HII database
796 // in the HII Database
800 // Return NULL if the size can not be retrieved, or if HiiHandle is not in the HII Database
840 @param[in] HiiHandle A handle that was previously registered in the HII Database.
920 // in the HII Database
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 497 milliseconds