HomeSort by relevance Sort by last modified time
    Searched defs:Database (Results 1 - 6 of 6) 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/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/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 27 #include "modules/webdatabase/Database.h"
57 // "opened" so that the client can call interrupt or delete on every database
60 // We will only call DatabaseTracker::addOpenDatabase() to add the database
61 // to the tracker as opened when we've succeeded in opening the database,
63 // DatabaseTracker::removeOpenDatabase() to remove the database from the
70 // The only databases instances not tracked by the tracker's open database
73 // DatabaseServer's factory methods for creating database backends.
77 // database backend if they succeed in opening the requested database.
78 // In the case of failure to open the database, the factory methods wil
    [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 360 milliseconds