Searched defs:Schema (Results 1 - 8 of 8) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java26 public abstract class Schema { class
/external/clang/tools/c-index-test/
H A Dc-index-test.c548 xmlRelaxNGPtr Schema; local
561 Schema = xmlRelaxNGParse(RNGParser);
571 ValidationCtxt = xmlRelaxNGNewValidCtxt(Schema);
583 xmlRelaxNGFree(Schema);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c5924 ** CAPI3REF: Declare The Schema Of A Virtual Table
9296 typedef struct Schema Schema; typedef in typeref:struct:Schema
9600 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
10867 Schema *pSchema; /* Pointer to database schema (possibly shared) */
10873 ** Most Schema objects are associated with a Btree. The exception is
10874 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
10875 ** In shared cache mode, a single Schema object can be shared by multiple
10878 ** Schema objects are automatically deallocated when the last Btree that
10879 ** references them is destroyed. The TEMP Schema i
10887 struct Schema { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5924 ** CAPI3REF: Declare The Schema Of A Virtual Table
9296 typedef struct Schema Schema; typedef in typeref:struct:Schema
9600 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
10867 Schema *pSchema; /* Pointer to database schema (possibly shared) */
10873 ** Most Schema objects are associated with a Btree. The exception is
10874 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
10875 ** In shared cache mode, a single Schema object can be shared by multiple
10878 ** Schema objects are automatically deallocated when the last Btree that
10879 ** references them is destroyed. The TEMP Schema i
10887 struct Schema { struct
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1474 milliseconds