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

<<11121314151617181920>>

  /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)
  /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;
ProviderStatusLoader.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
120 * Sends a provider status update, which will trigger a retry of database upgrade
  /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="4414152820946316089">"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 it 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="740309162644398319">"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="4414152820946316089">"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 eliminarla subito dopo aver effettuato la copia dal dispositivo o subito dopo la ricezione dell\'email."</string>
33 <string name="debug_tool_email_body" msgid="740309162644398319">"In allegato è presente il mio database di 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="4414152820946316089">"Ikaw ay 1) gagawa ng kopya ng iyong database ng kalendaryo sa sd card/usb storage na nababasa ng anumang app at 2) magpapadala ng email nito. Tandaang tanggalin ito sa oras na matagumpay mo itong nakopya mula sa device o natanggap ang email."</string>
33 <string name="debug_tool_email_body" msgid="740309162644398319">"Naka-attach ang aking database ng kalendaryo kasama ang lahat ng aking mga appointment at personal na impormasyon. Mangyaring 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...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 17 package android.database.sqlite.cts;
24 import android.database.Cursor;
25 import android.database.DatabaseUtils;
26 import android.database.SQLException;
27 import android.database.sqlite.SQLiteCursor;
28 import android.database.sqlite.SQLiteCursorDriver;
29 import android.database.sqlite.SQLiteDatabase;
30 import android.database.sqlite.SQLiteDatabase.CursorFactory;
31 import android.database.sqlite.SQLiteException;
32 import android.database.sqlite.SQLiteQuery
378 SQLiteDatabase database = null; local
784 SQLiteDatabase database = null; local
    [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/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderPath.java 5 import android.database.Cursor;
  /cts/tests/tests/database/src/android/database/cts/
ContentObservableTest.java 17 package android.database.cts;
25 import android.database.ContentObservable;
26 import android.database.ContentObserver;
46 args = {android.database.ContentObserver.class}
  /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...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
cron.yaml 17 # Create a weekly cron job that cleans up the SampleSyncAdapter server database.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 34 import android.database.Cursor;
35 import android.database.DatabaseUtils;
36 import android.database.SQLException;
37 import android.database.sqlite.SQLiteDatabase;
38 import android.database.sqlite.SQLiteOpenHelper;
39 import android.database.sqlite.SQLiteQueryBuilder;
117 * This class helps open, create, and upgrade the database file.
132 * Creates the underlying database with table name and column names taken from the
146 * underlying datastore is changed. In this sample, the database is upgraded the database
    [all...]
  /external/chromium/chrome/browser/download/
download_history.cc 15 // database handles in incognito mode starting at -1 and progressively getting
46 // Do not store the download in the history database for a few special cases:
69 // Don't store info in the database if the download was initiated while in
70 // incognito mode or if it hasn't been initialized in our database table.
  /external/chromium/chrome/browser/history/
history_unittest_base.h 18 // Executes the sql from the file |sql_path| in the database at |db_path|.
in_memory_history_backend.h 5 // Contains the history backend wrapper around the in-memory URL database. This
44 // Initializes the backend from the history database pointed to by the
46 // directory containing the history database and is also used
61 // Returns the underlying database associated with this backend. The current
top_sites_database.h 58 // Sets the rank for a given URL. The URL must be in the database.
73 // Adds a new URL to the database.
81 // Updates thumbnail of a URL that's already in the database.
88 // Returns the number of URLs (rows) in the database.
  /external/chromium/chrome/browser/password_manager/
password_store_mac.h 20 // database for extra metadata. For an overview of the interactions with the
60 // Returns true if our database contains a form that exactly matches the given
66 // corresponding metadata for in our database.
70 // Removes the given forms from the database.
password_store_x.h 22 // login database like PasswordStoreDefault. It also handles automatically
23 // migrating password data to a native backend from the login database.
89 // Synchronously migrates all the passwords stored in the login database to
90 // the native backend. If successful, the login database will be left with no
  /external/chromium/chrome/browser/visitedlink/
visitedlink_event_listener.h 5 // VisitedLinkEventListener broadcasts link coloring database updates to all

Completed in 661 milliseconds

<<11121314151617181920>>