/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/ |
D | test_layer2.py | 28 from boto.dynamodb.table import Table, Schema 62 self.assertEqual(table.schema, Schema.create(hash_key=('foo', 'N'))) 67 schema=Schema.create(hash_key=('foo', 'N'))) 69 self.assertEqual(table.schema, Schema.create(hash_key=('foo', 'N'))) 90 s1 = Schema.create(hash_key=('foo', 'N')) 91 s2 = Schema.create(hash_key=('foo', 'N')) 95 s1 = Schema.create(hash_key=('foo', 'N')) 96 s2 = Schema.create(hash_key=('bar', 'N')) 97 s3 = Schema.create(hash_key=('foo', 'S')) 102 s1 = Schema.create(hash_key=('foo', 'N'), range_key=('bar', 'S')) [all …]
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 41 private Schema theSchema; 387 if (value instanceof Schema) { in setProperty() 388 theSchema = (Schema)value; in setProperty() 654 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in etag_cdata() 695 if ((sp.flags() & Schema.F_NOFORCE) != 0) inNoforce = true; in etag_basic() 758 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) { in restartablyPop() 799 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in push() 964 int bogonModel = bogonsEmpty ? Schema.M_EMPTY : Schema.M_ANY; in gi() 965 int bogonMemberOf = rootBogons ? Schema.M_ANY : (Schema.M_ANY & ~ Schema.M_ROOT); in gi() 1018 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 | 26 public abstract class Schema { class
|
D | HTMLSchema.java | 24 public class HTMLSchema extends Schema implements HTMLModels {
|
/external/parameter-framework/upstream/schemas/ |
D | README.md | 20 Schema for the **top-level configuration**. It contains: 46 Schema for the **SystemClass associated with the top-level configuration**. It 56 Schema for all **Subsystem files** (aka Structure files). These files describe the 81 Schema for the ConfigurableDomains (aka Settings files). These files contain
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | dynamodb_load | 8 from boto.dynamodb.schema import Schema 82 schema=Schema(metadata["schema"]),
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/ |
D | test_table.py | 27 from boto.dynamodb.schema import Schema 35 self.schema = Schema.create(('foo', 'N'), ('bar', 'S'))
|
/external/tagsoup/templates/org/ccil/cowan/tagsoup/ |
D | HTMLSchema.java | 24 public class HTMLSchema extends Schema implements HTMLModels {
|
/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/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | table.py | 25 from boto.dynamodb.schema import Schema 206 self._schema = Schema(self._dict['KeySchema'])
|
D | schema.py | 25 class Schema(object): class
|
D | layer2.py | 25 from boto.dynamodb.schema import Schema 450 return Schema.create(hash_key, range_key)
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlschemastypes.rpgle | 1 * Summary: implementation of XML Schema Datatypes 2 * Description: module providing the XML Schema Datatypes implementation
|
D | xmlschemas.rpgle | 81 * This is the set of XML Schema validation options.
|
/external/tagsoup/ |
D | CHANGES | 181 Eliminated useless M_n constants in Schema 250 First cut at TagSoup Schema Language -- doesn't do anything yet. 286 Schema now allows style as an inline element, like script. 287 Schema now allows tr as a child of table to avoid problems with embedded tables.
|
D | README | 300 Specifies the Schema object this parser uses.
|
/external/robolectric/v3/runtime/ |
D | tagsoup-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/external/parameter-framework/upstream/test/functional-tests/ |
D | plan.md | 109 - [ ] Scenario: Schema OK 133 - [ ] Scenario: Schema OK, config KO
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 21 import javax.xml.validation.Schema; 382 Schema schema = schemaFactory.newSchema(); in createRB()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 561 xmlRelaxNGPtr Schema; in ValidateCommentXML() local 574 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML() 584 ValidationCtxt = xmlRelaxNGNewValidCtxt(Schema); in ValidateCommentXML() 596 xmlRelaxNGFree(Schema); in ValidateCommentXML()
|
/external/bison/po/ |
D | de.po | 228 " (das XML-Schema ist experimentell)\n"
|
/external/sqlite/dist/ |
D | sqlite3.c | 9945 typedef struct Schema Schema; typedef 10249 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*); 11532 Schema *pSchema; /* Pointer to database schema (possibly shared) */ 11552 struct Schema { struct 12213 Schema *pSchema; /* Schema that contains this table */ 12426 Schema *pSchema; /* Schema containing this index */ 12843 Schema *pSchema; /* Schema to which this item is fixed */ 13367 Schema *pSchema; /* Schema containing the trigger */ 13368 Schema *pTabSchema; /* Schema containing the table */ 13442 Schema *pSchema; /* Fix items to this schema */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 9945 typedef struct Schema Schema; typedef 10249 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*); 11532 Schema *pSchema; /* Pointer to database schema (possibly shared) */ 11552 struct Schema { struct 12213 Schema *pSchema; /* Schema that contains this table */ 12426 Schema *pSchema; /* Schema containing this index */ 12843 Schema *pSchema; /* Schema to which this item is fixed */ 13367 Schema *pSchema; /* Schema containing the trigger */ 13368 Schema *pTabSchema; /* Schema containing the table */ 13442 Schema *pSchema; /* Fix items to this schema */ [all …]
|