OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCHEMA
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java
24
public static final EntrySchema
SCHEMA
= new EntrySchema(DownloadEntry.class);
/external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js
11
* 2) A file located at
SCHEMA
which is shared with the extension system and
23
var
SCHEMA
= "../api/extension_api.json";
40
// The full extension api
schema
41
var
schema
;
variable
116
// Now the page is composed with the authored content, we fetch the
schema
122
schemas_to_retrieve.push(
SCHEMA
);
127
schema
= [];
130
schema
=
schema
.concat(JSON.parse(content));
206
schema
.forEach(function(mod)
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
test_schema.c
18
** provides a read-only view of the current database
schema
. There is one
19
** row in the
schema
table for each column in the database
schema
.
21
#define
SCHEMA
\
52
/* A
schema
table object */
58
/* A
schema
table cursor object */
73
** Table destructor for the
schema
module.
81
** Table constructor for the
schema
module.
96
rc = sqlite3_declare_vtab(db,
SCHEMA
);
104
** Open a new cursor on the
schema
table
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java
37
private static final String TABLE_NAME = FileEntry.
SCHEMA
.getTableName();
123
FileEntry.
SCHEMA
.insertOrReplace(
169
FileEntry.
SCHEMA
.getProjection(),
174
FileEntry.
SCHEMA
.cursorToObject(cursor, entry);
251
public static final EntrySchema
SCHEMA
= new EntrySchema(FileEntry.class);
295
FileEntry.
SCHEMA
.createTables(db);
308
FileEntry.
SCHEMA
.dropTables(db);
/external/robolectric/lib/main/
h2-1.2.147.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/external/jdiff/
xerces.jar
Completed in 128 milliseconds