/external/chromium_org/chrome/browser/history/ |
download_database.h | 33 // Get all the downloads from the database. 39 // to select the row in the database table to update. 42 // Create a new database entry for one download and return true if the 46 // Remove |id| from the database. 52 // Returns the database for the functions in this interface. 57 // database. See http://crbug.com/140687 87 // Values used in the database for DownloadItem::State. 95 // Values used in the database for DownloadItem::DangerType 129 // routines post-migration in the database for a possible call to 132 // actually use the downloads database [all...] |
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_database.h | 51 // |entries_to_remove| from the database. |callback| will be invoked on the UI 57 // Asynchronously loads all entries from the database and invokes |callback| 67 // The underlying database. Calls to this type may be blocking. 68 class Database { 74 virtual ~Database() {} 79 class LevelDB : public Database { 106 // Allow callers to provide their own Database implementation. 107 void InitWithDatabase(scoped_ptr<Database> database, 117 scoped_ptr<Database> db_ [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseServer.cpp | 29 #include "modules/webdatabase/Database.h" 57 RefPtr<DatabaseBackendBase> database; local 59 database = createDatabase(backendContext, type, name, expectedVersion, displayName, estimatedSize, setVersionInNewDatabase, error, errorMessage); 60 return database.release(); 67 RefPtr<DatabaseBackendBase> database; local 70 database = adoptRef(new Database(backendContext, name, expectedVersion, displayName, estimatedSize)); 73 database = adoptRef(new DatabaseSync(backendContext, name, expectedVersion, displayName, estimatedSize)); 76 if (!database->openAndVerifyVersion(setVersionInNewDatabase, error, errorMessage)) 78 return database.release() [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
corrupt7.test | 14 # segfault if it sees a corrupt database file. It specifically focuses 22 # Do not use a codec for tests in this file, as the database file is 34 # Create a simple, small database. 63 # on page 2 of the database. 74 } {{*** in database main *** 81 } {{*** in database main *** 89 } {{*** in database main *** 96 } {{*** in database main *** 119 # # This write corrupts the "header-size" field of the database record 128 #} {1 {database disk image is malformed} [all...] |
journal1.test | 30 # Create a smaple database 43 # Make changes to the database and save the journal file. 44 # Then delete the database. Replace the the journal file 45 # and try to create a new database with the same name. The 47 # database.
|
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | 21 * An interface which provides comprehensive information about the database 25 * information about the underlying database capabilities in association with 372 * if there is a database error. 383 * if there is a database error. 394 * if there is a database error. 399 * Returns whether the database ignores data definition statements within a 402 * @return {@code true} if the database ignores a data definition statement, 405 * if there is a database error. 421 * if there is a database error. 432 * if there is a database error [all...] |
/external/chromium_org/chrome/browser/webdata/ |
web_apps_table.h | 17 // This class manages the WebApps tables within the SQLite database passed to 20 // Note: The database stores time in seconds, UTC. 37 // Retrieves the WebAppsTable* owned by |database|. 38 static WebAppsTable* FromWebDatabase(WebDatabase* database); 49 // database error. In this case, the state of images is undefined; it may have
|
/external/chromium_org/components/webdata/common/ |
web_database.h | 21 // This class manages a SQLite database that stores various web page meta data. 34 // Adds a database table. Ownership remains with the caller, which 42 // Initialize the database given a name. The name defines where the SQLite 47 // managing the database. 58 // Used by |Init()| to migration database schema from older versions to
|
web_data_service_base.h | 35 // to open the database. 65 // Unloads the database without actually shutting down the service. This can 69 // Unloads the database permanently and shuts down service. 72 // Register a callback to be notified that the database has loaded. Multiple 74 // (following a successful database load), then cleared. 75 // Note: if the database load is already complete, then the callback will NOT 79 // Returns true if the database load has completetd successfully, and 84 // the database is not loaded or otherwise unavailable. Must be called on 94 // Our database service.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
database-threading-stress-test.html | 14 db = openDatabase("StressTest1", "1.0", "Database Stress Test", 200000); 16 alert("Failed to open the database on disk. This is probably because the version was bad or there is not enough space left in this domain's quota"); 18 alert("Couldn't open the database."); 79 This test stresses the database threading code by constantly opening transactions to the test database at a fast rate.<br>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
contexts.xml | 10 Typically, the Eclipse builder runs performance tests for each component after the build is made on several performance test machines. Each component defines one or several specific performance test suites made of several test (aka scenario). Several performance numbers (e.g. Elapsed Process Time and CPU Time) are stored for each scenario and all build results are available in the performance results database. 15 <description>This view shows the list of all the builds contained in the connected database or in the local data files if no database is connected. 18 - gray+italic: connected to a database but no available local data 19 - gray: connected to a database and local data do not contain any information for this build
|
/external/harfbuzz_ng/src/hb-ucdn/ |
README | 8 UCDN - Unicode Database and Normalization 12 Database and low-level normalization functions (pairwise canonical 27 required for parsing Unicode database files is licensed under the 38 database file. The script makeunicodedata.py (Python 3.x required) 39 fetches the appropriate files and dumps the compressed database into
|
/frameworks/base/core/java/android/database/ |
CrossProcessCursorWrapper.java | 17 package android.database; 19 import android.database.CrossProcessCursor; 20 import android.database.Cursor; 21 import android.database.CursorWindow; 22 import android.database.CursorWrapper;
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
AggregatorStorage.java | 20 import android.database.SQLException; 21 import android.database.sqlite.SQLiteDatabase; 22 import android.database.sqlite.SQLiteOpenHelper; 25 // Base Helper class for aggregator storage database 50 Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DatabaseModifier.java | 21 import android.database.DatabaseUtils; 22 import android.database.sqlite.SQLiteDatabase; 25 * An interface which wraps key database modify operations (insert, update, delete) to perform 26 * additional tasks before or after the database modification operation. A typical use case is to 27 * generate notification when a database is modified.
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.database.DatabaseUtils.html | 10 android.database.DatabaseUtils 74 Class android.database.<A HREF="../../../../reference/android/database/DatabaseUtils.html" target="_top"><font size="+2"><code>DatabaseUtils</code></font></A> 86 <A NAME="android.database.DatabaseUtils.cursorDoubleToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/database/DatabaseUtils.html#cursorDoubleToContentValuesIfPresent(android.database.Cursor, android.content.ContentValues, java.lang.String)" target="_top"><code>cursorDoubleToContentValuesIfPresent</code></A>(<code>Cursor,</nobr> ContentValues<nobr>,</nobr> String<nobr><nobr></code>)</nobr> 93 <A NAME="android.database.DatabaseUtils.cursorFloatToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"></A> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/database/DatabaseUtils.html#cursorFloatToContentValuesIfPresent(android.database.Cursor, android.content.Co (…) [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...] |
/libcore/luni/src/main/java/javax/sql/ |
RowSet.java | 41 * persists on a database. It extends the functionality of 46 * general database environment together with the getters and setters for 52 * API. It may be <i>connected</i>, maintaining a connection to the database 55 * with the database each time. 58 * the {@code RowSet} with data, possibly from a non-relational database source. 89 * if a problem occurs accessing the database. 94 * Fetches data for this {@code RowSet} from the database. If successful, 98 * Data is retrieved connecting to the database and executing an 100 * properties to be set: URL, database name, user name, password, 105 * The {@code RowSet} may use a {@code RowSetReader} to access the database [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.database.sqlite.SQLiteDatabase.html | 10 android.database.sqlite.SQLiteDatabase 74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A> 86 <A NAME="android.database.sqlite.SQLiteDatabase.beginTransactionNonExclusive_added()"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#beginTransactionNonExclusive()" target="_top"><code>beginTransactionNonExclusive</code></A>()</nobr> 93 <A NAME="android.database.sqlite.SQLiteDatabase.beginTransactionWithListenerNonExclusive_added(android.database.sqlite.SQLiteTransactionListener)"></A> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#beginTransactionWithListenerNonExclusive(android.database.sqlite.SQLiteTransactionListener)" target="_top"><code>beginTransactionWithListenerNonExclusive</code></A>(<code>SQLiteTransactionListener</code>)</nobr> 100 <A NAME="android.database.sqlite.SQLiteDatabase.enableWriteAheadLogging_added()"></A [all...] |
/external/chromium_org/chrome/browser/performance_monitor/ |
startup_timer.cc | 11 #include "chrome/browser/performance_monitor/database.h" 22 // Needed because Database::AddMetric is overloaded, so base::Bind doesn't work. 23 void AddMetricToDatabaseOnBackgroundThread(Database* database, 25 database->AddMetric(metric); 116 Database::kDatabaseSequenceToken, 120 base::Unretained(PerformanceMonitor::GetInstance()->database()), 133 Database::kDatabaseSequenceToken, 137 base::Unretained(PerformanceMonitor::GetInstance()->database()),
|
/external/chromium_org/chrome/browser/value_store/ |
leveldb_value_store.h | 17 // Value store area, backed by a leveldb database. 21 // Creates a database bound to |path|. The underlying database won't be 23 // called - this is because opening the database may fail, and extensions 50 // Tries to open the database if it hasn't been opened already. 53 // Reads a setting from the database. 68 // Commits the changes in |batch| to the database. 77 // Removes the on-disk database at |db_path_|. Any file system locks should 81 // Returns whether the database is empty.
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLockTest.java | 17 package android.database; 19 import android.database.sqlite.SQLiteDatabase; 27 * This is a series of unit tests for database locks. 64 * attempting to access a database concurrently. 66 * same database at the same time with the same prioritization, neither thread 67 * is locked out and prevented from accessing the database. 114 * testLockLatency() tests the latency of database locks. 116 * the same database, the locking/unlocking of the database is done within an
|
/external/chromium_org/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 25 #include "webkit/browser/database/database_tracker.h" 32 // Generic diagnostic test class for checking SQLite database integrity. 56 LOG(WARNING) << "Removing broken SQLite database: " 95 { // Scope the statement and database so they close properly. 96 sql::Connection database; variable 97 database.set_exclusive_locking(); 101 // build for a corrupted database. Without setting the error callback, 103 database.set_error_callback( 106 &database)); 107 if (!database.Open(path)) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteFileSystem.h | 44 // by the WebKit database code. 50 // Opens a database file. 52 // filemame - The name of the database file. 53 // database - The SQLite structure that represents the database stored 55 // forWebSQLDatabase - True, if and only if we're opening a Web SQL Database file. 58 static int openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase); 60 // Returns the file name for a database. 63 // dbName - The name of the database. 64 // originIdentifier - The origin that wants to use this database [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xresource.h | 181 XrmDatabase /* database */ 185 XrmDatabase* /* database */, 193 XrmDatabase* /* database */, 200 XrmDatabase* /* database */, 207 XrmDatabase* /* database */, 213 XrmDatabase* /* database */, 218 XrmDatabase /* database */, 226 XrmDatabase /* database */, 234 XrmDatabase /* database */, 251 * Resource Database Managemen [all...] |