OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
301 - 325
of
4506
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/sqlite/src/test/
fallocate.test
51
# Start a write-transaction and read the "
database
file size" field from
53
# the
database
file based on the size of the file on disk, not the actual
54
# logical size of the
database
within the file.
57
# causes a
database
file to grow, the
database
grows to its previous size
58
# on disk, not to the minimum size required to hold the
database
image.
mallocI.test
29
# Malloc failure while trying to service a pragma on a TEMP
database
.
44
# does not result in a SHARED lock being left on the
database
file.
57
# on the
database
file.
thread004.test
33
# Create a table in
database
test.db
60
# Run two threads. The first thread opens and closes
database
test.db
65
# over again. Each time it is called, the
database
schema is loaded
tkt-f7b4edec.test
20
# Open two
database
connections to the same
database
file in
42
# In the second
database
connection cause the schema to be reparsed
tkt3810.test
23
# Create a table using the first
database
connection.
35
# Create a second connection to the same
database
. Make sure the
36
# schema of the
database
has been parsed by the second connection.
tkt3918.test
34
# The leaf page is also the last page in the
database
. The
45
# Incrementally vacuum the
database
to reduce its size by a single
53
# page 4 from the
database
free-list. Bug 3918 caused sqlite to
/external/chromium_org/third_party/sqlite/src/tool/
space_used.tcl
6
# Get the name of the
database
to analyze
9
puts stderr "Usage: $argv0
database
-name"
14
# Open the
database
24
name clob, -- Name of a table or index in the
database
file
34
# table in the
database
.
51
# Analyze every table in the
database
, one at a time.
/external/chromium_org/third_party/tlslite/tlslite/
VerifierDB.py
9
"""This class represent an in-memory or on-disk
database
of SRP
21
@param filename: Filename for an on-disk
database
, or None for
22
an in-memory
database
. If the filename already exists, follow
23
this with a call to open(). To create a new on-disk
database
,
37
"""Add a verifier entry to the
database
.
42
be in the
database
.
/external/e2fsprogs/lib/et/test_cases/
heimdal2.c
23
"Could not find service name in services
database
",
29
"Entry already exists in
database
",
30
"
Database
store error",
31
"
Database
read error",
34
"No such entry in the
database
",
40
"
Database
is locked or in use--try again later",
/frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java
17
package android.
database
.sqlite;
24
* Provides access to SQLite functions that affect all
database
connection,
59
* Gets the default page size to use when creating a
database
.
89
* Gets the default
database
synchronization mode when WAL is not in use.
98
* Gets the
database
synchronization mode when in WAL mode.
107
* Gets the WAL auto-checkpoint integer in
database
pages.
SQLiteCursorDriver.java
17
package android.
database
.sqlite;
19
import android.
database
.Cursor;
20
import android.
database
.sqlite.SQLiteDatabase.CursorFactory;
SQLiteDirectCursorDriver.java
17
package android.
database
.sqlite;
19
import android.
database
.Cursor;
20
import android.
database
.sqlite.SQLiteDatabase.CursorFactory;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorRecordStorage.java
21
import android.
database
.Cursor;
22
import android.
database
.SQLException;
23
import android.
database
.sqlite.SQLiteDatabase;
24
import android.
database
.sqlite.SQLiteOpenHelper;
34
* The data is stored in the sqlite
database
row by row without primary key, all
50
* Log.i(TAG,"Total data in
database
: " + allData.size());
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmpx.h
50
/* Open user accounting
database
.
56
/* Close user accounting
database
.
62
/* Get the next entry from the user accounting
database
.
68
/* Get the user accounting
database
entry corresponding to ID.
74
/* Get the user accounting
database
entry corresponding to LINE.
80
/* Write the entry UTMPX into the user accounting
database
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h
50
/* Open user accounting
database
.
56
/* Close user accounting
database
.
62
/* Get the next entry from the user accounting
database
.
68
/* Get the user accounting
database
entry corresponding to ID.
74
/* Get the user accounting
database
entry corresponding to LINE.
80
/* Write the entry UTMPX into the user accounting
database
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h
50
/* Open user accounting
database
.
56
/* Close user accounting
database
.
62
/* Get the next entry from the user accounting
database
.
68
/* Get the user accounting
database
entry corresponding to ID.
74
/* Get the user accounting
database
entry corresponding to LINE.
80
/* Write the entry UTMPX into the user accounting
database
.
/cts/tests/tests/database/src/android/database/cts/
DataSetObservableTest.java
17
package android.
database
.cts;
19
import android.
database
.DataSetObservable;
20
import android.
database
.DataSetObserver;
/cts/tests/tests/webkit/src/android/webkit/cts/
CookieSyncManagerTest.java
46
// Remove all cookies from the
database
.
64
// Store the cookie to the
database
.
73
// Remove all cookies from the
database
.
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java
23
import android.
database
.Cursor;
24
import android.
database
.SQLException;
25
import android.
database
.sqlite.SQLiteDatabase;
26
import android.
database
.sqlite.SQLiteQueryBuilder;
67
//
Database
creation/version management helper.
83
Logger.getLogger("com.example.codelab.rssexample").info("DatabaseHelper.onCreate(): Created a
database
");
85
Logger.getLogger("com.example.codelab.rssexample").warning("DatabaseHelper.onCreate(): Couldn't create a
database
!");
92
// just drop the existing table, and recreate the
database
with the
101
// First we need to open the
database
. If this is our first time,
102
// the attempt to retrieve a
database
will thro
[
all
...]
/external/chromium_org/chrome/browser/webdata/
web_intents_table.h
26
// This class manages the WebIntents table within the SQLite
database
passed
57
// Retrieves the WebIntentsTable* owned by |
database
|.
58
static WebIntentsTable* FromWebDatabase(WebDatabase*
database
);
/external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h
37
// Implements the PersistentCookieStore interface in terms of a SQLite
database
.
40
// If provided, a |SpecialStoragePolicy| is consulted when the SQLite
database
45
// All blocking
database
accesses will be performed on
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabaseCallbacks.cpp
59
void IDBDatabaseCallbacks::connect(IDBDatabase*
database
)
62
ASSERT(
database
);
63
m_database =
database
;
/external/chromium_org/webkit/browser/fileapi/
sandbox_isolated_origin_database.cc
61
SandboxOriginDatabase*
database
) {
65
if (
database
->HasOriginPath(origin)) {
72
if (
database
->GetPathForOrigin(origin, &directory_name)) {
/external/clang/include/clang/Basic/
BuiltinsAArch64.def
1
//===-- BuiltinsAArch64.def - AArch64 Builtin function
database
-*- C++ -*-===//
10
// This file defines the AArch64-specific builtin function
database
. Users of
15
// The format of this
database
matches clang/Basic/Builtins.def.
/frameworks/base/core/jni/
android_database_SQLiteDebug.cpp
61
{ "nativeGetPagerStats", "(Landroid/
database
/sqlite/SQLiteDebug$PagerStats;)V",
76
FIND_CLASS(clazz, "android/
database
/sqlite/SQLiteDebug$PagerStats");
85
return AndroidRuntime::registerNativeMethods(env, "android/
database
/sqlite/SQLiteDebug",
Completed in 513 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>