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

<<11121314151617181920>>

  /libcore/luni/src/main/java/javax/sql/
PooledConnection.java 24 * An interface which provides facilities for handling connections to a database
30 * process both to establish a connection to a database and to destroy the
37 * infrastructure that supports use of the database by applications.
39 * Applications obtain connections to the database by calling the
55 * The connection to the database represented by the {@code PooledConnection} is
77 * Closes the connection to the database held by this {@code
83 * if there is a problem accessing the database.
88 * Creates a connection to the database. This method is typically called by
95 * if there is a problem accessing the database.
RowSetWriter.java 28 * The writer must establish a connection to the {@code RowSet}'s database
33 * written back to the database, but has already been updated there in the mean
43 * {@code RowSetWriter}, back to the database.
55 * if a problem occurs accessing the database.
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetProvider.java 25 import android.database.Cursor;
26 import android.database.sqlite.SQLiteDatabase;
27 import android.database.sqlite.SQLiteException;
28 import android.database.sqlite.SQLiteOpenHelper;
63 // Clean deleted photos out of our database
120 * Store the given bitmap in this database for the given appWidgetId.
145 Log.e(TAG, "Could not open database", e);
186 Log.e(TAG, "Could not load photo from database", e);
205 Log.e(TAG, "Could not delete photo from database", e);
  /packages/providers/CalendarProvider/res/values-nl/
strings.xml 20 <string name="upgrade_msg" msgid="2792831029435070926">"Agenda-database bijwerken."</string>
30 <string name="debug_tool_message" msgid="4862486669932821937">"U staat op het punt 1) een kopie van uw agenda-database te maken op de SD-kaart/USB-opslag die kan worden gelezen via een app en 2) deze te e-mailen. Verwijder de kopie zodra u deze van het apparaat heeft gekopieerd of de e-mail is ontvangen."</string>
32 <string name="debug_tool_email_subject" msgid="2403590332256471194">"Database voor Agenda bijgevoegd"</string>
33 <string name="debug_tool_email_body" msgid="4835949635324134017">"Bijgevoegd vindt u mijn Agenda-database met al mijn afspraken en persoonlijke gegevens. Gelieve hier zorgvuldig mee om te gaan."</string>
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmProvider.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteException;
24 import android.database.sqlite.SQLiteOpenHelper;
25 import android.database.sqlite.SQLiteQueryBuilder;
26 import android.database.sqlite.SQLiteStatement;
50 * Creates and updated database on demand when opening it.
51 * Helper class to create database the first time the provider is
53 * an updated version of the database.
64 * Creates database the first time we try to open it
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/
TestProvider.java.txt 5 import android.database.Cursor;
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 17 package android.database.cts;
21 import android.database.CharArrayBuffer;
22 import android.database.ContentObserver;
23 import android.database.Cursor;
24 import android.database.CursorWrapper;
25 import android.database.DataSetObserver;
26 import android.database.StaleDataException;
27 import android.database.sqlite.SQLiteDatabase;
116 // Restore original database status
146 // After deactivating, the cursor can not provide values from database record
    [all...]
CharArrayBufferTest.java 16 package android.database.cts;
19 import android.database.CharArrayBuffer;
CursorIndexOutOfBoundsExceptionTest.java 17 package android.database.cts;
19 import android.database.CursorIndexOutOfBoundsException;
  /external/chromium/chrome/browser/history/
expire_history_backend.h 58 // history, as well as moving data from the main database to the archived
59 // database as it gets old.
120 // TODO(brettw) when we have an "archived" history database, this should take
134 // Moves the given visits from the main database to the archived one.
159 // Adds or merges the given URL row with the archived database, returning the
160 // ID of the URL in the archived database, or 0 on failure. The main (source)
161 // database will not be affected (the URL will have to be deleted later).
163 // Assumes the archived database is not NULL.
182 // database, and the list of affected URLs already be filled into
191 // Creates entries in the archived database for the unique URLs reference
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 24 llvm::OwningPtr<CompilationDatabase> Database(
26 if (!Database)
28 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
226 FixedCompilationDatabase Database(".", CommandLine);
228 Database.getCompileCommands("source");
240 llvm::OwningPtr<FixedCompilationDatabase> Database(
242 EXPECT_FALSE(Database);
249 llvm::OwningPtr<FixedCompilationDatabase> Database(
251 EXPECT_FALSE(Database);
258 llvm::OwningPtr<FixedCompilationDatabase> Database(
    [all...]
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 30 #if ENABLE(DATABASE)
70 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(),
77 LOG_ERROR("SQLite database error when enabling extended errors - %s", sqlite3_errmsg(m_db));
87 LOG_ERROR("SQLite database could not set temp_store to memory");
170 LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size));
172 LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size));
181 // Since the page size of a database is locked in at creation and therefore cannot be dynamic,
237 LOG(SQLDatabase, "BusyTimeout set on non-open database");
245 LOG(SQLDatabase, "Busy handler set on non-open database");
275 LOG(SQLDatabase, "Unable to retrieve list of tables from database");
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.database.CursorWindow.html 10 android.database.CursorWindow
74 Class android.database.<A HREF="../../../../reference/android/database/CursorWindow.html" target="_top"><font size="+2"><code>CursorWindow</code></font></A>
86 <A NAME="android.database.CursorWindow.getType_added(int, int)"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#getType(int, int)" target="_top"><code>getType</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
101 <A NAME="android.database.CursorWindow.isBlob_changed(int, int)"></A>
102 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#isBlob(int, int)" target="_top"><code>isBlob</code></A>(<code>int,</nobr> int<nobr><nobr></code>) </nobr>
111 <A NAME="android.database.CursorWindow.isFloat_changed(int, int)"></A>
112 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#isFloat(int, int)" target="_top"><code>isFloat</code></A>(<code>int,</nobr> int<nobr><nobr></code>) </nobr>
121 <A NAME="android.database.CursorWindow.isLong_changed(int, int)"></A
    [all...]
android.database.AbstractWindowedCursor.html 10 android.database.AbstractWindowedCursor
74 Class android.database.<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html" target="_top"><font size="+2"><code>AbstractWindowedCursor</code></font></A>
86 <A NAME="android.database.AbstractWindowedCursor.isBlob_changed(int)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isBlob(int)" target="_top"><code>isBlob</code></A>(<code>int</code>) </nobr>
96 <A NAME="android.database.AbstractWindowedCursor.isFloat_changed(int)"></A>
97 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isFloat(int)" target="_top"><code>isFloat</code></A>(<code>int</code>) </nobr>
106 <A NAME="android.database.AbstractWindowedCursor.isLong_changed(int)"></A>
107 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isLong(int)" target="_top"><code>isLong</code></A>(<code>int</code>) </nobr>
116 <A NAME="android.database.AbstractWindowedCursor.isString_changed(int)"></A
    [all...]
pkg_android.database.html 10 android.database
74 Package <A HREF="../../../../reference/android/database/package-summary.html" target="_top"><font size="+1"><code>android.database</code></font></A>
85 <nobr><A HREF="../../../../reference/android/database/DatabaseErrorHandler.html" target="_top"><code><I>DatabaseErrorHandler</I></code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/database/DefaultDatabaseErrorHandler.html" target="_top"><code>DefaultDatabaseErrorHandler</code></A></nobr>
107 <nobr><A HREF="android.database.AbstractCursor.html">AbstractCursor</A></nobr>
114 <nobr><A HREF="android.database.AbstractWindowedCursor.html">AbstractWindowedCursor</A></nobr>
121 <nobr><A HREF="android.database.Cursor.html"><I>Cursor</I></A></nobr>
128 <nobr><A HREF="android.database.CursorWindow.html">CursorWindow</A></nobr>
135 <nobr><A HREF="android.database.CursorWrapper.html">CursorWrapper</A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.database.sqlite.SQLiteProgram.html 10 android.database.sqlite.SQLiteProgram
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html" target="_top"><font size="+2"><code>SQLiteProgram</code></font></A>
86 <A NAME="android.database.sqlite.SQLiteProgram.compile_changed(java.lang.String, boolean)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html#compile(java.lang.String, boolean)" target="_top"><code>compile</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>) </nobr>
96 <A NAME="android.database.sqlite.SQLiteProgram.native_compile_changed(java.lang.String)"></A>
97 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html#native_compile(java.lang.String)" target="_top"><code>native_compile</code></A>(<code>String</code>) </nobr>
106 <A NAME="android.database.sqlite.SQLiteProgram.native_finalize_changed()"></A>
107 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html#native_finalize()" target="_top"><code>native_finalize</code></A>() </nobr>
125 <A NAME="android.database.sqlite.SQLiteProgram.mDatabase"></A
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseHelper.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteException;
24 import android.database.sqlite.SQLiteOpenHelper;
34 * Open, create, and upgrade the cell broadcast SQLite database. Previously an inner class of
37 * framework, to simplify access to this database from third-party apps.
46 /** Temporary table for upgrading the database version. */
50 * Database version 1: initial version
51 * Database version 2-9: (reserved for OEM database customization
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 17 package android.database.sqlite.cts;
21 import android.database.AbstractCursor;
22 import android.database.Cursor;
23 import android.database.CursorWindow;
24 import android.database.DataSetObserver;
25 import android.database.StaleDataException;
26 import android.database.sqlite.SQLiteCursor;
27 import android.database.sqlite.SQLiteDatabase;
28 import android.database.sqlite.SQLiteDirectCursorDriver;
71 // get SQLiteCursor by querying database
    [all...]
SQLiteClosableTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteClosable;
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
pkg_android.database.sqlite.html 10 android.database.sqlite
74 Package <A HREF="../../../../reference/android/database/sqlite/package-summary.html" target="_top"><font size="+1"><code>android.database.sqlite</code></font></A>
85 <nobr><A HREF="android.database.sqlite.SQLiteClosable.html">SQLiteClosable</A></nobr>
92 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html">SQLiteDatabase</A></nobr>
99 <nobr><A HREF="android.database.sqlite.SQLiteException.html">SQLiteException</A></nobr>
106 <nobr><A HREF="android.database.sqlite.SQLiteOpenHelper.html">SQLiteOpenHelper</A></nobr>
113 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html">SQLiteProgram</A></nobr>
120 <nobr><A HREF="android.database.sqlite.SQLiteQuery.html">SQLiteQuery</A></nobr>
127 <nobr><A HREF="android.database.sqlite.SQLiteQueryBuilder.html">SQLiteQueryBuilder</A></nobr
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 17 package android.database.sqlite;
19 import android.database.CursorWindow;
20 import android.database.DatabaseUtils;
26 * Provides a single client the ability to use a database.
28 * <h2>About database sessions</h2>
30 * Database access is always performed using a session. The session
31 * manages the lifecycle of transactions and database connections.
39 * When <em>Write Ahead Logging (WAL)</em> is enabled, the database can
54 * A thread has at most one session per database. This constraint ensures that
55 * a thread can never use more than one database connection at a time for
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java 19 import android.database.Cursor;
25 * Utility methods for closing io streams and database cursors.
  /device/moto/stingray/ril/
libmoto_db_ril.so 
  /external/chromium/chrome/browser/webdata/
web_apps_table.h 16 // This class manages the WebApps tables within the SQLite database passed to
19 // Note: The database stores time in seconds, UTC.
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
copyright 10 + trivial database library - standalone version
12 - trivial database library - private includes

Completed in 992 milliseconds

<<11121314151617181920>>