/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerProvider.java | 23 import android.database.Cursor; 24 import android.database.sqlite.SQLiteDatabase; 25 import android.database.sqlite.SQLiteOpenHelper; 47 * This class helps open, create, and upgrade the database file. 69 Log.w(LOG_TAG, "Upgrading database from version " + oldVersion
|
/libcore/luni/src/main/java/javax/sql/ |
RowSetInternal.java | 36 * if there is a problem accessing the database. 50 * if there is a problem accessing the database. 60 * if there is a problem accessing the database, or if the 72 * if there is a problem accessing the database. 84 * if there is a problem accessing the database.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
CommonNicknameCache.java | 23 import android.database.Cursor; 24 import android.database.sqlite.SQLiteDatabase; 58 * Read all known common nicknames from the database and populate a Bloom 60 * of unnecessary database lookups for nicknames. Given a name, we will take 62 * that the name is not in the database. If it is, we still need to run a
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaUpgradeReceiver.java | 26 import android.database.sqlite.SQLiteDatabase; 37 * It's job is to prime the contacts database. Either create it 50 // Lookup the last known database version 72 Slog.i(TAG, "---> Start upgrade of media database " + file); 86 Slog.i(TAG, "<--- Finished upgrade of media database " + file
|
/external/webkit/Source/WebCore/platform/audio/ |
HRTFPanner.cpp | 96 HRTFDatabase* database = HRTFDatabaseLoader::defaultHRTFDatabase(); local 97 ASSERT(database); 99 int numberOfAzimuths = database->numberOfAzimuths(); 130 // This code only runs as long as the context is alive and after database has been loaded. 131 HRTFDatabase* database = HRTFDatabaseLoader::defaultHRTFDatabase(); local 132 ASSERT(database); 133 if (!database) { 138 // IRCAM HRTF azimuths values from the loaded database is reversed from the panner's notion of azimuth. 178 int numberOfAzimuths = database->numberOfAzimuths(); 198 database->getKernelsFromAzimuthElevation(azimuthBlend, m_azimuthIndex, elevation, kernelL, kernelR, frameDe (…) [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
CursorWrapperTest.java | 17 package android.database.cts; 27 import android.database.CharArrayBuffer; 28 import android.database.ContentObserver; 29 import android.database.Cursor; 30 import android.database.CursorWrapper; 31 import android.database.DataSetObserver; 32 import android.database.StaleDataException; 33 import android.database.sqlite.SQLiteDatabase; 42 @TestTargetClass(android.database.CursorWrapper.class) 97 args = {android.database.Cursor.class [all...] |
/frameworks/base/core/jni/ |
android_database_SQLiteDatabase.cpp | 161 jniThrowException(env, "android/database/sqlite/SQLiteDatabaseCorruptException", text); 239 LOGV("Closing database: handle=%p\n", handle); 298 // database locale is the same as the desired locale; set up the collators and go 301 goto done; // no database changes needed 305 // read-only database, so we're going to have to put up with whatever we got 306 // For registering new index. Not for modifing the read-only database. 476 "(Ljava/lang/String;ILandroid/database/sqlite/SQLiteDatabase$CustomFunction;)I", 485 clazz = env->FindClass("android/database/sqlite/SQLiteDatabase"); 487 LOGE("Can't find android/database/sqlite/SQLiteDatabase\n"); 503 clazz = env->FindClass("android/database/sqlite/SQLiteDatabase$CustomFunction") [all...] |
/external/collada/include/dae/ |
daeDatabase.h | 22 * The @c daeDatabase class defines the COLLADA runtime database interface. 83 * Inserts an already existing document into the database. 90 * Removes a document from the database. 91 * @param document Document to remove from the database 136 * Inserts a @c daeElement into the runtime database. 138 * @param element @c daeElement to insert in the database 144 * Removes a @c daeElement from the runtime database; not implemented in the reference STL implementation. 152 * Updates the database to reflect a change to the ID of a @c daeElement. 155 * @return Returns @c DAE_OK if the database was successfully updated, otherwise returns a negative value as defined in daeError.h. 156 * @note The database doesn't actually change the ID of the element, i [all...] |
/external/chromium/chrome/browser/history/ |
text_database_unittest.cc | 23 // pages in the database withoujt adding any extra functions to the DB object. 51 // Returns the number of rows currently in the database. 65 // Adds each of the test pages to the database. 99 // deleted on shutdown. Only open one database for each file. Returns NULL on 123 // Name of the main database file. 128 // First database with one page. 135 // Second database with one page. 142 // Detach, then reattach database one. The file should exist, so we force 148 // We should not be able to attach this random database for which no file 156 // Create a database and add some pages to it [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.database.sqlite.SQLiteQueryBuilder.html | 10 android.database.sqlite.SQLiteQueryBuilder 74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteQueryBuilder.html" target="_top"><font size="+2"><code>SQLiteQueryBuilder</code></font></A> 86 <A NAME="android.database.sqlite.SQLiteQueryBuilder.buildQuery_removed(java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String)"></A> 93 <A NAME="android.database.sqlite.SQLiteQueryBuilder.buildUnionSubQuery_removed(java.lang.String, java.lang.String[], java.util.Set<java.lang.String>, int, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, java.lang.String)"></A> 108 <A NAME="android.database.sqlite.SQLiteQueryBuilder.buildQuery_added(java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"></A> 109 <nobr><code>String</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteQueryBuilder.html#buildQuery(java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)" target="_top"><code>buildQuery</code></A>(<code>String[],</nobr> String<nobr>,</nobr> String<nobr>,</nobr> String<nobr>,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>)</nobr> 115 <A NAME="android.database.sqlite.SQLiteQueryBuilder.buildQuery_added(java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String)"></A> 116 <nobr><code>String</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteQueryBuilder.html#buildQuery(java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String)" target="_top"><code>buildQuery</code></A>(<code>String[],</nobr> String<nobr>,</nobr> String[]<nobr>,</nobr> String<nobr>,</nobr> String<nobr>,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>)</nobr> 122 <A NAME="android.database.sqlite.SQLiteQueryBuilder.buildUnionSubQuery_added(java.lang.String, java.lang.String[], java.util (…) [all...] |
android.database.CursorWrapper.html | 10 android.database.CursorWrapper 74 Class android.database.<A HREF="../../../../reference/android/database/CursorWrapper.html" target="_top"><font size="+2"><code>CursorWrapper</code></font></A> 86 <A NAME="android.database.CursorWrapper.getType_added(int)"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/database/CursorWrapper.html#getType(int)" target="_top"><code>getType</code></A>(<code>int</code>)</nobr> 93 <A NAME="android.database.CursorWrapper.getWrappedCursor_added()"></A> 94 <nobr><code>Cursor</code> <A HREF="../../../../reference/android/database/CursorWrapper.html#getWrappedCursor()" target="_top"><code>getWrappedCursor</code></A>()</nobr>
|
android.database.sqlite.SQLiteStatement.html | 10 android.database.sqlite.SQLiteStatement 74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteStatement.html" target="_top"><font size="+2"><code>SQLiteStatement</code></font></A> 86 <A NAME="android.database.sqlite.SQLiteStatement.executeUpdateDelete_added()"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteStatement.html#executeUpdateDelete()" target="_top"><code>executeUpdateDelete</code></A>()</nobr> 93 <A NAME="android.database.sqlite.SQLiteStatement.simpleQueryForBlobFileDescriptor_added()"></A> 94 <nobr><code>ParcelFileDescriptor</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteStatement.html#simpleQueryForBlobFileDescriptor()" target="_top"><code>simpleQueryForBlobFileDescriptor</code></A>()</nobr>
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotePadProvider.java | 30 import android.database.Cursor; 31 import android.database.SQLException; 32 import android.database.sqlite.SQLiteDatabase; 33 import android.database.sqlite.SQLiteOpenHelper; 34 import android.database.sqlite.SQLiteQueryBuilder; 51 * Provides access to a database of notes. Each note has a title, the note 59 * The database that the provider uses as its underlying data store 64 * The database version 69 * A projection map used to select columns from the database 74 * A projection map used to select columns from the database [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
GeolocationPermissions.cpp | 332 SQLiteDatabase database; local 333 if (!openDatabase(&database)) 338 if (!database.executeCommand("CREATE TABLE IF NOT EXISTS Permissions (origin TEXT UNIQUE NOT NULL, allow INTEGER NOT NULL)")) { 339 database.close(); 343 SQLiteStatement statement(database, "SELECT * FROM Permissions"); 345 database.close(); 353 database.close(); 364 SQLiteDatabase database; 365 if (!openDatabase(&database)) 368 SQLiteTransaction transaction(database); [all...] |
/bionic/libc/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 167 * An nsswitch module provides a mapping from (database name, method name) 172 const char *database; member in struct:__anon27 195 * ns_dbt - `nsswitch database thang' 196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 200 const char *name; /* name of database */
|
/bionic/libc/private/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 155 * or the requested database doesn't have an entry) 168 * An nsswitch module provides a mapping from (database name, method name) 173 const char *database; member in struct:__anon579 196 * ns_dbt - `nsswitch database thang' 197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 201 const char *name; /* name of database */
|
/development/ndk/platforms/android-3/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 168 * An nsswitch module provides a mapping from (database name, method name) 173 const char *database; member in struct:__anon1124 196 * ns_dbt - `nsswitch database thang' 197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 201 const char *name; /* name of database */
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 4 * Main class wrapping an SQLite database. 7 public class Database { 22 * Open an SQLite database file. 24 * @param filename the name of the database file 49 * Open an SQLite database file. 51 * @param filename the name of the database file 78 * Open an SQLite database file. 80 * @param filename the name of the database file 123 * Open SQLite auxiliary database file for temporary 151 * Close the underlying SQLite database file [all...] |
/external/webkit/Source/WebCore/storage/ |
SQLTransactionSync.cpp | 34 #if ENABLE(DATABASE) 109 if (m_transactionClient->didExceedQuota(database())) { 120 m_transactionClient->didExecuteStatement(database()); 186 // Vacuum the database if anything was deleted. 190 // The commit was successful. If the transaction modified this database, notify the delegates. 192 m_transactionClient->didCommitWriteTransaction(database()); 212 #endif // ENABLE(DATABASE)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 167 * An nsswitch module provides a mapping from (database name, method name) 172 const char *database; member in struct:__anon21670 195 * ns_dbt - `nsswitch database thang' 196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 200 const char *name; /* name of database */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 167 * An nsswitch module provides a mapping from (database name, method name) 172 const char *database; member in struct:__anon22024 195 * ns_dbt - `nsswitch database thang' 196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 200 const char *name; /* name of database */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 167 * An nsswitch module provides a mapping from (database name, method name) 172 const char *database; member in struct:__anon22378 195 * ns_dbt - `nsswitch database thang' 196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 200 const char *name; /* name of database */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 167 * An nsswitch module provides a mapping from (database name, method name) 172 const char *database; member in struct:__anon22803 195 * ns_dbt - `nsswitch database thang' 196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 200 const char *name; /* name of database */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 167 * An nsswitch module provides a mapping from (database name, method name) 172 const char *database; member in struct:__anon23160 195 * ns_dbt - `nsswitch database thang' 196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 200 const char *name; /* name of database */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
nsswitch.h | 144 * and its dispatch control flags for a given database. 154 * or the requested database doesn't have an entry) 167 * An nsswitch module provides a mapping from (database name, method name) 172 const char *database; member in struct:__anon23590 195 * ns_dbt - `nsswitch database thang' 196 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 200 const char *name; /* name of database */
|