OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
1326 - 1350
of
2940
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
SizeLimitActivity.java
25
import android.
database
.Cursor;
/packages/providers/MediaProvider/
AndroidManifest.xml
25
<!-- Handles
database
upgrades after OTAs, then disables itself -->
/packages/providers/PartnerBookmarksProvider/tests/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProviderTest.java
20
import android.
database
.Cursor;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth_des.h
99
decrypt the encrypted key stored in the
database
. NAME can only be
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_des.h
99
decrypt the encrypted key stored in the
database
. NAME can only be
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_des.h
99
decrypt the encrypted key stored in the
database
. NAME can only be
/frameworks/base/docs/html/sdk/api_diff/11/changes/
classes_index_additions.html
167
<A HREF="pkg_android.
database
.html#DatabaseErrorHandler" class="hiddenlink" target="rightframe"><b><i>DatabaseErrorHandler</i></b></A><br>
168
<A HREF="pkg_android.
database
.html#DefaultDatabaseErrorHandler" class="hiddenlink" target="rightframe"><b>DefaultDatabaseErrorHandler</b></A><br>
439
<A HREF="pkg_android.
database
.sqlite.html#SQLiteAccessPermException" class="hiddenlink" target="rightframe"><b>SQLiteAccessPermException</b></A><br>
440
<A HREF="pkg_android.
database
.sqlite.html#SQLiteBindOrColumnIndexOutOfRangeException" class="hiddenlink" target="rightframe"><b>SQLiteBindOrColumnIndexOutOfRangeException</b></A><br>
441
<A HREF="pkg_android.
database
.sqlite.html#SQLiteBlobTooBigException" class="hiddenlink" target="rightframe"><b>SQLiteBlobTooBigException</b></A><br>
442
<A HREF="pkg_android.
database
.sqlite.html#SQLiteCantOpenDatabaseException" class="hiddenlink" target="rightframe"><b>SQLiteCantOpenDatabaseException</b></A><br>
443
<A HREF="pkg_android.
database
.sqlite.html#SQLiteDatabaseLockedException" class="hiddenlink" target="rightframe"><b>SQLiteDatabaseLockedException</b></A><br>
444
<A HREF="pkg_android.
database
.sqlite.html#SQLiteDatatypeMismatchException" class="hiddenlink" target="rightframe"><b>SQLiteDatatypeMismatchException</b></A><br>
445
<A HREF="pkg_android.
database
.sqlite.html#SQLiteOutOfMemoryException" class="hiddenlink" target="rightframe"><b>SQLiteOutOfMemoryException</b></A><br>
446
<A HREF="pkg_android.
database
.sqlite.html#SQLiteReadOnlyDatabaseException" class="hiddenlink" target="rightframe"><b>SQLiteReadO (…)
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt
73
NO DOC BLOCK: android.
database
.sqlite.SQLiteTransactionListener Interface
98
NO DOC BLOCK: android.
database
.sqlite.SQLiteDatabase Method beginTransactionWithListener(android.
database
.sqlite.SQLiteTransactionListener)
187
NO DOC BLOCK: android.
database
.AbstractWindowedCursor Method isFloat(int)
188
NO DOC BLOCK: android.
database
.CursorWindow Method isFloat(int, int)
190
NO DOC BLOCK: android.
database
.AbstractWindowedCursor Method isLong(int)
191
NO DOC BLOCK: android.
database
.CursorWindow Method isLong(int, int)
195
NO DOC BLOCK: android.
database
.AbstractWindowedCursor Method isString(int)
196
NO DOC BLOCK: android.
database
.CursorWindow Method isString(int, int)
229
NO DOC BLOCK: android.
database
.DatabaseUtils Method readExceptionWithOperationApplicationExceptionFromParcel(android.os.Parcel
[
all
...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java
26
import android.
database
.Cursor;
27
import android.
database
.sqlite.SQLiteDatabase;
28
import android.
database
.sqlite.SQLiteOpenHelper;
29
import android.
database
.sqlite.SQLiteStatement;
55
*
Database
helper class for {@link SettingsProvider}.
56
* Mostly just has a bit {@link #onCreate} to initialize the
database
.
62
// Please, please please. If you update the
database
version, check to make sure the
63
//
database
gets upgraded properly. At a minimum, please confirm that 'upgradeVersion'
146
Log.w(TAG, "Upgrading settings
database
from version " + oldVersion + " to "
[
all
...]
/cts/libs/vogar-expect/src/vogar/
ExpectationStore.java
39
* A
database
of expected outcomes. Entries in this
database
come in two forms.
/cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java
23
import android.
database
.Cursor;
24
import android.
database
.sqlite.SQLiteException;
/development/apps/Development/src/com/android/development/
EnterURL.java
23
import android.
database
.Cursor;
24
import android.
database
.sqlite.SQLiteDatabase;
MediaScannerActivity.java
26
import android.
database
.sqlite.SQLiteConstraintException;
167
// Add one more album (with 10 songs) to the
database
. This will be a compilation album,
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java
28
import android.
database
.Cursor;
29
import android.
database
.ContentObserver;
/docs/source.android.com/src/source/
life-of-a-bug.md
81
represented is being tracked in a separate bug
database
. For example, the bug
159
we tend to do so in periodic "bug sweeps" where we review the
database
and
/external/bluetooth/hcidump/parser/
obex.c
133
return "
Database
full";
135
return "
Database
locked";
/external/chromium/app/sql/
statement.h
39
// specific errors such as
database
corruption, install an error handler in
57
// middle of executing a command if there is a serioud error and the
database
/external/chromium/chrome/browser/
browser_process.h
125
// Returns the thread that is used for
database
operations such as the web
126
//
database
. History has its own thread since it has much higher traffic.
browsing_data_indexed_db_helper.cc
36
// Enumerates all indexed
database
files in the WEBKIT thread.
40
// Delete a single indexed
database
file in the WEBKIT thread.
/external/chromium/chrome/browser/history/
history_backend_unittest.cc
40
// data we'll put into the thumbnail
database
174
// Send the notifications directly to the in-memory
database
.
215
// 2 autoassigned to the
database
, which will change when the other one is
339
// The full text
database
should have no data.
606
// Check if stripped url is stored in
database
.
633
// Check if all the visits to the url are stored in
database
.
789
// Copy history
database
file to current directory so that it will be deleted
804
// Now the
database
should already be migrated.
[
all
...]
history_types.h
57
//
database
will want to update them on a const object, so they need to be
135
// The row ID of this URL. Immutable except for the
database
which sets it
139
// The URL of this row. Immutable except for the
database
which sets it
165
// and eventually be stored in the history
database
,
267
// The
database
internally uses the id field to uniquely identify a starred
309
// WARNING: this is NOT the same as id, id is assigned by the
database
,
462
// Whether the query reaches the beginning of the
database
.
488
// As a special case, if both times are is_null(), then the entire
database
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h
251
// Name of the main
database
file.
260
// Cache of chunks which have been seen. Loaded from the
database
/external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc
43
// Creates and populates the V10
database
files within
105
// Creates and populates the V11
database
file within
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php
29
$db = "modeling"; /*
database
name. change this to match your project or can leave as is */
61
$connect = mysql_connect($dbhost, $dbuser, $dbpass) or die("Couldn't connect to
database
!\n");
/external/javasqlite/src/main/java/SQLite/
StringEncoder.java
25
* the SQLite
database
. The
database
cannot handle null (0x00) and
Completed in 1238 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>