HomeSort by relevance Sort by last modified time
    Searched full:database (Results 901 - 925 of 2940) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/11/changes/
jdiff_statistics.html 151 <TD><A HREF="pkg_android.database.sqlite.html">android.database.sqlite</A></TD>
195 <TD><A HREF="pkg_android.database.html">android.database</A></TD>
380 <TD><A HREF="android.database.sqlite.SQLiteCursor.html">
381 android.database.sqlite.SQLiteCursor</A></TD>
425 <TD><A HREF="android.database.sqlite.SQLiteStatement.html">
426 android.database.sqlite.SQLiteStatement</A></TD>
435 <TD><A HREF="android.database.sqlite.SQLiteQueryBuilder.html">
436 android.database.sqlite.SQLiteQueryBuilder</A></TD
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogQueryHandler.java 26 import android.database.Cursor;
27 import android.database.MatrixCursor;
28 import android.database.MergeCursor;
29 import android.database.sqlite.SQLiteDatabaseCorruptException;
30 import android.database.sqlite.SQLiteDiskIOException;
31 import android.database.sqlite.SQLiteException;
32 import android.database.sqlite.SQLiteFullException;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 243 // Setup a database in a temporary directory.
284 // Utility function for setting up the database for the caching test.
341 // Old style database won't have the second entry since it creates the lists
343 // based database has these values hard coded.
455 // Checks database reading and writing for browse.
689 // in database because of the previous sub chunk.
710 // Test adding zero length chunks to the database.
812 // Utility function for setting up the database for the caching test.
    [all...]
protocol_manager.h 127 // should try again later to open the database.
131 // Called after the chunks that were parsed were inserted in the database.
273 // requires a database query (run on the database thread), and the request
284 // Formats a string returned from the database into:
365 // added to the database yet.
  /frameworks/base/core/java/android/content/
