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

/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.java25 public abstract class Schema { class
H A DParser.java40 private Schema theSchema;
265 Specifies the Schema object this Parser uses.
386 if (value instanceof Schema) {
387 theSchema = (Schema)value;
390 throw new SAXNotSupportedException("Your schema is not a Schema");
536 // Currently we don't rely on Schema to canonicalize
653 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) {
694 if ((sp.flags() & Schema.F_NOFORCE) != 0) inNoforce = true;
757 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) {
798 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/sqlite/dist/orig/
H A Dshell.c1081 fprintf(pArg->out, "Schema Heap Usage: %d bytes\n", iCur);
H A Dsqlite3.c5714 ** CAPI3REF: Declare The Schema Of A Virtual Table
8131 typedef struct Schema Schema; typedef in typeref:struct:Schema
8398 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
9602 Schema *pSchema; /* Pointer to database schema (possibly shared) */
9608 ** Most Schema objects are associated with a Btree. The exception is
9609 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9610 ** In shared cache mode, a single Schema object can be shared by multiple
9613 ** Schema objects are automatically deallocated when the last Btree that
9614 ** references them is destroyed. The TEMP Schema i
9622 struct Schema { struct
[all...]
/external/sqlite/dist/
H A Dshell.c1086 fprintf(pArg->out, "Schema Heap Usage: %d bytes\n", iCur);
H A Dsqlite3.c5714 ** CAPI3REF: Declare The Schema Of A Virtual Table
8131 typedef struct Schema Schema; typedef in typeref:struct:Schema
8398 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
9602 Schema *pSchema; /* Pointer to database schema (possibly shared) */
9608 ** Most Schema objects are associated with a Btree. The exception is
9609 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9610 ** In shared cache mode, a single Schema object can be shared by multiple
9613 ** Schema objects are automatically deallocated when the last Btree that
9614 ** references them is destroyed. The TEMP Schema i
9622 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/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 952 milliseconds