HomeSort by relevance Sort by last modified time
    Searched full:databases (Results 1 - 25 of 474) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 37 private static final String[] DATABASES = {
38 "/com.android.bluetooth/databases/btopp.db",
40 "/com.android.browser/app_databases/Databases.db",
44 "/com.android.browser/databases/browser.db",
45 "/com.android.browser/databases/launcher.db",
46 "/com.android.browser/databases/webview.db",
47 "/com.android.browser/databases/webviewCache.db",
48 "/com.android.email/databases/EmailProvider.db",
49 "/com.android.email/databases/EmailProviderBody.db",
50 "/com.android.email/databases/webview.db"
    [all...]
  /frameworks/base/core/java/android/database/
package.html 7 android.database.Cursor} object returned from a content provider query. Databases
12 <p>All databases are stored on the device in <code>/data/data/&lt;package_name&gt;/databases</code>
DefaultDatabaseErrorHandler.java 59 // NOTE if the database has attached databases, then any of them could be corrupt.
63 // to delete ALL files of the database (including the attached databases).
83 // Delete all files of this corrupt database and/or attached databases
  /frameworks/base/docs/html/training/basics/data-storage/
index.jd 17 <li>Familiarity with SQL databases</li>
31 amounts of information in files and databases. This class introduces you to the
38 <li>Using databases managed by SQLite</li>
53 <dt><b><a href="databases.html">Saving Data in SQL Databases</a></b></dt>
  /external/chromium_org/webkit/browser/database/
databases_table.cc 18 // 'Databases' schema:
26 return db_->DoesTableExist("Databases") ||
28 "CREATE TABLE Databases ("
35 "CREATE INDEX origin_index ON Databases (origin)") &&
37 "CREATE UNIQUE INDEX unique_index ON Databases (origin, name)"));
43 SQL_FROM_HERE, "SELECT id FROM Databases WHERE origin = ? AND name = ?"));
59 SQL_FROM_HERE, "SELECT description, estimated_size FROM Databases "
77 SQL_FROM_HERE, "INSERT INTO Databases (origin, name, description, "
89 SQL_FROM_HERE, "UPDATE Databases SET description = ?, "
103 SQL_FROM_HERE, "DELETE FROM Databases WHERE origin = ? AND name = ?"))
    [all...]
database_tracker.h 48 // This class is used to store information about all databases in an origin.
57 void GetAllDatabaseNames(std::vector<base::string16>* databases) const;
73 // This class manages the main database and keeps track of open databases.
149 // Delete any databases that have been touched since the cutoff date that's
151 // Returns net::OK on success, net::FAILED if not all databases could be
158 // Delete all databases that belong to the given origin. Returns net::OK on
159 // success, net::FAILED if not all databases could be deleted, and
216 // Deletes session-only databases. Blocks databases from being created/opened.
262 // Schedule a set of open databases for deletion. If non-null, callback i
    [all...]
database_tracker.cc 33 FILE_PATH_LITERAL("databases");
35 FILE_PATH_LITERAL("databases-incognito");
37 FILE_PATH_LITERAL("Databases.db");
57 std::vector<base::string16>* databases) const {
60 databases->push_back(it->first);
196 // size of each open databases and notify any differences between the
228 std::set<base::string16>& databases = found_origin->second; local
229 databases.erase(database_name);
230 if (databases.empty()) {
403 // Create a temporary directory to move possibly still existing databases to
830 std::vector<base::string16> databases; local
    [all...]
databases_table_unittest.cc 27 SQL_FROM_HERE, "SELECT COUNT(*) FROM Databases"));
32 // Initialize the 'Databases' table.
43 // Initialize the temp dir and the 'Databases' table.
48 // The 'Databases' table should be empty.
51 // Create the details for a databases.
107 // There should be only two databases with origin "origin1".
  /external/chromium/chrome/browser/
mock_browsing_data_database_helper.h 37 // Marks all databases as existing.
40 // Returns true if all databases since the last Reset() invokation were
56 // Stores which databases exist.
browsing_data_indexed_db_helper.h 24 // aggregating and deleting browsing data stored in indexed databases. A
59 // Create a BrowsingDataIndexedDBHelper instance for the indexed databases
93 // Add a indexed database to the set of canned indexed databases that is
98 // Clear the list of canned indexed databases.
101 // True if no indexed databases are currently stored.
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_database_helper.h 34 // Marks all databases as existing.
37 // Returns true if all databases since the last Reset() invokation were
50 // Stores which databases exist.
browsing_data_indexed_db_helper.h 24 // aggregating and deleting browsing data stored in indexed databases. A
31 // Create a BrowsingDataIndexedDBHelper instance for the indexed databases
74 // Add a indexed database to the set of canned indexed databases that is
79 // Clear the list of canned indexed databases.
82 // True if no indexed databases are currently stored.
85 // Returns the number of currently stored indexed databases.
browsing_data_database_helper.h 85 // Enumerates all databases. This must be called in the FILE thread.
123 // Add a database to the set of canned databases that is returned by this
129 // Clear the list of canned databases.
132 // True if no databases are currently stored.
135 // Returns the number of currently stored databases.
138 // Returns the current list of web databases.
  /external/chromium/app/sql/
init_status.h 11 // Used as the return value for some databases' init functions.
  /external/chromium_org/sql/
init_status.h 10 // Used as the return value for some databases' init functions.
  /frameworks/base/docs/html/tools/help/
sqlite3.jd 7 "http://www.sqlite.org/sqlite.html">sqlite3</a> command-line program to manage SQLite databases
24 Emulator/device instances store SQLite3 databases in the directory
25 <code>/data/data/&lt;package_name&gt;/databases/</code>.</p>
36 # sqlite3 /data/data/com.example.google.rss.rssexample/databases/rssitems.db
  /external/javasqlite/src/main/java/SQLite/
FunctionContext.java 51 * Only provided by SQLite3 databases.
60 * Only provided by SQLite3 databases.
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp 69 // we don't succeed in opening any Databases for that context. When we do
70 // succeed in opening Databases for this ScriptExecutionContext, the Database
84 // 2. "outlive" the Databases.
86 // task and shutdown in an orderly manner. When the Databases are destructed,
90 // while the Databases are shutting down on the DatabaseThread. Hence, there can be
91 // a race condition as to whether the ScriptExecutionContext or the Databases
94 // The RefPtrs in the Databases and ScriptExecutionContext will ensure that the
139 // the associated databases.
179 // the destructor. This is because the Databases that are managed by
182 // destructor, we're guaranteed that the databases are destructed (which i
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
manydb.test 14 # many different databases at the same time without leaking memory.
65 # Create a bunch of databases
90 # Close the databases and erase the files.
journal1.test 14 # prior databases do not try to rollback into new databases.
  /external/chromium_org/chrome/browser/extensions/
data_deleter.h 18 // databases/settings are deleted asynchronously on the webkit and file
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-sql-null.html 16 <li>Go to the Databases panel</li>
  /external/chromium_org/third_party/leveldatabase/src/
NEWS 4 Fixes for larger databases (tested up to one billion 100-byte entries,
  /frameworks/base/docs/html/guide/topics/data/
index.jd 3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTransaction.java 31 * throughout the operations comprising the transaction, including which databases the overall
43 * The list of databases that have been enlisted in this transaction.
51 * The mapping of tags to databases involved in this transaction.
62 * lock on one of the databases that we started the transaction with (the yield code cleans
96 * list of affected databases and starts a transaction on it. If we already have the given
181 * Completes the transaction, ending the DB transactions for all associated databases.

Completed in 2070 milliseconds

1 2 3 4 5 6 7 8 91011>>