HomeSort by relevance Sort by last modified time
    Searched defs:SCHEMA (Results 1 - 9 of 9) 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_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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 195 milliseconds