/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 40 private Schema theSchema; 386 if (value instanceof Schema) { in setProperty() 387 theSchema = (Schema)value; in setProperty() 653 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in etag_cdata() 694 if ((sp.flags() & Schema.F_NOFORCE) != 0) inNoforce = true; in etag_basic() 757 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) { in restartablyPop() 798 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in push() 963 int bogonModel = bogonsEmpty ? Schema.M_EMPTY : Schema.M_ANY; in gi() 964 int bogonMemberOf = rootBogons ? Schema.M_ANY : (Schema.M_ANY & ~ Schema.M_ROOT); in gi() 1017 if (theStack.model() == Schema.M_EMPTY) { in stagc()
|
D | ElementType.java | 33 private Schema theSchema; // schema to which this belongs 50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { in ElementType() 164 public Schema schema() {return theSchema;} in schema()
|
D | Schema.java | 25 public abstract class Schema { class
|
D | HTMLSchema.java | 24 public class HTMLSchema extends Schema implements HTMLModels {
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 25 %struct.Db = type { i8*, %struct.Btree*, i8, i8, i8*, void (i8*)*, %struct.Schema* } 37 …8*, i32, i32*, i32*, %struct.Table*, i32, i8, i8, i8*, %struct.Index*, %struct.Schema*, i8*, i8** } 46 …%struct.Schema = type { i32, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Table… 50 …2, i8, i8, i8, i8, i8, i8, i8, %struct.Module*, %struct.sqlite3_vtab*, i32, i8**, %struct.Schema* } 51 …, %struct.Expr*, %struct.IdList*, %struct..5sPragmaType, %struct.Schema*, %struct.Schema*, %struct…
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 23 %struct.Db = type { i8*, %struct.Btree*, i8, i8, i8*, void (i8*)*, %struct.Schema* } 34 …8*, i32, i32*, i32*, %struct.Table*, i32, i8, i8, i8*, %struct.Index*, %struct.Schema*, i8*, i8** } 45 …%struct.Schema = type { i32, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Table… 49 …2, i8, i8, i8, i8, i8, i8, i8, %struct.Module*, %struct.sqlite3_vtab*, i32, i8**, %struct.Schema* } 51 …, %struct.Expr*, %struct.IdList*, %struct..4sPragmaType, %struct.Schema*, %struct.Schema*, %struct…
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 468 xmlRelaxNGPtr Schema; member 485 ValidationData->Schema = xmlRelaxNGParse(ValidationData->RNGParser); in ValidateCommentXML() 500 ValidationCtxt = xmlRelaxNGNewValidCtxt(ValidationData->Schema); in ValidateCommentXML() 1180 Data.ValidationData.Schema = NULL; in perform_test_load()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 8131 typedef struct Schema Schema; typedef 8398 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*); 9602 Schema *pSchema; /* Pointer to database schema (possibly shared) */ 9622 struct Schema { struct 10200 Schema *pSchema; /* Schema that contains this table */ 10378 Schema *pSchema; /* Schema containing this index */ 11223 Schema *pSchema; /* Schema containing the trigger */ 11224 Schema *pTabSchema; /* Schema containing the table */ 11799 SQLITE_PRIVATE void sqlite3AuthRead(Parse*,Expr*,Schema*,SrcList*); 11943 SQLITE_PRIVATE Schema *sqlite3SchemaGet(sqlite3 *, Btree *); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 8131 typedef struct Schema Schema; typedef 8398 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*); 9602 Schema *pSchema; /* Pointer to database schema (possibly shared) */ 9622 struct Schema { struct 10200 Schema *pSchema; /* Schema that contains this table */ 10378 Schema *pSchema; /* Schema containing this index */ 11223 Schema *pSchema; /* Schema containing the trigger */ 11224 Schema *pTabSchema; /* Schema containing the table */ 11799 SQLITE_PRIVATE void sqlite3AuthRead(Parse*,Expr*,Schema*,SrcList*); 11943 SQLITE_PRIVATE Schema *sqlite3SchemaGet(sqlite3 *, Btree *); [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 90670 Part 2 - Update Schema and enforce Per-Origin Quotas
|