/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
alldiffs_index_changes.html | 137 <!-- Package android.database --> 138 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br> 139 <!-- Package android.database.sqlite --> 140 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br> 293 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.compile_changed(java.lang.String, boolean)" class="hiddenlink" target="rightframe">type 294 (<code>String, boolean</code>) in android.database.sqlite.SQLiteProgram 328 <A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br [all...] |
alldiffs_index_additions.html | 314 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_ABORT" class="hiddenlink" target="rightframe">CONFLICT_ABORT</A> 317 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_FAIL" class="hiddenlink" target="rightframe">CONFLICT_FAIL</A> 320 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_IGNORE" class="hiddenlink" target="rightframe">CONFLICT_IGNORE</A> 323 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_NONE" class="hiddenlink" target="rightframe">CONFLICT_NONE</A> 326 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.CONFLICT_REPLACE" class="hiddenlink" target="rightframe">CONFLICT_REPLACE</A [all...] |
/external/webkit/Source/WebKit/gtk/po/ |
id.po | 298 msgid "Web Database Usage" 306 msgid "Web Database Quota" 310 msgid "The web database quota of the security origin in bytes" 339 msgid "The security origin of the database" 347 msgid "The name of the Web Database database" 355 msgid "The display name of the Web Storage database" 363 msgid "The expected size of the Web Database database" 371 msgid "The current size of the Web Database database [all...] |
pl.po | 304 msgid "Web Database Usage" 312 msgid "Web Database Quota" 316 msgid "The web database quota of the security origin in bytes" 345 msgid "The security origin of the database" 353 msgid "The name of the Web Database database" 361 msgid "The display name of the Web Storage database" 369 msgid "The expected size of the Web Database database" 377 msgid "The current size of the Web Database database [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 412 // Pull out the database blacklist items, since they are used as-is rather 434 // Add in the blacklist entries from the database. 820 // database entry. 853 // items with database entries that weren't in the delete range. Instead, [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 266 // Open database handle. 270 // Load data from the database. 277 // Close database handle. 288 // Something's gone wrong. Nuke the database and try again. 290 LOG(ERROR) << "Sync database " << backing_filepath_.value() 505 VLOG(1) << "Old/null sync database, version " << version_on_disk; 506 // Delete the existing database (if any), and create a fresh one. [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebsettings.cpp | 546 * WebKitWebSettings:enable-html5-database: 548 * Whether to enable HTML5 client-side SQL database support. Client-side 549 * SQL database allows web pages to store structured data and be able to 556 g_param_spec_boolean("enable-html5-database", 557 _("Enable HTML5 Database"), 558 _("Whether to enable HTML5 database support"), [all...] |
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
alldiffs_index_changes.html | 78 <!-- Package android.database --> 79 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br> 165 <A HREF="android.database.CursorWindow.html" class="hiddenlink" target="rightframe">android.database</A><br> 167 <nobr><A HREF="android.database.CursorWindow.html#android.database.CursorWindow.ctor_changed(boolean)" class="hiddenlink" target="rightframe">CursorWindow
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 24 import android.database.Cursor; 25 import android.database.sqlite.SQLiteDatabase; 73 // true if the database has been modified in the current MTP session 198 // for backward compatibility - read device properties from sqlite database 723 // now rename the file. make sure this succeeds before updating database 737 // finally update database [all...] |
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 78 MtpDatabase* getMtpDatabase(JNIEnv *env, jobject database) { 79 return (MtpDatabase *)env->GetIntField(database, field_context); 1073 MyMtpDatabase* database = new MyMtpDatabase(env, thiz); local 1081 MyMtpDatabase* database = (MyMtpDatabase *)env->GetIntField(thiz, field_context); local [all...] |
/packages/providers/DownloadProvider/docs/ |
index.html | 97 <li> <a href="#Database_formats">Database formats</a> 180 to test the database upgrades from 1.0 database scheme to a new scheme, any work done in Cupcake will 181 have to work within the existing 1.0 database scheme. 247 The <code>URI</code> column is visible to the initiating application, which is a mild security risk. It should be hidden, but the OTA update mechanism relies on it to check duplicate downloads and to display the download that's currently ongoing in the settings app. If another string column was exposed to the initiating applications, the OTA update mechanism could use that one, and <code>URI</code> could then be hidden. For Cupcake, without changing the database schema, the <code>ENTITY</code> column could be re-used as it's currently unused. 260 If the <code>URI</code> column gets hidden, it could be used to store the intermediate URIs. After 1.0 the only available integer columns were <code>METHOD</code> and <code>CONTROL</code>. <code>CONTROL</code> was re-exposed to applications and can't be used. <code>METHOD</code> is slated to be re-used for 503 retry-after delays. It could be split into two halves, one for retry-after and one for the redirect count. It would make more sense to count the redirect loop with <code>FAILED_CONNECTIONS</code>, but since there's already quite some code using it it'd take a bit more effort. Ideally handling of redirects would be delayed until a future release, with a cleanup of the database schema (going along with the cleanup of the handling of filenames). 262 Because of the pattern used to read/write <code>DownloadInfo</code> and <code>DownloadProvider</code>, it's impractical to store multiple small integers into a large one. Therefore, since there are no integer columns left in the database, redirects will have to wait beyond Cupcake. [all...] |
/external/webkit/Source/WebCore/page/ |
DOMWindow.cpp | 48 #include "Database.h" 1362 RefPtr<Database> database = 0; local [all...] |
/external/chromium/chrome/browser/ |
cookies_tree_model.cc | 581 return DATABASE; 583 return DATABASE; // close enough 585 return DATABASE; // ditto 587 return DATABASE; // ditto 589 return DATABASE; // ditto
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ConfigResults.java | 41 * Complete results with additional database information. 196 * the given numbers as soon as there are enough builds in the database. 316 * build which has performance results in the database. 625 * Set the configuration value from database information 638 * Set the configuration value from database information
|
/external/webkit/Source/WebCore/inspector/ |
InspectorInstrumentation.h | 44 class Database; 151 #if ENABLE(DATABASE) 152 static void didOpenDatabase(ScriptExecutionContext*, PassRefPtr<Database>, const String& domain, const String& name, const String& version); 271 #if ENABLE(DATABASE) 272 static void didOpenDatabaseImpl(InspectorAgent*, PassRefPtr<Database>, const String& domain, const String& name, const String& version); [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 61 #if ENABLE(DATABASE) 397 #if ENABLE(DATABASE) 413 // Only update estimatedSize if we are trying to create a a new database, i.e. the usage for the database is 0. 442 // Otherwise, give up and deny the new database. :(
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
Alarms.java | 28 import android.database.Cursor; 140 // Private method to get a more limited set of alarms from the database. 189 * Return an Alarm object representing the alarm id in the database. 295 // non-repeating alarm is not in the active list in the database. 543 // The time in the database is either 0 (repeating) or a specific time
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 23 import android.database.Cursor; 235 * Restore a Mailbox from the database, given its unique id 267 * Returns a Mailbox from the database, given its pathname and account id. All mailbox 299 * Returns a {@link Mailbox} for the given path. If the path is not in the database, a new 394 // Fallback to querying the database directly.
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxFragmentAdapter.java | 22 import android.database.Cursor; 23 import android.database.CursorWrapper; 24 import android.database.MatrixCursor; 25 import android.database.MatrixCursor.RowBuilder; 26 import android.database.MergeCursor;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 31 import android.database.CharArrayBuffer; 32 import android.database.Cursor; 33 import android.database.DatabaseUtils; 34 import android.database.SQLException; 35 import android.database.sqlite.SQLiteConstraintException; 36 import android.database.sqlite.SQLiteDatabase; 37 import android.database.sqlite.SQLiteDoneException; 38 import android.database.sqlite.SQLiteException; 39 import android.database.sqlite.SQLiteOpenHelper; 40 import android.database.sqlite.SQLiteQueryBuilder [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
methods_index_all.html | 139 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.beginTransactionWithListener_added(android.database.sqlite.SQLiteTransactionListener)" class="hiddenlink" target="rightframe"><b>beginTransactionWithListener</b> [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
fields_index_all.html | 469 <nobr><A HREF="android.database.Cursor.html#android.database.Cursor.FIELD_TYPE_BLOB" class="hiddenlink" target="rightframe">FIELD_TYPE_BLOB</A> 471 <nobr><A HREF="android.database.Cursor.html#android.database.Cursor.FIELD_TYPE_FLOAT" class="hiddenlink" target="rightframe">FIELD_TYPE_FLOAT</A> 473 <nobr><A HREF="android.database.Cursor.html#android.database.Cursor.FIELD_TYPE_INTEGER" class="hiddenlink" target="rightframe">FIELD_TYPE_INTEGER</A> 475 <nobr><A HREF="android.database.Cursor.html#android.database.Cursor.FIELD_TYPE_NULL" class="hiddenlink" target="rightframe">FIELD_TYPE_NULL</A> 477 <nobr><A HREF="android.database.Cursor.html#android.database.Cursor.FIELD_TYPE_STRING" class="hiddenlink" target="rightframe">FIELD_TYPE_STRING</A [all...] |
/dalvik/hit/samples/ |
android.hprof | 5 JAVA PROFILE 1.0.3 ??? ! v[?id_aa_signatureTimeStampToken xypSTOP v%?message p-CursorWindow.java vrhKEY_CIPHER t?AndroidManifest_sharedUserId s@xonAttachedToWindow p?DdmHandleHeap.java / qu?org.apache.http.impl.conn.AbstractPoolEntry S n?(Landroid/content/Context;Ljava/lang/String;)Landroid/content/IContentProvider; v?(mCacheMimeTypeColIndex q?8AbstractMessageWriter.java w=hmImeiSv wPfadingEdgeLength
v??sThenTime . u? android.database.ContentObserver$Transport t?XGL_CURRENT_TEXTURE_COORDS w??BCC v?@SETTINGS_CONTRIBUTORS_URL u??CHUNK_WAIT v?8READ_ACCESS r^?populateFromCache ( r?()Landroid/content/res/AssetManager; I s<(Ljava/lang/Class;Landroid/content/Context;)Landroid/app/Application; q?xreadUTF rC?HeaderViewListAdapter.java wr?mPrompt ! t GridLayoutAnimation_direction r??mPasskeyAgentRequestData qT android.ddm.DdmHandleAppName v?DATE_MODIFIED w?hPREVIOUSLY_SENT_DATE u?Pjava.lang.reflect.Modifier s??YEAR w?@validationFeature r?xWINDOW_HIERARCHY_TAG s?B s?xC ( s?android.app.IAlarmManager$Stub$Proxy s??E s?HF vG?D n?0(Landroid/os/Message;)V s??I s?J x?L x?O rfHProtocolVersion.java $ r"?android.database.BulkCursorProxy r8?trimStateSet v?S x?T s??V t?GL_DEPTH_ATTACHMENT_OES A q?(Landroid/app/ActivityThread;Landroid/app/ActivityThread$1;)V u8GRAVITY_DEATH_STAR_I s??Z v?NO_ID s n?(Landroid/content/Context;ILandroid/content/Intent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Handler;)V r"@getColumnNames r?PmInstrumentedAppDir q?(ReflectionAccessImpl.java r?0b r?c rv?d + v!?WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS v?0mPanelChordingKey wA?a r?pfillToGalleryRight q?TypedValue.java % r??android.app.ActivityManagerNative j??Resources.java sZ?h t=PSlidingDrawer_animateOnClick u?0i u??m q?((I)[C vc?BER v?YOUTUBE_MOST_DISCUSSED_URL v? FORMAT_24HOUR xx?e w?u [S?(I)[I w?@v r??(ILjava/lang/String;)V G q,(Landroid/app/ActivityThread$ActivityRecord;)Landroid/app/Activity; s?x s?(y
r?HmWakeLock r??GPS_DELETE_HEALTH " w??org.apache.http.HttpConnection sSXFileURLConnection.java x.?metricsCache x??NUM_ENTRIES_TO_LOAD wa?ZONE_OFFSET t??S_IXOTH r??GPS_DELETE_RTI v??BEGIN s??java.lang.CharSequence v? mFlingProfilingStarted x `HTTP u?pMETADATA_KEY_NUM_TRACKS s?java.lang.ProcessManager q?KeyEvent.java ( p android.content.ContentProviderProxy ) x
@org.apache.http.message.LineFormatter x~LONG_PRESS vxenumSize rw?readSparseArray s?0contexts v??mHttpAuthLock w? PDU_COLUMN_REPORT_ALLOWED sn?childrenThreads , qd?(Ljava/lang/Runnable;)Ljava/lang/Thread; " sO?(ILandroid/util/TypedValue;Z)V * viXandroid.server.search.SearchableInfo$1 " r?h(ILandroid/util/TypedValue;Z)Z w??MILLISECONDS_PER_400_YEARS $ w?xjava.util.AbstractSequentialList w?xSTORE r"(ByteBuffer.java u?mNinePatch q?@java.net.Inet4Address 5 x;0com.google.android.googleapps.IGoogleLoginService v?SPAN_EXCLUSIVE_INCLUSIVE rm`(Ljava/lang/String;I)I
v?XmReleaser r?pmaxChars ( v8TRUNCATE_HISTORY_PROJECTION_ID_INDEX v?TEXT_AUTO_PUNCTUATE v?8mMotionViewOriginalTop v??KEYCODE_CLEAR s`getObjects x<?dalvik.system.DexFile[] [ qe?([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;)V 80 x< opaque s8bringTextIntoView t"InsetDrawable_insetBottom & |