OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
426 - 450
of
2668
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/sqlite/dist/
sqlite3.c
124
** The hard upper limit here is 32676. Most
database
people will
125
** tell you that in a well-normalized
database
, you usually should
187
** The maximum number of in-memory pages to use for the main
database
199
** checkpointing the
database
in WAL mode.
228
** compiled with a different limit. If a process operating on a
database
231
** the aborted transaction. This could lead to
database
corruption.
240
** The default size of a
database
page.
267
** Maximum number of pages in one
database
file.
366
**
database
connection at the same time.
762
** CAPI3REF:
Database
Connection Handl
[
all
...]
sqlite3.c.orig
120
** The hard upper limit here is 32676. Most
database
people will
121
** tell you that in a well-normalized
database
, you usually should
183
** The maximum number of in-memory pages to use for the main
database
195
** checkpointing the
database
in WAL mode.
224
** compiled with a different limit. If a process operating on a
database
227
** the aborted transaction. This could lead to
database
corruption.
236
** The default size of a
database
page.
263
** Maximum number of pages in one
database
file.
362
**
database
connection at the same time.
758
** CAPI3REF:
Database
Connection Handl
[
all
...]
/external/chromium/chrome/browser/history/
history_database.cc
28
// or
database
without *too* many bad effects.
74
// Set the
database
page size to something a little larger to give us
93
// Wrap the rest of init in a tranaction. This will prevent the
database
from
252
LOG(WARNING) << "History
database
is too new.";
269
LOG(WARNING) << "Unable to update history
database
to version 16.";
301
// migrate the
database
.
315
// not be a released product that makes a
database
too old for us to handle.
317
"History
database
version " << cur_version << " is too old to handle.";
324
// Update all the times in the URLs and visits table in the main
database
.
342
//
database
[
all
...]
thumbnail_database.h
33
// This
database
interface is owned by the history backend and runs on the
36
// operations we will do on this
database
will be slow, but we can tolerate
51
// Open
database
on a given filename. If the file does not exist,
53
// |db| is the
database
to open.
54
// |db_name| is a path to the
database
file.
58
// Transactions on the
database
.
65
// Vacuums the
database
. This will cause sqlite to defragment and collect
108
// Returns the id of the entry in the favicon
database
with the specified url
110
// there are more than one matched icon in
database
, only one icon will be
161
// Checks whether a favicon is used by any URLs in the
database
[
all
...]
visit_database.h
18
// A visit
database
is one which stores visits for URLs, that is, times and
19
// linking information. A visit
database
must also be a URLDatabase, as this
25
// Must call InitVisitTable() before using to make sure the
database
is
35
// Adds a line to the visit
database
with the given information, returning
41
// Deletes the given visit from the
database
. If a visit with the given ID
145
// Get the time of the first item in our
database
.
153
// Returns the
database
for the functions in this interface.
url_database.h
24
// Encapsulates an SQL
database
that holds URL info. This is a subset of the
34
// sure the
database
is initialized.
41
// Converts a GURL to a string used in the history
database
. We plan to
44
// interacting with the
database
.
75
// Adds a line to the URL
database
with the given information and returns the
78
// This does NOT add a row to the full text search
database
. Use
109
// that the main history
database
can provide this additional behavior.
114
// A basic enumerator to enumerate urls
database
.
154
// Initializes the given enumerator to enumerator all URLs in the
database
.
157
// Initializes the given enumerator to enumerator all URLs in the
database
[
all
...]
/frameworks/base/core/java/android/provider/
Browser.java
24
import android.
database
.Cursor;
25
import android.
database
.DatabaseUtils;
234
* @param cr The ContentResolver used to access the
database
.
249
* @param cr The ContentResolver used to access the
database
.
306
* @param cr The ContentResolver used to access the
database
.
358
* @param cr The ContentResolver used to access the
database
.
394
* @param cr The ContentResolver used to access the
database
.
426
* @param cr The ContentResolver used to access the
database
.
449
* @param cr The ContentResolver used to access the
database
.
462
* @param cr The ContentResolver used to access the
database
[
all
...]
/cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java
17
package android.
database
.cts;
25
import android.
database
.ContentObserver;
26
import android.
database
.Cursor;
27
import android.
database
.DataSetObserver;
28
import android.
database
.MergeCursor;
29
import android.
database
.StaleDataException;
30
import android.
database
.sqlite.SQLiteDatabase;
36
@TestTargetClass(android.
database
.MergeCursor.class)
85
args = {android.
database
.Cursor[].class}
270
args = {android.
database
.ContentObserver.class
[
all
...]
/external/dbus/dbus/
dbus-userdb-util.c
85
dbus_set_error (error, DBUS_ERROR_FAILED, "Could not get system
database
.");
197
* Looks up a gid or group name in the user
database
. Only one of
200
*
database
and otherwise sort of sucks.
202
* @param db the
database
206
* @returns the entry in the
database
307
* @param db user
database
327
* @param db user
database
/external/webkit/Source/WebKit/qt/Api/
qwebsecurityorigin.cpp
48
database
as \c{http://www.example.com/my/overview.html}, or access each other's
123
#if ENABLE(
DATABASE
)
135
#if ENABLE(
DATABASE
)
151
#if ENABLE(
DATABASE
)
178
Returns a list of all security origins with a
database
quota defined.
184
#if ENABLE(
DATABASE
)
204
#if ENABLE(
DATABASE
)
/frameworks/base/docs/html/sdk/api_diff/11/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.bindAllArgsAsStrings_added(java.lang.String[])"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/
database
/sqlite/SQLiteProgram.html#bindAllArgsAsStrings(java.lang.String[])" target="_top"><code>bindAllArgsAsStrings</code></A>(<code>String[]</code>)</nobr>
101
<A NAME="android.
database
.sqlite.SQLiteProgram.getUniqueId_changed()"></A>
102
<nobr><code>int</code> <A HREF="../../../../reference/android/
database
/sqlite/SQLiteProgram.html#getUniqueId()" target="_top"><code>getUniqueId</code></A>() </nobr>
/frameworks/base/docs/html/sdk/api_diff/3/changes/
android.database.sqlite.SQLiteDatabase.html
10
android.
database
.sqlite.SQLiteDatabase
74
Class android.
database
.sqlite.<A HREF="../../../../reference/android/
database
/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
86
<A NAME="android.
database
.sqlite.SQLiteDatabase.yieldIfContendedSafely_added()"></A>
87
<nobr><code>boolean</code> <A HREF="../../../../reference/android/
database
/sqlite/SQLiteDatabase.html#yieldIfContendedSafely()" target="_top"><code>yieldIfContendedSafely</code></A>()</nobr>
101
<A NAME="android.
database
.sqlite.SQLiteDatabase.yieldIfContended_changed()"></A>
102
<nobr><code>boolean</code> <A HREF="../../../../reference/android/
database
/sqlite/SQLiteDatabase.html#yieldIfContended()" target="_top"><code>yieldIfContended</code></A>() </nobr>
/hardware/ti/omap3/dspbridge/inc/
DSPManager.h
65
* in the
database
will be returned.
80
* in the
database
will be returned.
92
* in the node
database
.
98
* in the
database
will be returned.
127
* in the
database
will be returned
166
* Register object with DSP/BIOS Bridge Configuration
database
(DCD).
183
* Unregister object with DSP/BIOS Bridge Configuration
Database
(DCD).
/hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h
65
* in the
database
will be returned.
80
* in the
database
will be returned.
92
* in the node
database
.
98
* in the
database
will be returned.
127
* in the
database
will be returned
166
* Register object with DSP/BIOS Bridge Configuration
database
(DCD).
183
* Unregister object with DSP/BIOS Bridge Configuration
Database
(DCD).
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetDatabaseHelper.java
23
import android.
database
.Cursor;
24
import android.
database
.sqlite.SQLiteDatabase;
25
import android.
database
.sqlite.SQLiteException;
26
import android.
database
.sqlite.SQLiteOpenHelper;
169
* Store the given bitmap in this
database
for the given appWidgetId.
223
Log.e(TAG, "Could not load photo from
database
", e);
239
Log.e(TAG, "Could not delete photo from
database
", e);
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteDatabaseTest.java
17
package android.
database
.sqlite;
21
import android.
database
.Cursor;
22
import android.
database
.DatabaseErrorHandler;
23
import android.
database
.DatabaseUtils;
24
import android.
database
.DefaultDatabaseErrorHandler;
25
import android.
database
.sqlite.SQLiteDatabase;
26
import android.
database
.sqlite.SQLiteDatabase.CursorFactory;
27
import android.
database
.sqlite.SQLiteStatement;
96
// get a pooled
database
connection
119
// get a cursor which should use pooled
database
connectio
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdbtool.c
3
Samba
database
functions
102
/* a tdb tool for manipulating a tdb
database
*/
160
" create dbname : create a
database
\n"
161
" open dbname : open an existing
database
\n"
162
" erase : erase the
database
\n"
163
" dump : dump the
database
as strings\n"
164
" keys : dump the
database
keys as strings\n"
165
" hexkeys : dump the
database
keys as hex values\n"
166
" info : print summary info about the
database
\n"
172
" list : print the
database
hash table and freelist\n
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_database.h
56
// Abstract interface for a
database
of descriptors.
59
// descriptors on-demand from some sort of large
database
. If the
database
91
//
database
will find all extensions, and it's not guaranteed that
114
// the
database
does not need to aggressively index all children of a symbol.
133
// Adds the FileDescriptorProto to the
database
, making a copy. The object
135
// with a file already in the
database
, in which case an error will have
139
// Adds the FileDescriptorProto to the
database
and takes ownership of it.
271
// Adds the FileDescriptorProto to the
database
. The descriptor is provided
272
// in encoded form. The
database
does not make a copy of the bytes, no
[
all
...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
10
* Open
database
.
15
*
Database
URL.
41
* Timeout for
Database
.exec()
51
* File name of
database
.
66
*
Database
in readonly mode.
125
if (SQLite.
Database
.version().compareTo("2.6.0") >= 0) {
181
public SQLite.
Database
getSQLiteDatabase() {
182
return (SQLite.
Database
) db;
521
class DatabaseX extends SQLite.
Database
{
/frameworks/base/core/java/android/database/sqlite/
DatabaseConnectionPool.java
17
package android.
database
.sqlite;
45
/** the main
database
connection to which this connection pool is attached */
59
* close all
database
connections in the pool - even if they are in use!
76
* @return the
Database
connection that the caller can use
102
// there are no
database
connections with the given SQL pre-compiled.
128
// didn't find a free
database
connection with the given SQL already
130
// pre-compiled on more than one
database
connection. potential wasted memory.)
154
* release the given
database
connection back to the pool.
182
* Returns a list of all
database
connections in the pool (both free and busy connections).
/bionic/libc/netbsd/net/
nsdispatch.c
91
_nsmethod(const char *source, const char *
database
, const char *method,
111
nsdispatch(void *retval, const ns_dtab disp_tab[], const char *
database
,
123
assert(
database
!= NULL);
126
if (
database
== NULL || method == NULL || defaults == NULL)
137
cb = _nsmethod(srclist[i].name,
database
, method,
/external/chromium/chrome/browser/
browsing_data_database_helper.cc
220
for (std::vector<DatabaseInfo>::iterator
database
= database_info_.begin();
221
database
!= database_info_.end(); ++
database
) {
222
if (
database
->origin_identifier == origin_identifier &&
223
database
->database_name == info->name) {
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc
5
// This test creates a safebrowsing service using test safebrowsing
database
37
// Initializes the
database
with the given filename.
40
// Deletes the current
database
and creates a new one.
96
// Fill up the
database
with test URL.
106
// Fill up the
database
with test hash digest.
192
//
database
and safebrowsing service issues a get hash request to backends.
300
// This test will fill up the
database
using testing prefixes
309
// This will setup the "url" prefix in
database
and prepare protocol manager
316
// full hash is hit in
database
's local cache.
325
// This will setup the binary digest prefix in
database
and prepare protoco
[
all
...]
/external/chromium/webkit/glue/
password_form.h
20
// The Web Data
database
stores saved username/passwords and associated form
37
// entry to the
database
and how they can affect the matching process.
53
// data from the
database
, so it must not be empty.
58
// fashion) whether or not a given PasswordForm result from the
database
is a
75
// of PasswordForm results from the
database
to make matches as tight as
/external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h
85
// Depending on per-
database
attributes, the size will only be settable in units that are the page size of the
database
, which is established at creation
91
// Gets the number of unused bytes in the
database
file.
120
// the
database
file.
121
// INCREMENTAL - SQLite stores extra information for each page in the
database
Completed in 1266 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>