OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite
(Results
451 - 475
of
1891
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetProvider.java
26
import android.database.
sqlite
.SQLiteDatabase;
27
import android.database.
sqlite
.SQLiteException;
28
import android.database.
sqlite
.SQLiteOpenHelper;
/cts/tests/tests/database/src/android/database/sqlite/cts/
DatabaseStatementTest.java
17
package android.database.
sqlite
.cts;
21
import android.database.
sqlite
.SQLiteConstraintException;
22
import android.database.
sqlite
.SQLiteDatabase;
23
import android.database.
sqlite
.SQLiteDoneException;
24
import android.database.
sqlite
.SQLiteStatement;
SQLiteQueryBuilderTest.java
17
package android.database.
sqlite
.cts;
22
import android.database.
sqlite
.SQLiteCursor;
23
import android.database.
sqlite
.SQLiteCursorDriver;
24
import android.database.
sqlite
.SQLiteDatabase;
25
import android.database.
sqlite
.SQLiteQuery;
26
import android.database.
sqlite
.SQLiteQueryBuilder;
425
// produces no output. This should force
SQLite
to loop for a long time
/external/chromium_org/chrome/tools/
history-viz.py
132
class
SQLite
(object):
133
"""Trivial interface to executing
SQLite
queries.
140
subproc = subprocess.Popen(['
sqlite
', self.file],
152
db =
SQLite
(filename)
169
#
SQLite
outputs transition values as signed integers, but they're really
/external/chromium_org/third_party/sqlite/src/src/
test_superlock.c
12
** Example code for obtaining an exclusive lock on an
SQLite
database
64
** If an error occurs, return an
SQLite
error code. The value of *pbWal
173
** If an error occurs, *ppLock is set to 0 and an
SQLite
error code
178
** as a busy-handler registered with
SQLite
(using sqlite3_busy_handler())
207
** with
SQLite
. This is because the same busy-handler function may be
test2.c
12
** Code for testing the pager.c module in
SQLite
. This code
13
** is not included in the
SQLite
library. It is used for automated
14
** testing of the
SQLite
library.
23
** Interpret an
SQLite
error number
524
** create a large file. If the file was a valid
SQLite
database, then
525
** the next time the database is opened,
SQLite
will begin allocating
527
** ability of
SQLite
to write to large files.
test3.c
12
** Code for testing the btree.c module in
SQLite
. This code
13
** is not included in the
SQLite
library. It is used for automated
14
** testing of the
SQLite
library.
23
** Interpret an
SQLite
error number
182
** from an open
SQLite
connection (using [btree_from_db]). In this case
183
** we need to obtain the mutex for the controlling
SQLite
handle before
202
/* Release the mutex on the
SQLite
handle that controls this b-tree */
sqlite3ext.h
12
** This header file defines the
SQLite
interface for use by
14
** an
SQLite
instance. Shared libraries that intend to be loaded
15
** as extensions by
SQLite
should #include this file instead of
25
** The following structure holds pointers to all of the
SQLite
API
31
** versions of
SQLite
will not be able to load each others' shared
222
** (part of the main
SQLite
library - not an extension) so that
memjournal.c
84
/*
SQLite
never tries to read past the end of a rollback journal file */
128
** access writes are not required by
sqlite
.
197
** part of
SQLite
causes Sync to be called by mistake.
os.c
21
** The default
SQLite
sqlite3_vfs implementations do not allocate
52
** of this would be completely automatic if
SQLite
were coded using
186
/* IMPLEMENTATION-OF: R-49045-42493
SQLite
will use the xCurrentTimeInt64()
/external/javasqlite/src/main/java/SQLite/
Constants.java
3
package
SQLite
;
6
* Container for
SQLite
constants.
10
* perl -ne '$_ =~ s/#define\s+(
SQLITE
\S+)\s+([0-9x]+)/ public static final int $1 = $2;/ && print $_;' external/
sqlite
/dist/sqlite3.h
19
public static final int SQLITE_INTERNAL = 2; /* Internal logic error in
SQLite
*/
/external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c
16
** for handling unicode data) and
SQLite
. The integration uses
17
** ICU to provide the following to
SQLite
:
25
** * Integration of ICU and
SQLite
collation seqences.
206
sqlite3_context *pCtx, /*
SQLite
scalar function context */
226
** Implementation of
SQLite
REGEXP operator. This scalar function takes
232
**
SQLite
maps the regexp() function to the regexp() operator such
403
** types to an
SQLite
database connection. It is intended to be called
/frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java
17
package android.database.
sqlite
;
21
import android.database.
sqlite
.SQLiteDatabase.CursorFactory;
86
* used to handle corruption when
sqlite
reports database corruption.</p>
94
* @param errorHandler the {@link DatabaseErrorHandler} to be used when
sqlite
reports database
109
* Return the name of the
SQLite
database being opened, as given to
327
* The
SQLite
ALTER TABLE documentation can be found
328
* <a href="http://
sqlite
.org/lang_altertable.html">here</a>. If you add new columns
/external/chromium_org/chrome/browser/history/
top_sites_database_unittest.cc
20
#include "third_party/
sqlite
/sqlite3.h"
166
// Database is unusable at the
SQLite
level.
201
// Database is unusable at the
SQLite
level.
250
// Database is unusable at the
SQLite
level.
301
//
SQLite
can operate on the database, but notices the corruption in integrity
328
// Check that the database is recovered at the
SQLite
level.
/external/sqlite/dist/orig/
sqlite3ext.h
12
** This header file defines the
SQLite
interface for use by
14
** an
SQLite
instance. Shared libraries that intend to be loaded
15
** as extensions by
SQLite
should #include this file instead of
25
** The following structure holds pointers to all of the
SQLite
API
31
** versions of
SQLite
will not be able to load each others' shared
260
** (part of the main
SQLite
library - not an extension) so that
/external/sqlite/dist/
sqlite3ext.h
12
** This header file defines the
SQLite
interface for use by
14
** an
SQLite
instance. Shared libraries that intend to be loaded
15
** as extensions by
SQLite
should #include this file instead of
25
** The following structure holds pointers to all of the
SQLite
API
31
** versions of
SQLite
will not be able to load each others' shared
260
** (part of the main
SQLite
library - not an extension) so that
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java
28
import android.database.
sqlite
.SQLiteDatabase;
29
import android.database.
sqlite
.SQLiteOpenHelper;
30
import android.database.
sqlite
.SQLiteQueryBuilder;
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java
24
import android.database.
sqlite
.SQLiteDatabase;
25
import android.database.
sqlite
.SQLiteOpenHelper;
26
import android.database.
sqlite
.SQLiteQueryBuilder;
/external/chromium_org/third_party/WebKit/Source/modules/
modules.gypi
[
all
...]
/external/chromium_org/third_party/sqlite/src/test/
attach3.test
11
# This file implements regression tests for
SQLite
library. The
26
# The tests in this file were written before
SQLite
supported recursive
202
# Try to trick
SQLite
into dropping the wrong temp trigger.
journal2.test
11
# This file implements regression tests for
SQLite
library. Specifically,
12
# it tests
SQLite
when using a VFS that claims the SAFE_DELETE property.
203
# journal_mode=WAL on a SAFE_DELETE file-system.
SQLite
should close and
/frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java
192
* with an authority name set to the authority parameter, and using an
SQLite
database as
214
* <a href="http://www.
sqlite
.org/
sqlite
.html">sqlite3</a> tool's <code>.dump</code> command.
/packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java
25
import android.database.
sqlite
.SQLiteDatabase;
26
import android.database.
sqlite
.SQLiteOpenHelper;
27
import android.database.
sqlite
.SQLiteQueryBuilder;
/packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockDatabaseHelper.java
23
import android.database.
sqlite
.SQLiteDatabase;
24
import android.database.
sqlite
.SQLiteOpenHelper;
217
// Record exists. Remove the id so
sqlite
can generate a new one.
/packages/apps/FMRadio/src/com/android/fmradio/
FmProvider.java
25
import android.database.
sqlite
.SQLiteDatabase;
26
import android.database.
sqlite
.SQLiteOpenHelper;
27
import android.database.
sqlite
.SQLiteQueryBuilder;
Completed in 812 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>