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

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetDatabaseHelper.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteException;
24 import android.database.sqlite.SQLiteOpenHelper;
177 * Store the given bitmap in this database for the given appWidgetId.
231 Log.e(TAG, "Could not load photo from database", e);
255 Log.e(TAG, "Could not load widget from database", e);
263 * Updates the entry in the widget database.
289 Log.e(TAG, "Could not delete photo from database", e);
  /external/chromium/app/sql/
meta_table.h 34 // The version number of the database. This should be the version number of
43 // database can be read by. If there are minor changes or additions, old
44 // versions of the code can still work with the database without failing.
  /external/chromium/chrome/browser/extensions/
extension_data_deleter.h 54 // Deletes the database for the extension. May only be called on the file
70 // The database context for deleting the database.
  /external/chromium/chrome/browser/history/
top_sites_backend.h 47 // Updates top sites database from the specified delta.
55 // Deletes the database and recreates it.
91 // Resets the database.
  /external/chromium/chrome/browser/webdata/
keyword_table.h 21 // This class manages the |keywords| MetaTable within the SQLite database
24 // Note: The database stores time in seconds, UTC.
72 // Updates the database values for the specified url.
  /external/clang/include/clang/Basic/
BuiltinsARM.def 1 //===--- BuiltinsARM.def - ARM Builtin function database ----*- C++ -*-===//
10 // This file defines the ARM-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
BuiltinsPTX.def 1 //===--- BuiltinsPTX.def - PTX Builtin function database ----*- C++ -*-===//
10 // This file defines the PTX-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PUserDatabaseHeader.java 35 * of the P-User-Database header. We only have one
37 * This value is the Database name. The DB here refers
50 public final static String NAME = "P-User-Database";
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 74 // Allow a little time for all the database transactions to complete now we've stopped making them.
102 // Init the database.
106 // Give a little for the database to 'warm up' before making xhr requests
  /external/webkit/LayoutTests/storage/indexeddb/
database-basics.html 19 request = evalAndLog("webkitIndexedDB.open('database-basics')");
58 shouldBeEqualToString("db.name", "database-basics");
94 shouldBeEqualToString("db.name", "database-basics");
  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 47 int SQLiteFileSystem::openDatabase(const String& fileName, sqlite3** database, bool forWebSQLDatabase)
51 return sqlite3_open16(path.charactersWithNullTermination(), database);
54 return sqlite3_open_v2(fileName.utf8().data(), database, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, "chromium_vfs");
  /external/webkit/Source/WebCore/storage/
OriginQuotaManager.h 32 #if ENABLE(DATABASE)
59 void markDatabase(AbstractDatabase*); // Mark dirtiness of a specific database.
74 #endif // ENABLE(DATABASE)
  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseQuotaManager.mm 52 #if ENABLE(DATABASE)
