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

<<31323334353637383940>>

  /external/webkit/Source/WebKit/win/
WebIconDatabase.cpp 71 LOG_ERROR("Unable to get icon database enabled preference");
88 LOG_ERROR("Unable to get icon database location preference");
96 LOG_ERROR("Failed to construct default icon database path");
100 LOG_ERROR("Failed to open icon database path");
324 // Windows doesn't do any old-style database importing.
  /frameworks/base/core/java/android/webkit/
WebStorage.java 79 * Class containing the HTML5 database quota and usage for an origin.
114 * Returns the quota for this origin's HTML5 database.
122 * Returns the usage for this origin's HTML5 database.
251 * Returns a list of origins having a database. The Map is of type
266 * Returns a list of origins having a database
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 17 package android.database;
19 import static android.database.DatabaseUtils.InsertHelper.TABLE_INFO_PRAGMA_COLUMNNAME_INDEX;
20 import static android.database.DatabaseUtils.InsertHelper.TABLE_INFO_PRAGMA_DEFAULT_INDEX;
23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteException;
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
WebStorageSizeManagerUnitTests.java 234 // This test ensures that if an origin creates more than one database, the quota that is
263 // Now try to create a new database under the origin, by invoking onExceededDatabaseQuota
272 // Create another database, but this time use a size that will overflow the space on the
279 // Create another database. This time, request less than the old quota.
288 // Now have the first database overflow it's quota. We should get 1 more MB.
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 53 * All changes made by the user will not be immediately saved to the database, as changing the
54 * sync window may result in removal of messages. Instead, we only save to the database in {@link
277 * Updates {@link #mAccount}/{@link #mMailbox}, but doesn't save to the database yet.
295 * Save changes to the database.
298 * allowed to touch the database, so it uses {@link EmailAsyncTask} to do the save on a bg
  /external/chromium/crypto/
nss_util.cc 48 const char kNSSDatabaseName[] = "Real NSS database";
54 // Fake certificate authority database used for testing.
132 // NSS creates a local cache of the sqlite database if it detects that the
133 // filesystem the database is on is much slower than the local disk. The
359 // Use the system certificate store, so initialize NSS without database.
367 "database: " << GetNSSErrorMessage();
378 // Initialize with a persistent database (likely, ~/.pki/nssdb).
389 "database (" << nss_config_dir
394 VLOG(1) << "Initializing NSS without a persistent database.";
398 "database: " << GetNSSErrorMessage()
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
constructors_index_additions.html 86 <nobr><A HREF="android.widget.CursorAdapter.html#android.widget.CursorAdapter.ctor_added(android.content.Context, android.database.Cursor, int)" class="hiddenlink" target="rightframe"><b>CursorAdapter</b>
156 <nobr><A HREF="android.widget.ResourceCursorAdapter.html#android.widget.ResourceCursorAdapter.ctor_added(android.content.Context, int, android.database.Cursor, int)" class="hiddenlink" target="rightframe"><b>ResourceCursorAdapter</b>
172 <nobr><A HREF="android.widget.SimpleCursorAdapter.html#android.widget.SimpleCursorAdapter.ctor_added(android.content.Context, int, android.database.Cursor, java.lang.String[], int[], int)" class="hiddenlink" target="rightframe"><b>SimpleCursorAdapter</b>
179 <nobr><A HREF="android.database.sqlite.SQLiteCursor.html#android.database.sqlite.SQLiteCursor.ctor_added(android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery)" class="hiddenlink" target="rightframe"><b>SQLiteCursor</b>
181 <nobr><A HREF="android.database.sqlite.SQLiteOpenHelper.html#android.database.sqlite.SQLiteOpenHelper.ctor_added(android.content.Context, java.lang.String, android.database.sqlite.SQLiteDatabase.CursorFactory, int, android.database.DatabaseErrorHandler)" class="hiddenlin (…)
    [all...]
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...]
  /external/chromium/chrome/browser/history/
text_database.cc 21 // There are two tables in each database, one full-text search (FTS) table which
56 // The string prepended to the database identifier to generate the filename.
131 // Set the database page size to something a little larger to give us
143 // Run the database in exclusive mode. Nobody else should be accessing the
144 // database while we're running, and this will give somewhat improved perf.
147 // Attach the database to our index file.
161 LOG(WARNING) << "Text database is too new.";
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/webkit/Source/WebKit/chromium/public/
WebKitClient.h 120 // HTML5 Database ------------------------------------------------------
128 // Opens a database file; dirHandle should be 0 if the caller does not need
133 // Deletes a database file and returns the error code
136 // Returns the attributes of the given database file
139 // Returns the size of the given database file
143 // Indexed Database ----------------------------------------------------
241 // via this API, but sometimes (like in HTML 5 database opening) WebKit
  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 20 import android.database.Cursor;
32 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
75 * @param cursor The database cursor
116 * @param cursor The database cursor
152 * @param cursor The database cursor
270 * that need to filter strings retrieved from the database.
289 * retrieved from the database.
  /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 24 import android.database.Cursor;
25 import android.database.SQLException;
45 * multiple applications you can use a database directly via
46 * {@link android.database.sqlite.SQLiteDatabase}.
439 * turns out not to be needed, and stops database errors (such as a full
442 * <p>If you use SQLite, {@link android.database.sqlite.SQLiteOpenHelper}
446 * {@link android.database.sqlite.SQLiteOpenHelper#getReadableDatabase} or
447 * {@link android.database.sqlite.SQLiteOpenHelper#getWritableDatabase}
449 * {@link android.database.sqlite.SQLiteOpenHelper#onOpen} to initialize the
450 * database when it is first opened.
    [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/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
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 28 import android.database.Cursor;
29 import android.database.MatrixCursor;
30 import android.database.MatrixCursor.RowBuilder;
31 import android.database.MergeCursor;
117 // TODO if we add meta-accounts to the database, remove this class entirely
226 // TODO if we add meta-mailboxes to the database, remove this class entirely
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 29 import android.database.Cursor;
58 // There is no way to delete rows from table "thumbnails" of internals database.
241 + "database");
  /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/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

Completed in 4603 milliseconds

<<31323334353637383940>>