ContentProvider.java 26 import android.database.Cursor;
27 import android.database.SQLException;
54 * multiple applications you can use a database directly via
55 * {@link android.database.sqlite.SQLiteDatabase}.
484 * turns out not to be needed, and stops database errors (such as a full
487 * <p>If you use SQLite, {@link android.database.sqlite.SQLiteOpenHelper}
491 * {@link android.database.sqlite.SQLiteOpenHelper#getReadableDatabase} or
492 * {@link android.database.sqlite.SQLiteOpenHelper#getWritableDatabase}
494 * {@link android.database.sqlite.SQLiteOpenHelper#onOpen} to initialize the
495 * database when it is first opened.
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 17 package android.database.cts;
22 import android.database.Cursor;
23 import android.database.DatabaseUtils;
24 import android.database.DatabaseUtils.InsertHelper;
25 import android.database.sqlite.SQLiteAbortException;
26 import android.database.sqlite.SQLiteDatabase;
27 import android.database.sqlite.SQLiteDoneException;
28 import android.database.sqlite.SQLiteException;
29 import android.database.sqlite.SQLiteStatement;
115 // at the beginning, there are no records in the database
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 116 // Error from the web database.
374 // the web database.
382 // Update the web database with the existing profiles.
389 // Add the new profiles to the web database. Don't add a duplicate.
405 // Read our writes to ensure consistency with the database.
437 // Update the web database with the existing credit cards.
444 // Add the new credit cards to the web database. Don't add a duplicate.
459 // Read our writes to ensure consistency with the database.
782 // Call to a java class that would read/write the data in a database.
807 // Need a web database service on Androi
    [all...]
  /external/chromium/chrome/browser/history/
thumbnail_database.cc 42 // Version number of the database.
89 // Version check. We should not encounter a database too old for us to handle
92 LOG(WARNING) << "Thumbnail database is too new.";
99 LOG(WARNING) << "Unable to update to thumbnail database to version 3.";
108 LOG(WARNING) << "Unable to update to thumbnail database to version 4.";
116 "Thumbnail database version " << cur_version << " is too old to handle.";
137 // Run the database in exclusive mode. Nobody else should be accessing the
138 // database while we're running, and this will give somewhat improved perf.
649 NOTREACHED() << "Unable to attach database.";
677 NOTREACHED() << "Unable to detach database."
    [all...]
  /external/chromium/chrome/common/
sqlite_utils.h 114 // SQLNestedTransaction calls these after the underlying database
121 // Returns the sqlite3 database connection associated with this site
348 // A scoped sqlite database that closes when it goes out of scope.
360 // database to be in UTF-8 mode on all platforms. See
363 int OpenSqliteDb(const FilePath& filepath, sqlite3** database);
365 // Returns true if there is a table with the given name in the database.
366 // For the version where a database name is specified, it may be NULL or the
367 // empty string if no database name is necessary.
377 // versions, one that takes a database name, the other that doesn't. The
378 // database name can be NULL or empty if no name is desired
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Shell.java 12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
14 * java -jar sqlite.jar [OPTIONS] database [SHELLCMD]
19 Database db;
337 pw.println(".dump ?TABLE? ... Dump database in text fmt");
489 if (Database.complete(sql)) {
535 s.db = new Database();
567 System.err.println("No database file given");
573 System.err.println("Unable to open database: " + e);
601 * Internal class for dumping an entire database.
603 * tables of the current database and output create SQL statement
    [all...]
  /external/webkit/Source/WebCore/platform/sql/
SQLiteStatement.cpp 29 #if ENABLE(DATABASE)
465 LOG(SQLDatabase, "Error reading results from database query %s", m_query.ascii().data());
485 LOG(SQLDatabase, "Error reading results from database query %s", m_query.ascii().data());
505 LOG(SQLDatabase, "Error reading results from database query %s", m_query.ascii().data());
525 LOG(SQLDatabase, "Error reading results from database query %s", m_query.ascii().data());
538 #endif // ENABLE(DATABASE)
  /external/webkit/Source/WebKit/gtk/po/
nl.po 296 msgid "Web Database Usage"
304 msgid "Web Database Quota"
308 msgid "The web database quota of the security origin in bytes"
337 msgid "The security origin of the database"
338 msgstr "De beveiligingsbron van de database"
345 msgid "The name of the Web Database database"
346 msgstr "De naam van de Web Database-database"
353 msgid "The display name of the Web Storage database"
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.mm 274 // Find plug-ins to remove from database (i.e., plug-ins that no longer exist on disk)
280 // the database.
285 // will be the set of new plug-ins that should be added to the database.
296 // Remove plugins from database
301 // Add new plugins to database
458 // Remove plug-in from database
  /frameworks/base/telephony/java/android/telephony/
CellBroadcastMessage.java 21 import android.database.Cursor;
39 * the database of previously received broadcasts at "content://cellbroadcasts/".
41 * from the ContentProvider, and writes to the database are not allowed.<p>
44 * in the database cursor returned by the ContentProvider.
101 * Create a CellBroadcastMessage from a row in the database.
227 * Return a ContentValues object for insertion into the database.
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 35 import android.database.Cursor;
36 import android.database.MatrixCursor;
37 import android.database.MatrixCursor.RowBuilder;
38 import android.database.MergeCursor;
117 // TODO if we add meta-accounts to the database, remove this class entirely
232 // TODO if we add meta-mailboxes to the database, remove this class entirely
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 29 import android.database.Cursor;
30 import android.database.DatabaseUtils;
31 import android.database.MatrixCursor;
32 import android.database.sqlite.SQLiteDatabase;
33 import android.database.sqlite.SQLiteOpenHelper;
34 import android.database.sqlite.SQLiteQueryBuilder;
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 21 import android.database.Cursor;
80 * completes. In a sample app, going against a simple provider based on a local database,
151 * local database, the block will be momentary, but in a real app you should use
  /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/
PerformanceResults.java 36 * This class allow to read all data from releng performance database for given
320 * Init configurations from performance results database.
450 * Read all data from performance database for the given configurations
461 * If <code>null</code>, then database will be read instead and no storage
510 * Read all data from performance database for the given configurations
615 titleSuffix = "all database scenarios..."; //$NON-NLS-1$
617 titleSuffix = "all database scenarios for "+buildName+" build..."; //$NON-NLS-1$ //$NON-NLS-2$
802 * Update a given build information with database contents.
805 * @param force Force the update from the database, even if the build is
846 * Update a given build information with database contents
    [all...]
  /external/srtp/test/
rdbx_driver.c 4 * driver for the rdbx implementation (replay database with extended range)
94 printf("rdbx (replay database w/ extended range) test driver\n"
177 * checks that a sequence number idx is in the replay database
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegatePrivate.h 192 @method webView:frame:exceededDatabaseQuotaForSecurityOrigin:database:
196 @param databaseIdentifier The identifier of the database involved.
198 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier;
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 158 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier
161 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%s, %s, %i} database:%s\n", [[origin protocol] UTF8String], [[origin host] UTF8String],
  /libcore/luni/src/main/java/java/sql/
SQLException.java 27 * database access:
34 * <li>A database-specific error code.</li>
181 * of the code is specific to the vendor of the database.
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 19 import SQLite.Database;
32 private Database db = null;
36 db = new Database();
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 23 import android.database.Cursor;
88 * browser database from it.
121 // them to the browser's database
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 22 import android.database.ContentObserver;
23 import android.database.Cursor;
288 * Sends a provider status update, which will trigger a retry of database upgrade

Completed in 860 milliseconds

<<31323334353637383940>>