61 #if ENABLE(DATABASE)
73 #if ENABLE(DATABASE)
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 53 // threads as long as no two threads use the same database connection at the same
54 // time (which we guarantee in the SQLite database wrappers).
85 return AndroidRuntime::registerNativeMethods(env, "android/database/sqlite/SQLiteGlobal",
  /libcore/luni/src/main/java/java/sql/
Struct.java 35 * if a database error occurs.
48 * if a database error occurs.
64 * if a database error occurs.
  /packages/apps/Contacts/src/com/android/contacts/list/
ProfileAndContactsLoader.java 22 import android.database.Cursor;
23 import android.database.MatrixCursor;
24 import android.database.MergeCursor;
  /packages/providers/CalendarProvider/res/values-en-rGB/
strings.xml 20 <string name="upgrade_msg" msgid="2792831029435070926">"Upgrading Calendar database."</string>
30 <string name="debug_tool_message" msgid="4862486669932821937">"You are about to 1) make a copy of your calendar database to the SD card/USB storage, which is readable by any app, and 2) email it. Remember to delete the copy as soon as you have successfully copied it off the device or the email is received."</string>
33 <string name="debug_tool_email_body" msgid="4835949635324134017">"Attached is my calendar database with all my appointments and personal information. Please handle with care."</string>
  /packages/providers/CalendarProvider/res/values-it/
strings.xml 20 <string name="upgrade_msg" msgid="2792831029435070926">"Upgrade del database di Calendario."</string>
30 <string name="debug_tool_message" msgid="4862486669932821937">"Stai per 1) creare una copia del database di calendario sulla scheda SD o sull\'archivio USB che è leggibile da qualsiasi applicazione e 2) inviare tale copia tramite email. Ricorda di eliminare la copia subito dopo aver effettuato la copia dal dispositivo o subito dopo la ricezione dell\'email."</string>
33 <string name="debug_tool_email_body" msgid="4835949635324134017">"In allegato è presente il mio database dell\'applicazione Calendario con tutti i miei appuntamenti e le mie informazioni personali. Trattare con cura."</string>
  /packages/providers/CalendarProvider/res/values-tl/
strings.xml 20 <string name="upgrade_msg" msgid="2792831029435070926">"Ina-upgrade ang database ng Calendar."</string>
30 <string name="debug_tool_message" msgid="4862486669932821937">"Ikaw ay 1) gagawa ng kopya ng iyong database ng kalendaryo sa SD card/USB storage, na nababasa ng anumang app, at 2) i-e-email ito. Tandaang tanggalin ang kopya sa sandaling matagumpay mo itong nakopya mula sa device o natanggap ang email."</string>
33 <string name="debug_tool_email_body" msgid="4835949635324134017">"Naka-attach ang aking database ng Kalendaryo kasama ang lahat ng aking appointment at personal na impormasyon. Pangasiwaan nang may pag-iingat."</string>
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 20 import android.database.Cursor;
32 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
45 * {@link #convertToString(android.database.Cursor)} and
92 * @param c The database cursor. Can be null if the cursor is not available yet.
117 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
128 * android.content.Context, android.database.Cursor)
173 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
186 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
203 * retrieved from the database.
222 * retrieved from the database
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 162 ** CAPI3REF: Database Connection Handle {H12000} <S40200>
163 ** KEYWORDS: {database connection} {database connections}
165 ** Each open SQLite database is represented by a pointer to an instance of
211 ** CAPI3REF: Closing A Database Connection {H12010} <S30100><S40200>
219 ** [prepared statements] associated with a [database connection] if desired.
269 ** statements are evaluated and the database is not changed.
273 ** The sqlite3_exec() routine does nothing to the database that cannot be done
277 ** [database connection].
279 ** The database connection must not be closed whil
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
methods_index_changes.html 222 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.getSyncedTables_changed()" class="hiddenlink" target="rightframe">getSyncedTables
230 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.getUniqueId_changed()" class="hiddenlink" target="rightframe">getUniqueId
232 <nobr><A HREF="android.database.AbstractCursor.html#android.database.AbstractCursor.getUpdatedField_changed(int)" class="hiddenlink" target="rightframe">getUpdatedField
268 <nobr><A HREF="android.widget.CursorAdapter.html#android.widget.CursorAdapter.init_changed(android.content.Context, android.database.Cursor, boolean)" class="hiddenlink" target="rightframe">init
278 &nbsp;&nbsp;<nobr><A HREF="android.database.AbstractWindowedCursor.html#android.database.AbstractWindowedCursor.isBlob_changed(int)" class="hiddenlink" target="rightframe">type&nbsp;
279 (<code>int</code>)&nbsp;in&nbsp;android.database.AbstractWindowedCurso
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderPath.java 5 import android.database.Cursor;
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryTest.java 17 package android.database.sqlite.cts;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 32 import android.database.Cursor;
33 import android.database.DatabaseUtils;
34 import android.database.SQLException;
35 import android.database.sqlite.SQLiteDatabase;
36 import android.database.sqlite.SQLiteOpenHelper;
37 import android.database.sqlite.SQLiteQueryBuilder;
116 * This class helps open, create, and upgrade the database file.
131 * Creates the underlying database with table name and column names taken from the
145 * underlying datastore is changed. In this sample, the database is upgraded the database
    [all...]

Completed in 947 milliseconds

<<11121314151617181920>>