OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite
(Results
251 - 275
of
1891
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/sqlite/src/test/
enc4.test
11
# This file implements regression tests for
SQLite
library. The focus of
12
# this file is testing the
SQLite
routines used for converting between the
30
# The three unicode encodings understood by
SQLite
.
corrupt4.test
11
# This file implements regression tests for
SQLite
library.
13
# This file implements tests to make sure
SQLite
does not crash or
corruptA.test
11
# This file implements regression tests for
SQLite
library.
13
# This file implements tests to make sure
SQLite
does not crash or
eval.test
11
# This file implements regression tests for
SQLite
library.
14
# in order to make sure that
SQLite
is reentrant.
types3.test
11
# This file implements regression tests for
SQLite
library. The focus
12
# of this file is testing the interaction of
SQLite
manifest types
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java
3
import android.database.
sqlite
.SQLiteDatabase;
4
import android.database.
sqlite
.SQLiteProgram;
43
//
SQLite
ignores typecode
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java
52
throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig:
SQLite
driver could not be instantiated;", e);
54
throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig:
SQLite
driver could not be accessed;", e);
56
throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig:
SQLite
driver class could not be found;", e);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteStatementTest.java
3
import android.database.
sqlite
.SQLiteDatabase;
4
import android.database.
sqlite
.SQLiteDoneException;
5
import android.database.
sqlite
.SQLiteStatement;
/frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java
22
import android.database.
sqlite
.SQLiteDatabase;
23
import android.database.
sqlite
.SQLiteOpenHelper;
24
import android.database.
sqlite
.SQLiteQueryBuilder;
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorRecordStorage.java
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
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java
25
import android.database.
sqlite
.SQLiteDatabase;
26
import android.database.
sqlite
.SQLiteOpenHelper;
27
import android.database.
sqlite
.SQLiteQueryBuilder;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java
18
import android.database.
sqlite
.SQLiteDatabase;
19
import android.database.
sqlite
.SQLiteDoneException;
20
import android.database.
sqlite
.SQLiteStatement;
/external/chromium_org/third_party/sqlite/src/src/
sqlite.h.in
12
** This header file defines the interface that the
SQLite
library
15
** not a published API of
SQLite
, is subject to change without
16
** notice, and should not be referenced by programs that use
SQLite
.
20
** features recently added to
SQLite
. We do not anticipate changes
24
** The official C-language API documentation for
SQLite
is derived
26
** on how
SQLite
interfaces are suppose to operate.
28
** The name of this file under configuration management is "
sqlite
.h.in".
82
** evaluates to a string literal that is the
SQLite
version in the
88
** The SQLITE_VERSION_NUMBER for any given release of
SQLite
will also
93
** Since version 3.6.18,
SQLite
source code has been stored in th
[
all
...]
fault.c
18
** Most malloc failures are non-benign. After they occur,
SQLite
70
** This (sqlite3EndBenignMalloc()) is called by
SQLite
code to indicate that
/external/chromium_org/sql/test/
test_helpers.cc
45
// Helper for reading a number from the
SQLite
header.
56
// Helper for writing a number to the
SQLite
header.
70
// See http://www.
sqlite
.org/fileformat.html#database_header
127
//
SQLite
uses 1-based page numbering.
207
// http://www.
sqlite
.org/lang_keywords.html . Meanwhile, odd names
244
//
SQLite
should always return a row of data.
/external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl
17
This script builds the testfixture program and runs the
SQLite
test suite
24
Almost any
SQLite
makefile (except those generated by configure - see below)
37
Makefiles generated by the
sqlite
configure program cannot be used as
86
# of trying to build the
sqlite
shell. The
sqlite
shell won't build
156
# List of SQLITE_OMIT_XXX symbols supported by
SQLite
.
/frameworks/base/docs/html/training/search/
search.jd
26
<p>There are many ways to store your data, such as in an online database, in a local
SQLite
28
application. This lesson shows you how to create a
SQLite
virtual table that can provide robust
34
<p>A virtual table behaves similarly to a
SQLite
table, but reads and writes to an object in
48
android.database.
sqlite
.SQLiteOpenHelper}. The {@link android.database.
sqlite
.SQLiteOpenHelper} class
157
good place would be in the {@link android.database.
sqlite
.SQLiteOpenHelper#onCreate onCreate()}
/external/chromium_org/components/webdata/common/
web_database.h
21
// This class manages a
SQLite
database that stores various web page meta data.
42
// Initialize the database given a name. The name defines where the
SQLite
/external/chromium_org/content/common/
database_messages.h
47
int /*
SQLite
error code */)
81
// Sent when a
sqlite
error indicates the database is corrupt.
/external/chromium_org/rlz/
DEPS
29
"src/third_party/
sqlite
":
30
"http://src.chromium.org/svn/trunk/src/third_party/
sqlite
" + Var("chrev"),
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystem.h
47
// Registers a user-defined
SQLite
VFS.
53
// database - The
SQLite
structure that represents the database stored
/external/chromium_org/third_party/sqlite/src/
mkdll.sh
3
# This script is used to compile
SQLite
into a DLL.
7
# library that is loaded into TCL in order to run
SQLite
.
/external/chromium_org/third_party/sqlite/
system-sqlite.patch
1
This is a backport of the following
sqlite
changes:
3
1. http://
sqlite
.org/src/ci/9109128cb5
4
2. http://
sqlite
.org/src/ci/713b1b7dc1
5
3. http://
sqlite
.org/src/ci/8d1b5c3ac0
6
4. http://
sqlite
.org/src/ci/6b236069e1
7
5. http://
sqlite
.org/src/ci/880b51150a
9
which are needed for experiments with using unpatched
sqlite
.
11
that you've upgraded to version of
sqlite
that includes those patches.
12
diff --git a/third_party/
sqlite
/amalgamation/sqlite3.c b/third_party/
sqlite
/amalgamation/sqlite3.
[
all
...]
/external/chromium_org/tools/gyp/samples/
samples
39
'third_party/
sqlite
/
sqlite
.gyp',
/frameworks/base/core/java/android/database/sqlite/
SqliteWrapper.java
18
package android.database.
sqlite
;
24
import android.database.
sqlite
.SQLiteException;
Completed in 1370 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>