Home
last modified time | relevance | path

Searched refs:Schema (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
Dtest_layer2.py28 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/
DParser.java41 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()
DElementType.java33 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()
DSchema.java26 public abstract class Schema { class
DHTMLSchema.java24 public class HTMLSchema extends Schema implements HTMLModels {
/external/parameter-framework/upstream/schemas/
DREADME.md20 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/
Ddynamodb_load8 from boto.dynamodb.schema import Schema
82 schema=Schema(metadata["schema"]),
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
Dtest_table.py27 from boto.dynamodb.schema import Schema
35 self.schema = Schema.create(('foo', 'N'), ('bar', 'S'))
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
DHTMLSchema.java24 public class HTMLSchema extends Schema implements HTMLModels {
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll23 %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/
D2009-04-29-RegAllocAssert.ll25 %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/
Dtable.py25 from boto.dynamodb.schema import Schema
206 self._schema = Schema(self._dict['KeySchema'])
Dschema.py25 class Schema(object): class
Dlayer2.py25 from boto.dynamodb.schema import Schema
450 return Schema.create(hash_key, range_key)
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle1 * Summary: implementation of XML Schema Datatypes
2 * Description: module providing the XML Schema Datatypes implementation
Dxmlschemas.rpgle81 * This is the set of XML Schema validation options.
/external/tagsoup/
DCHANGES181 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.
DREADME300 Specifies the Schema object this parser uses.
/external/robolectric/v3/runtime/
Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md109 - [ ] Scenario: Schema OK
133 - [ ] Scenario: Schema OK, config KO
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java21 import javax.xml.validation.Schema;
382 Schema schema = schemaFactory.newSchema(); in createRB()
/external/clang/tools/c-index-test/
Dc-index-test.c561 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/
Dde.po228 " (das XML-Schema ist experimentell)\n"
/external/sqlite/dist/
Dsqlite3.c9945 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/
Dsqlite3.c9945 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 …]

12