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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/history/
archived_database.cc 28 // Set the database page size to something a little larger to give us
34 // Don't use very much memory caching this database. We seldom use it for
38 // Run the database in exclusive mode. Nobody else should be accessing the
39 // database while we're running, and this will give somewhat improved perf.
92 LOG(WARNING) << "Archived database is too new.";
105 LOG(WARNING) << "Unable to update archived database to version 2.";
123 // not be a released product that makes a database too old for us to handle.
125 "Archived database version " << cur_version << " is too old to handle.";
in_memory_database.cc 23 // Set the database page size to 4K for better performance.
69 // Attach to the history database on disk. (We can't ATTACH in the middle of
73 NOTREACHED() << "Unable to attach to history database.";
90 // Unable to get data from the history database. This is OK, the file may
105 // Unable to get data from the history database. This is OK, the file may
119 // Unable to get data from the history database. This is OK, the file may
128 // Detach from the history database on disk.
130 NOTREACHED() << "Unable to detach from history database.";
download_database.h 27 // Get all the downloads from the database.
42 // Create a new database entry for one download and return its primary db id.
45 // Remove a download from the database.
55 // Returns the database for the functions in this interface.
text_database.h 22 // Encapsulation of a full-text indexed database file.
37 // The title is returned because the title in the text database and the URL
38 // database may differ. This happens because we capture the title when the
58 // This function will attach the new database to the given database
65 // ID is the identifier for the database. It should uniquely identify it among
76 // Initializes the database connection and creates the file if the class
88 // For testing, returns the file name of the database so it can be deleted
93 // which is the part before the database identifier. For example
94 // "History Index *". This is for finding existing database files
    [all...]
  /external/chromium/chrome/browser/sync/glue/
database_model_worker.h 18 // A ModelSafeWorker for database models (eg. autofill) that accepts requests
19 // from the syncapi that need to be fulfilled on the database thread.
  /external/webkit/Source/WebCore/inspector/
InjectedScriptHost.cpp 54 #if ENABLE(DATABASE)
55 #include "Database.h"
79 #if ENABLE(DATABASE)
98 #if ENABLE(DATABASE)
145 #if ENABLE(DATABASE)
146 int InjectedScriptHost::databaseIdImpl(Database* database)
149 return m_databaseAgent->databaseId(database);
  /external/webkit/Source/WebKit/chromium/src/
WebDatabase.cpp 43 #if !ENABLE(DATABASE)
53 #endif // !ENABLE(DATABASE)
99 #if ENABLE(DATABASE)
102 #endif // ENABLE(DATABASE)
107 #if ENABLE(DATABASE)
113 #endif // ENABLE(DATABASE)
116 WebDatabase::WebDatabase(const AbstractDatabase* database)
117 : m_database(database)
  /frameworks/base/core/java/android/database/sqlite/
SQLiteAccessPermException.java 17 package android.database.sqlite;
20 * This exception class is used when sqlite can't access the database file
SQLiteDatabaseCorruptException.java 17 package android.database.sqlite;
20 * An exception that indicates that the SQLite database file is corrupt.
SQLiteDiskIOException.java 17 package android.database.sqlite;
21 * SQLite database file.
SQLiteException.java 17 package android.database.sqlite;
19 import android.database.SQLException;
SQLiteFullException.java 17 package android.database.sqlite;
20 * An exception that indicates that the SQLite database is full.
  /libcore/luni/src/main/java/javax/sql/
DataSource.java 26 * connection to a database. This interface is an alternative to the {@code
56 * Creates a connection to the database represented by this {@code
60 * database.
62 * if there is a problem accessing the database.
67 * Creates a connection to the database represented by this {@code
71 * the a user name for the database login.
76 * database.
78 * if there is a problem accessing the database.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java 18 import android.database.Cursor;
21 * Utility methods for closing database cursors.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 48 // whitelist databases. The browse database contains information
49 // about phishing and malware urls. The download database contains
51 // these downloaded contents. The csd whitelist database contains URLs
61 // |enable_download_protection| is used to control the download database
64 // database feature.
76 // Initializes the database with the given filename.
79 // Deletes the current database and creates a new one.
82 // Returns false if |url| is not in the browse database. If it
93 // Returns false if none of |urls| are in Download database. If it returns
95 // the database. This function could ONLY be accessed from creation thread
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 25 #if ENABLE(DATABASE)
86 * Returns the default quota for Web Database databases. By default
89 * @return the current default database quota in bytes
98 * Database databases.
100 * @param path the new database directory path
104 #if ENABLE(DATABASE)
116 * Returns directory path where web database is stored.
122 * @return database path or @c 0 if none or web database is not supported
126 #if ENABLE(DATABASE)
    [all...]
  /external/chromium/chrome/browser/download/
download_history.h 33 // Adds a new entry for a download to the history database.
45 // Removes |download_item| from the history database.
52 // Returns a new unique database handle which will not collide with real ones.
59 // This is useful for incognito mode or when the history database is offline.
  /external/icu4c/tools/genprops/misc/
ucdstrip.pl 4 # Simple tool for Unicode Character Database files with semicolon-delimited fields.
  /external/icu4c/tools/genprops/
ucdstrip.pl 4 # Simple tool for Unicode Character Database files with semicolon-delimited fields.
  /external/mesa3d/docs/
bugs.html 9 <H1>Bug Database</H1>
12 The Mesa bug database is hosted on
14 The old bug database on SourceForge is no longer used.
31 <li>Check if your bug is already reported in the database.
  /external/webkit/LayoutTests/storage/
private-browsing-noread-nowrite-expected.txt 1 This test makes sure that attempts to change the database during private browsing fail.
  /external/webkit/Source/WebCore/storage/wince/
DatabaseThreadWinCE.h 32 class Database;
47 void unscheduleDatabaseTasks(Database*);
48 void recordDatabaseOpen(Database*);
49 void recordDatabaseClosed(Database*);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebIconDatabase.idl 47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup.
49 Note that an icon can be retained after the database clean-up has begun. This just has to be done before the icon is removed. Icons are removed from the database whenever new icons are added to it.
51 Retention methods can be called for icons that are not yet in the database.
66 @abstract Returns a shared instance of the icon database
121 @abstract Emtpies the Icon Database
128 @discussion Only effective if called before the database begins removing icons.
129 delayDatabaseCleanUp increments an internal counter that when 0 begins the database clean-up
    [all...]
  /libcore/luni/src/main/java/java/sql/
Connection.java 24 * A connection represents a link from a Java application to a database. All SQL
26 * Database statements that are executed within this context form a
27 * database session which forms one or more closed transactions. Especially in
29 * the same values of the database. which may lead to the following phenomena
91 * if there is a problem accessing the database.
96 * Causes the instant release of all database and driver connection
108 * if there is a problem accessing the database.
114 * {@code rollback} of the associated transaction. All locks in the database
119 * if there is a problem accessing the database or if the target
126 * the remote database
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteOpenHelper;
30 * a SQLite database.
62 * This exception is thrown when the cache encounter a null key or a null database reference
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
162 * Write a (key, value) pair in the database used by the cache. This method should be called in
165 * @param db the database (must not be null)
168 * @throws CacheException when key or database are null
173 throw new CacheException("Database cannot be null")
    [all...]

Completed in 1503 milliseconds

1 2 3 45 6 7 8 91011>>