/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
cron.yaml | 17 # Create a weekly cron job that cleans up the SampleSyncAdapter server database.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderThrottleSupport.java | 26 import android.database.Cursor; 27 import android.database.SQLException; 28 import android.database.sqlite.SQLiteDatabase; 29 import android.database.sqlite.SQLiteOpenHelper; 30 import android.database.sqlite.SQLiteQueryBuilder; 41 import android.support.v4.database.DatabaseUtilsCompat; 117 * This class helps open, create, and upgrade the database file. 132 * Creates the underlying database with table name and column names taken from the 146 * underlying datastore is changed. In this sample, the database is upgraded the database [all...] |
/external/chromium/chrome/browser/download/ |
download_history.cc | 15 // database handles in incognito mode starting at -1 and progressively getting 46 // Do not store the download in the history database for a few special cases: 69 // Don't store info in the database if the download was initiated while in 70 // incognito mode or if it hasn't been initialized in our database table.
|
/external/chromium/chrome/browser/history/ |
history_unittest_base.h | 18 // Executes the sql from the file |sql_path| in the database at |db_path|.
|
in_memory_history_backend.h | 5 // Contains the history backend wrapper around the in-memory URL database. This 44 // Initializes the backend from the history database pointed to by the 46 // directory containing the history database and is also used 61 // Returns the underlying database associated with this backend. The current
|
top_sites_database.h | 58 // Sets the rank for a given URL. The URL must be in the database. 73 // Adds a new URL to the database. 81 // Updates thumbnail of a URL that's already in the database. 88 // Returns the number of URLs (rows) in the database.
|
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.h | 20 // database for extra metadata. For an overview of the interactions with the 60 // Returns true if our database contains a form that exactly matches the given 66 // corresponding metadata for in our database. 70 // Removes the given forms from the database.
|
password_store_x.h | 22 // login database like PasswordStoreDefault. It also handles automatically 23 // migrating password data to a native backend from the login database. 89 // Synchronously migrates all the passwords stored in the login database to 90 // the native backend. If successful, the login database will be left with no
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_event_listener.h | 5 // VisitedLinkEventListener broadcasts link coloring database updates to all
|
visitedlink_master.h | 25 // Controls the link coloring database. The master controls all writing to the 26 // database as well as disk I/O. There should be only one master. 33 // Listens to the link coloring database events. The master is given this 39 // Called when link coloring database has been created or replaced. The 55 // In unit test mode, we allow the caller to optionally specify the database 115 // Call to cause the entire database file to be re-written from scratch 169 // Try to load the table from the database file. If the file doesn't exist or 173 // Reads the header of the link coloring database from disk. Assumes the 179 // the version of the file is not the current version of the database. 183 // Fills *filename with the name of the link database filenam [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 120 ** The hard upper limit here is 32676. Most database people will 121 ** tell you that in a well-normalized database, you usually should 183 ** The maximum number of in-memory pages to use for the main database 195 ** checkpointing the database in WAL mode. 224 ** compiled with a different limit. If a process operating on a database 227 ** the aborted transaction. This could lead to database corruption. 236 ** The default size of a database page. 263 ** Maximum number of pages in one database file. 355 ** database connection at the same time. 765 ** CAPI3REF: Database Connection Handl [all...] |
/external/sqlite/dist/ |
sqlite3.c | 120 ** The hard upper limit here is 32676. Most database people will 121 ** tell you that in a well-normalized database, you usually should 183 ** The maximum number of in-memory pages to use for the main database 195 ** checkpointing the database in WAL mode. 224 ** compiled with a different limit. If a process operating on a database 227 ** the aborted transaction. This could lead to database corruption. 236 ** The default size of a database page. 263 ** Maximum number of pages in one database file. 355 ** database connection at the same time. 765 ** CAPI3REF: Database Connection Handl [all...] |
/external/webkit/LayoutTests/http/tests/appcache/ |
max-size.html | 25 <p>Cache a manifest that contains a resource that is too large to fit. The layout test controller sets a maximum size of 10KB for the application cache database file.</p>
|
/external/webkit/LayoutTests/storage/ |
change-version-handle-reuse.js | 12 db = openDatabaseWithSuffix("ChangeVersion", "", "Test that changing a database version doesn't kill our handle to it", 1);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DatabaseTableView.js | 26 WebInspector.DatabaseTableView = function(database, tableName) 30 this.database = database; 54 this.database.executeSql("SELECT * FROM " + this.tableName, this._queryFinished.bind(this), this._queryError.bind(this));
|
/external/webkit/Source/WebCore/platform/audio/ |
HRTFDatabaseLoader.h | 55 // Returns true once the default database has been completely loaded. 62 HRTFDatabase* database() { return m_hrtfDatabase.get(); } function in class:WebCore::HRTFDatabaseLoader 67 // defaultHRTFDatabase() gives access to the loaded database. 76 // If it hasn't already been loaded, creates a new thread and initiates asynchronous loading of the default database.
|
/external/webkit/Source/WebKit/chromium/src/ |
IDBDatabaseBackendProxy.cpp | 49 PassRefPtr<IDBDatabaseBackendInterface> IDBDatabaseBackendProxy::create(PassOwnPtr<WebIDBDatabase> database) 51 return adoptRef(new IDBDatabaseBackendProxy(database)); 54 IDBDatabaseBackendProxy::IDBDatabaseBackendProxy(PassOwnPtr<WebIDBDatabase> database) 55 : m_webIDBDatabase(database)
|
/frameworks/base/core/java/android/database/ |
CharArrayBuffer.java | 17 package android.database;
|
CursorIndexOutOfBoundsException.java | 17 package android.database;
|
CursorWindowAllocationException.java | 17 package android.database;
|
IContentObserver.aidl | 18 package android.database;
|
SQLException.java | 17 package android.database;
|
StaleDataException.java | 17 package android.database;
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteAbortException.java | 17 package android.database.sqlite;
|
SQLiteBindOrColumnIndexOutOfRangeException.java | 17 package android.database.sqlite;
|