/external/webkit/Source/WebKit/chromium/public/ |
WebPasswordFormData.h | 63 // data from the database, so it must not be empty. 68 // fashion) whether or not a given PasswordForm result from the database is a 73 // of PasswordForm results from the database to make matches as tight as
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebSecurityOrigin.mm | 165 #if ENABLE(DATABASE) 174 #if ENABLE(DATABASE) 183 #if ENABLE(DATABASE)
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebViewData.h | 134 // WebKit has both a global plug-in database and a separate, per WebView plug-in database. Dashboard uses the per WebView database.
|
/frameworks/base/core/java/android/content/ |
SearchRecentSuggestionsProvider.java | 20 import android.database.Cursor; 21 import android.database.sqlite.SQLiteDatabase; 22 import android.database.sqlite.SQLiteOpenHelper; 76 // general database configuration and tables 83 // Table of database versions. Don't forget to update! 92 * This mode bit configures the database to record recent queries. <i>required</i> 98 * This mode bit configures the database to include a 2nd annotation line with each entry. 115 * Builds the database. This version has extra support for using the version field 116 * as a mode flags field, and configures the database columns depending on the mode bits 147 Log.w(TAG, "Upgrading database from version " + oldVersion + " to [all...] |
/frameworks/base/core/java/com/google/android/mms/util/ |
SqliteWrapper.java | 24 import android.database.Cursor; 25 import android.database.sqlite.SQLiteException; 33 = "unable to open database file";
|
/frameworks/base/core/jni/ |
android_database_SQLiteCompiledSql.cpp | 105 clazz = env->FindClass("android/database/sqlite/SQLiteCompiledSql"); 107 LOGE("Can't find android/database/sqlite/SQLiteCompiledSql"); 120 "android/database/sqlite/SQLiteCompiledSql", sMethods, NELEM(sMethods));
|
android_database_SQLiteProgram.cpp | 177 clazz = env->FindClass("android/database/sqlite/SQLiteProgram"); 179 LOGE("Can't find android/database/sqlite/SQLiteProgram"); 192 "android/database/sqlite/SQLiteProgram", sMethods, NELEM(sMethods));
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 21 import android.database.ContentObserver; 22 import android.database.Cursor; 34 * <li> Keeping the local copy in sync with the database (this is an observer)
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
AdditionalTextOutput.java | 26 * A class that stores consoles messages, database callbacks, alert messages, etc. 70 output.append("UI DELEGATE DATABASE CALLBACK: "); 73 output.append("database:" + databaseIdentifier + "\n");
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldBlobTest.java | 20 import SQLite.Database; 31 private static Database db = null; 39 db = new Database();
|
OldDatabaseTest.java | 24 import SQLite.Database; 55 private Database db = null; 82 db = new Database(); 91 if (!(e.getMessage().equals("database already closed"))) { 101 Database db2 = new Database(); 103 db2 = new Database(); 116 Database db2 = new Database(); 173 assertTrue(e.getMessage().equals("database already closed")) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
WebStorageSizeManager.java | 61 * When an origin's database usage reaches its current quota, WebKit invokes 66 * create its first database. 78 * the estimated size, then WebCore will not create the database. 209 * The origin has exceeded its database quota. 211 * @param databaseIdentifier the identifier of the database on 214 * @param estimatedSize the estimated size of a new database, or 0 if 215 * this has been invoked in response to an existing database 263 // to webcore not creating the database. 270 " estimatedSize for the new database " + 279 // is creating a new database or it has overflowed an existing database [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessageStatusReceiver.java | 25 import android.database.Cursor; 31 import android.database.sqlite.SqliteWrapper; 64 // message's status in the database.
|
/packages/apps/Settings/src/com/android/settings/ |
AirplaneModeEnabler.java | 21 import android.database.ContentObserver; 124 // In ECM mode, do not update database at this point 133 // update database based on the current checkbox state
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
GroupsListFragment.java | 26 import android.database.Cursor; 27 import android.database.MatrixCursor; 28 import android.database.MergeCursor;
|
/packages/providers/CalendarProvider/res/values/ |
strings.xml | 23 <string name="upgrade_msg">Upgrading Calendar database.</string> 53 <string name="debug_tool_message">You are about to 1) make a copy of your calendar database to the sd card/usb storage which is readable by any app and 2) email it. Remember to delete it as soon as you have successfully copied it off the device or the email is received.</string> 62 <string name="debug_tool_email_body">Attached is my calendar database with all my appointments and personal information. Please handle with care.</string>
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForOrganization.java | 23 import android.database.Cursor; 24 import android.database.DatabaseUtils; 25 import android.database.sqlite.SQLiteDatabase;
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
StorageManager.java | 22 import android.database.Cursor; 23 import android.database.sqlite.SQLiteException; 98 /** How often should database and filesystem be cleaned up to remove spurious files 112 * remove excess entries from the database 306 * the matching database entries. Files are deleted in LRU order until 356 * the downloads database. 357 * This can occur if a delete is done on the database but the file is not removed from the 399 // delete the files not found in the database 413 * Drops old rows from the database to prevent it from growing too large 428 // This isn't good - if we can't do basic queries in our database, [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SimpleCursorTreeAdapterTest.java | 29 import android.database.Cursor; 86 args = {android.content.Context.class, android.database.Cursor.class, int.class, 94 args = {android.content.Context.class, android.database.Cursor.class, int.class, 102 args = {android.content.Context.class, android.database.Cursor.class, int.class, 126 android.database.Cursor.class, boolean.class} 150 android.database.Cursor.class, boolean.class}
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebIconDatabase.cpp | 65 LOG_ERROR("Icon database already has a path and is already open. We don't currently support changing its path and reopening."); 75 LOG_ERROR("Unable to open WebKit2 icon database on disk"); 87 LOG_ERROR("Cannot enabled Icon Database cleanup - it hasn't been opened yet."); 92 LOG_ERROR("Attempt to enable database cleanup, but it's already enabled."); 210 // WebKit2 icon database doesn't currently support importing any old icon database formats.
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex1.jd | 12 <li><em>How to use a SQLite database to store the notes.</em></li> 13 <li><em>How to bind data from a database cursor into a ListView using a 71 exercise, we are using a SQLite database to store our data. This is useful 85 encapsulate data access to a SQLite database that will hold our notes data 88 to look up data from the proper field names in the database. There is also a database creation 89 string defined, which is used to create a new database schema if one doesn't exist already.</p> 90 <p>Our database will have the name <code>data</code>, and have a single table called 94 usually has to be specified when querying or updating the database (in the column projections 103 which handles creating/opening a database for us.</p [all...] |
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex1.jd | 12 <li><em>How to use a SQLite database to store the notes.</em></li> 13 <li><em>How to bind data from a database cursor into a ListView using a 71 exercise, we are using a SQLite database to store our data. This is useful 85 encapsulate data access to a SQLite database that will hold our notes data 88 to look up data from the proper field names in the database. There is also a database creation 89 string defined, which is used to create a new database schema if one doesn't exist already.</p> 90 <p>Our database will have the name <code>data</code>, and have a single table called 94 usually has to be specified when querying or updating the database (in the column projections 103 which handles creating/opening a database for us.</p [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
StressTest.java | 106 * connections to the DataBase using one thread. 121 * connections to the DataBase using some threads. 150 * records to the Database using a maximum number of connections. 157 Logger.global.info("Opening " + maxConnections + " to database " 197 Logger.global.info("Opening "+numConnections+" to database "+Support_SQL.getFilename()); 233 + " connections to the DataBase");
|
/cts/tests/tests/database/src/android/database/cts/ |
CursorJoinerTest.java | 17 package android.database.cts; 25 import android.database.Cursor; 26 import android.database.CursorJoiner; 27 import android.database.CursorJoiner.Result; 28 import android.database.sqlite.SQLiteDatabase; 33 @TestTargetClass(android.database.CursorJoiner.class) 69 args = {android.database.Cursor.class, java.lang.String[].class, 70 android.database.Cursor.class, java.lang.String[].class}
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteStatementTest.java | 17 package android.database.sqlite.cts; 26 import android.database.Cursor; 27 import android.database.DatabaseUtils; 28 import android.database.SQLException; 29 import android.database.sqlite.SQLiteDatabase; 30 import android.database.sqlite.SQLiteDoneException; 31 import android.database.sqlite.SQLiteStatement; 39 @TestTargetClass(android.database.sqlite.SQLiteStatement.class)
|