HomeSort by relevance Sort by last modified time
    Searched full:database (Results 1351 - 1375 of 2668) sorted by null

<<51525354555657585960>>

  /frameworks/support/v4/java/android/support/v4/widget/
CursorAdapter.java 20 import android.database.ContentObserver;
21 import android.database.Cursor;
22 import android.database.DataSetObserver;
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 35 import android.database.Cursor;
36 import android.database.MatrixCursor;
56 // Minimum delay between queries on the database for widget updates in ms
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 35 import android.database.Cursor;
63 * LauncherModel object held in a static. Also provide APIs for updating the database state
113 // sDbIconCache is the set of ItemInfos that need to have their icons updated in the database
218 // consistent with the database-- for now, just require modelItem == item
293 * Update an item to the database in a specified container.
303 * Returns true if the shortcuts already exists in the database.
405 * Add an item to the database in a specified container. Sets the container, screen, cellX and
494 * Removes the specified item from the database
529 * Remove the contents of the specified folder from the database
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 31 import android.database.Cursor;
32 import android.database.sqlite.SQLiteDatabase;
417 * Updates the directories tables in the database to match the info received
ContactsDatabaseHelper.java 28 import android.database.CharArrayBuffer;
29 import android.database.Cursor;
30 import android.database.DatabaseUtils;
31 import android.database.SQLException;
32 import android.database.sqlite.SQLiteConstraintException;
33 import android.database.sqlite.SQLiteDatabase;
34 import android.database.sqlite.SQLiteDoneException;
35 import android.database.sqlite.SQLiteException;
36 import android.database.sqlite.SQLiteOpenHelper;
37 import android.database.sqlite.SQLiteQueryBuilder
    [all...]
  /system/core/run-as/
package.c 46 /* This should be large enough to hold the content of the package database file */
365 /* Read the system's package database and extract information about
369 * If the package database is corrupted, return -1 and set errno to EINVAL
  /external/chromium/chrome/browser/resources/options/
cookies_list.js 27 'database': [ ['name', 'label_cookie_name'],
203 database: false,
215 if (info.database || info.indexedDb)
410 else if (this.data.type == 'database')
411 info.database = true;
434 case 'database':
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 342 // Tracks whether this entry needs to be saved to the database.
458 // A mutable meta entry. Changes get committed to the database when the
639 // Sqlite is a little goofy, in that each thread must access a database
890 // If full_scan is true, all entries will be pulled from the database.
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 43 import android.database.sqlite.SqliteWrapper;
54 import android.database.Cursor;
794 * asking it to read attachments from database.
796 * @param msgUri the MMS message URI in database
798 * @param persister the PDU persister for updating the database
799 * @param sendReq the SendReq for updating the database
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 33 import android.database.Cursor;
34 import android.database.sqlite.SQLiteDatabase;
35 import android.database.sqlite.SQLiteOpenHelper;
36 import android.database.sqlite.SQLiteQueryBuilder;
96 * @param name The name of the database to create.
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 28 import android.database.Cursor;
100 args = {android.database.Cursor.class, java.lang.String.class, boolean.class,
  /development/pdk/docs/source/
life-of-a-bug.jd 55 represented is being tracked in a separate bug database. For example, the bug
116 we tend to do so in periodic "bug sweeps" where we review the database and
  /external/chromium/chrome/browser/password_manager/
password_form_manager.h 31 // used to filter login results from database.
41 // Retrieves potential matching logins from the database.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 52 // TODO(lzheng): It was reasonable when database is saved in sqlite, but
647 // database, |pending_browse_hashes_| are from GetHash requests between
    [all...]
  /external/chromium/crypto/
rsa_private_key.h 202 // half in the key database. The format of the public key blob is is
206 // created in the key database.
  /external/iproute2/lib/
rt_names.c 55 fprintf(stderr, "Database %s is corrupted at %s\n",
93 fprintf(stderr, "Database %s is corrupted at %s\n",
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 14 * Table returned by Database.get_table()
72 SQLite.Database.version().compareTo("2.5.0") < 0;
319 return new java.sql.Time(SQLite.Database.long_from_julian(lastg));
327 return new java.sql.Time(SQLite.Database.long_from_julian(lastg));
368 return new java.sql.Timestamp(SQLite.Database.long_from_julian(lastg));
376 return new java.sql.Timestamp(SQLite.Database.long_from_julian(lastg));
419 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));
427 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
tsql.php 62 'CURSOR', 'CYCLE', 'DATA', 'DATABASE', 'DATE', 'DAY', 'DBCC', 'DEALLOCATE', 'DEC', 'DECIMAL', 'DECLARE', 'DEFAULT', 'DEFERRABLE',
165 //Database Maintenance Plan Procedures
  /external/openssl/apps/
openssl.cnf 45 database = $dir/index.txt # database index file.
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 75 #if ENABLE(DATABASE)
353 #if ENABLE(DATABASE)
  /external/webkit/Source/WebCore/inspector/front-end/
WebKit.qrc 25 <file>Database.js</file>
151 <file>Images/database.png</file>
  /external/webkit/Source/WebCore/page/
ChromeClient.h 174 #if ENABLE(DATABASE)
180 // because storing it would grow the database file past its defined maximum
  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.cpp 32 #if ENABLE(DATABASE)
419 // equalIgnoringCase(tableName, "sqlite_sequence") || equalIgnoringCase(tableName, Database::databaseInfoTableName()))
IDBRequest.cpp 278 // If there ever are events that are associated with a database but
280 // this object to actually hold a reference to the database (to ensure
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 86 #if ENABLE(DATABASE)
117 #if ENABLE(DATABASE)

Completed in 1894 milliseconds

<<51525354555657585960>>