Searched refs:Schema (Results 1 - 15 of 15) sorted by relevance

/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLSchema.java16 This class provides a Schema that has been preinitialized with HTML
24 public class HTMLSchema extends Schema implements HTMLModels {
32 // Start of Schema calls
34 // End of Schema calls
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElementType.java20 @see Schema
33 private Schema theSchema; // schema to which this belongs
37 but it's better to use Schema.element() instead.
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) {
164 public Schema schema() {return theSchema;}
H A DSchema.java26 public abstract class Schema { class
H A DParser.java41 private Schema theSchema;
266 Specifies the Schema object this Parser uses.
387 if (value instanceof Schema) {
388 theSchema = (Schema)value;
391 throw new SAXNotSupportedException("Your schema is not a Schema");
537 // Currently we don't rely on Schema to canonicalize
654 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) {
695 if ((sp.flags() & Schema.F_NOFORCE) != 0) inNoforce = true;
758 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) {
799 if (CDATAElements && (theStack.flags() & Schema
[all...]
H A DHTMLSchema.java16 This class provides a Schema that has been preinitialized with HTML
24 public class HTMLSchema extends Schema implements HTMLModels {
32 // Start of Schema calls
2891 // End of Schema calls
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java461 "Schema namespace URI is required", XMPError.BADSCHEMA);
508 throw new XMPException("Schema namespace URI and prefix mismatch",
/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/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...]
H A Dshell.c1306 fprintf(pArg->out, "Schema Heap Usage: %d bytes\n",iCur);
/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...]
H A Dshell.c1312 fprintf(pArg->out, "Schema Heap Usage: %d bytes\n",iCur);
/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/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 952 milliseconds