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

  /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
52 /// \brief Loads a JSON compilation database from the specified file.
54 /// Returns NULL and sets ErrorMessage if the database could not be
59 /// \brief Loads a JSON compilation database from a data buffer.
61 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
73 /// \brief Returns the list of all files available in the compilation database.
79 /// database.
83 /// \brief Constructs a JSON compilation database on a memory buffer.
84 JSONCompilationDatabase(llvm::MemoryBuffer *Database)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 30 #include "modules/webdatabase/Database.h"
60 PassRefPtrWillBeRawPtr<Database> Database::create(ExecutionContext*, PassRefPtrWillBeRawPtr<DatabaseBackendBase> backend)
63 // frontend database as its own the backend. When we split the 2 apart,
66 return static_cast<Database*>(backend.get());
69 Database::Database(DatabaseContext* databaseContext,
82 Database::~Database()
86 void Database::trace(Visitor* visitor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Database.js 37 WebInspector.Database = function(model, id, domain, name, version)
46 WebInspector.Database.prototype = {
123 message = WebInspector.UIString("Database no longer has expected version.");
156 * @return {!Array.<!WebInspector.Database>}
168 * @return {!WebInspector.Database}
176 * @param {!WebInspector.Database} database
178 _addDatabase: function(database)
180 this._databases.push(database);
181 this.dispatchEventToListeners(WebInspector.DatabaseModel.Events.DatabaseAdded, 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/chromium_org/chrome/browser/performance_monitor/
database.cc 5 #include "chrome/browser/performance_monitor/database.h"
70 const char Database::kDatabaseSequenceToken[] =
84 base::Time Database::SystemClock::GetTime() {
89 scoped_ptr<Database> Database::Create(base::FilePath path) {
95 scoped_ptr<Database> database; local
97 return database.Pass();
98 database.reset(new Database(path))
483 leveldb::DB* database; local
    [all...]
database.h 53 // Stores information about when there is data in the database. When the
54 // database is constructed, the time is noted as the start of the active
56 // of the current active interval. If the database has no write operations for
57 // a certain amount of time, then the database is considered inactive for that
74 // Stores the most recent metric statistics to go into the database. There is
76 // in-memory version of this database with a mapping from a concatenation of
79 // database becomes useful when it is necessary to find all the active metrics
86 // Stores the max metric statistics that have been inserted into the database.
88 // keeps an in-memory version of this database with a mapping from a
99 class Database {
    [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...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 133 milliseconds