OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
851 - 875
of
2940
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
nss.h
41
/* Overwrite service selection for
database
DBNAME using specification
/cts/tests/src/android/content/cts/
DummyProvider.java
25
import android.
database
.Cursor;
26
import android.
database
.sqlite.SQLiteDatabase;
27
import android.
database
.sqlite.SQLiteOpenHelper;
/external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl
194
This tool keeps a
database
of file paths and content checksum. Once the port
196
database
(C<port add>). This
database
can then be queried to check what
/external/chromium/chrome/browser/history/
expire_history_backend.cc
39
DCHECK(db) << "must have a
database
to operate upon";
59
DCHECK(db) << "must have a
database
to operate upon";
229
// There may be stuff in the text
database
manager's temporary cache.
234
// TODO(brettw): bug 1171164: We should query the archived
database
here, too.
349
// autocomplete
database
).
353
// notification added. The in-memory
database
can always do the filtering
400
// The URL may be in the text
database
manager's temporary cache.
434
// See if this URL is present in the archived
database
already. Note that
488
continue; // URL row doesn't exist in the
database
.
507
// never actually be needed unless the
database
is corrupt (I think)
[
all
...]
/external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc
52
//
database
thread. It batches operations and commits them on a timer.
67
// Creates or load the SQLite
database
.
82
// Commit any pending operations and close the
database
. This must be called
102
//
Database
upgrade statements.
129
// Commit our pending operations to the
database
.
158
// Version number of the
database
. In version 4, we migrated the time epoch.
163
// Version 3 updated the
database
to include the last access time, so we can
293
LOG(WARNING) << "Cookie
database
is too new.";
305
LOG(WARNING) << "Unable to update cookie
database
to version 3.";
352
// not be a released product that makes a
database
too old for us to handle
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.h
77
// The
database
details widgets.
109
// The
database
accessed widgets.
151
// Switches the display to showing the passed in
database
.
/external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc
77
// This test tests adding many things to a
database
, and how long it takes
78
// to query the
database
with different numbers of things in it. The time
109
// Tests how long it takes to write and read a large
database
to and from disk.
/external/chromium/net/base/
cert_database.h
35
// A CertDatabase::Observer will be notified on certificate
database
changes.
94
// the platform cert
database
, or possibly other network error codes.
98
// Get a list of unique certificates in the certificate
database
. (One
/external/clang/include/clang/Basic/
BuiltinsPPC.def
1
//===--- BuiltinsPPC.def - PowerPC Builtin function
database
----*- C++ -*-===//
10
// This file defines the PowerPC-specific builtin function
database
. Users of
18
// The format of this
database
matches clang/Basic/Builtins.def.
/external/openssl/crypto/store/
README
74
from the
database
75
delete_object - remove an object from the
database
93
structure of a
database
. This may for example involve automatic
/external/webkit/Source/WebCore/inspector/
InspectorAgent.h
44
class
Database
;
128
#if ENABLE(
DATABASE
)
195
#if ENABLE(
DATABASE
)
/external/webkit/Source/WebKit/android/jni/
WebSettings.cpp
36
#include "
Database
.h"
100
#if ENABLE(
DATABASE
)
106
#if ENABLE(
DATABASE
) || ENABLE(DOM_STORAGE)
252
#if ENABLE(
DATABASE
)
264
#if ENABLE(
DATABASE
) || ENABLE(DOM_STORAGE)
458
// This
database
is created on the first load. If the file
513
#if ENABLE(
DATABASE
)
515
WebCore::
Database
::setIsAvailable(flag);
519
// If the user has set the
database
path, sync it to the DatabaseTracker.
524
// This
database
is created when the first HTML5 Database object i
[
all
...]
/frameworks/base/core/java/android/content/
ContentQueryMap.java
19
import android.
database
.ContentObserver;
20
import android.
database
.Cursor;
30
* the
database
that is to be used as the key of the map is user-configurable, and the
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteCursorTest.java
17
package android.
database
.sqlite;
21
import android.
database
.Cursor;
70
// a new
database
page for each row.
/frameworks/base/docs/html/sdk/api_diff/16/changes/
android.database.sqlite.SQLiteQuery.html
10
android.
database
.sqlite.SQLiteQuery
74
Class android.
database
.sqlite.<A HREF="../../../../reference/android/
database
/sqlite/SQLiteQuery.html" target="_top"><font size="+2"><code>SQLiteQuery</code></font></A>
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>
/frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java
25
import android.
database
.sqlite.SQLiteDatabase;
26
import android.
database
.sqlite.SQLiteOpenHelper;
27
import android.
database
.sqlite.SQLiteTransactionListener;
SyncStateContentProviderHelper.java
21
import android.
database
.Cursor;
22
import android.
database
.DatabaseUtils;
23
import android.
database
.sqlite.SQLiteDatabase;
/libcore/luni/src/main/java/libcore/icu/
ICU.java
38
* from ICU's
database
or from our memory cache.
51
* from ICU's
database
or from our memory cache.
145
// --- Native methods accessing ICU's
database
.
/packages/apps/Browser/src/com/android/browser/provider/
SQLiteContentProvider.java
26
import android.
database
.sqlite.SQLiteDatabase;
27
import android.
database
.sqlite.SQLiteOpenHelper;
62
* Returns a {@link SQLiteOpenHelper} that can open the
database
.
/packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java
23
import android.
database
.ContentObserver;
24
import android.
database
.Cursor;
25
import android.
database
.MatrixCursor;
/packages/apps/Email/tests/src/com/android/email/provider/
AccountBackupRestoreTests.java
25
import android.
database
.Cursor;
101
// Make sure they're in the
database
113
// Make sure they're no longer in the
database
/packages/apps/Mms/src/com/android/mms/model/
AudioModel.java
24
import android.
database
.sqlite.SqliteWrapper;
30
import android.
database
.Cursor;
71
// our MMS
database
.
/packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java
32
import android.
database
.sqlite.SqliteWrapper;
101
// Persist the new date value into
database
.
140
// our
database
. Instead, we just save some interesting fields
SmsMessageSender.java
23
import android.
database
.sqlite.SqliteWrapper;
28
import android.
database
.Cursor;
29
import android.
database
.sqlite.SQLiteException;
Completed in 877 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>