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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.h 51 class Database : public DatabaseBase, public DatabaseBackend, public ScriptWrappable {
53 virtual ~Database();
63 static Database* from(DatabaseBackend*);
78 Database(PassRefPtr<DatabaseBackendContext>, const String& name,
81 static PassRefPtr<Database> create(ScriptExecutionContext*, PassRefPtr<DatabaseBackendBase>);
Database.cpp 30 #include "modules/webdatabase/Database.h"
62 PassRefPtr<Database> Database::create(ScriptExecutionContext*, PassRefPtr<DatabaseBackendBase> backend)
65 // frontend database as its own the backend. When we split the 2 apart,
68 return static_cast<Database*>(backend.get());
71 Database::Database(PassRefPtr<DatabaseBackendContext> databaseContext,
109 Database::~Database()
121 Database* Database::from(DatabaseBackend* backend
    [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
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/devtools/front_end/
Database.js 33 WebInspector.Database = function(model, id, domain, name, version)
42 WebInspector.Database.prototype = {
119 message = WebInspector.UIString("Database no longer has expected version.");
148 * @return {Array.<WebInspector.Database>}
160 * @return {WebInspector.Database}
168 * @param {WebInspector.Database} database
170 _addDatabase: function(database)
172 this._databases.push(database);
173 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"
68 const char Database::kDatabaseSequenceToken[] =
82 base::Time Database::SystemClock::GetTime() {
87 scoped_ptr<Database> Database::Create(base::FilePath path) {
93 scoped_ptr<Database> database; local
95 return database.Pass();
96 database.reset(new Database(path))
481 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 446 milliseconds