HomeSort by relevance Sort by last modified time
    Searched refs:schema (Results 51 - 75 of 220) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/tools/json_to_struct/
element_generator.py 95 def GenerateElement(type_name, schema, element_name, element):
100 for field_info in schema:
109 def GenerateElements(type_name, schema, description):
120 result.append(GenerateElement(type_name, schema, element_name, element))
element_generator_test.py 82 schema = [
141 result = GenerateElements('MyType', schema, description)
145 schema = [
157 lambda: GenerateElements('MyType', schema, description))
  /external/chromium_org/third_party/libxml/src/
schematron.c 2 * schematron.c : implementation of the Schematron schema validity checking
130 const xmlChar *name; /* schema name */
163 xmlSchematronPtr schema; member in struct:_xmlSchematronValidCtxt
192 xmlSchematronPtr schema; member in struct:_xmlSchematronParserCtxt
293 * @ctxt: the schema parsing context
331 xmlSchematronPErrMemory(ctxt, "allocating schema test", node);
378 * @ctxt: the schema parsing context
379 * @schema: a schema structure
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema,
1748 xmlSchematronPtr schema = NULL; local
    [all...]
xmlschemas.c 2 * schemas.c : implementation of the XML Schema handling and
3 * schema validity checking
15 * - if we don't intend to use the schema for schemas, we
16 * need to validate all schema attributes (ref, type, name)
21 * - For xsi-driven schema acquisition, augment the IDCs after every
29 * - http://lists.w3.org/Archives/Public/www-xml-schema-comments/2005JulSep/0337.html
36 * Schema Component Constraint:
45 * is schema construction via an API is implemented.
205 * Macros for schema buckets.
299 #define WXS_SCHEMA(ctx) (ctx)->schema
440 xmlSchemaPtr schema; member in struct:_xmlSchemaImport
602 xmlSchemaPtr schema; \/* The main schema in use *\/ member in struct:_xmlSchemaParserCtxt
971 xmlSchemaPtr schema; \/* The schema in use *\/ member in struct:_xmlSchemaValidCtxt
    [all...]
  /external/libxml2/
schematron.c 2 * schematron.c : implementation of the Schematron schema validity checking
130 const xmlChar *name; /* schema name */
163 xmlSchematronPtr schema; member in struct:_xmlSchematronValidCtxt
192 xmlSchematronPtr schema; member in struct:_xmlSchematronParserCtxt
293 * @ctxt: the schema parsing context
331 xmlSchematronPErrMemory(ctxt, "allocating schema test", node);
378 * @ctxt: the schema parsing context
379 * @schema: a schema structure
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema,
1748 xmlSchematronPtr schema = NULL; local
    [all...]
xmlschemas.c 2 * schemas.c : implementation of the XML Schema handling and
3 * schema validity checking
15 * - if we don't intend to use the schema for schemas, we
16 * need to validate all schema attributes (ref, type, name)
21 * - For xsi-driven schema acquisition, augment the IDCs after every
29 * - http://lists.w3.org/Archives/Public/www-xml-schema-comments/2005JulSep/0337.html
36 * Schema Component Constraint:
45 * is schema construction via an API is implemented.
205 * Macros for schema buckets.
299 #define WXS_SCHEMA(ctx) (ctx)->schema
440 xmlSchemaPtr schema; member in struct:_xmlSchemaImport
602 xmlSchemaPtr schema; \/* The main schema in use *\/ member in struct:_xmlSchemaParserCtxt
971 xmlSchemaPtr schema; \/* The schema in use *\/ member in struct:_xmlSchemaValidCtxt
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schematron.h 98 xmlSchematronFree (xmlSchematronPtr schema);
129 xmlSchematronNewValidCtxt (xmlSchematronPtr schema,
relaxng.h 155 xmlRelaxNGFree (xmlRelaxNGPtr schema);
159 xmlRelaxNGPtr schema);
162 xmlRelaxNGPtr schema);
181 xmlRelaxNGNewValidCtxt (xmlRelaxNGPtr schema);
xmlschemas.h 3 * Description: interface to the XML Schemas handling and schema validity
65 * This is the set of XML Schema validation options.
148 xmlSchemaFree (xmlSchemaPtr schema);
152 xmlSchemaPtr schema);
178 xmlSchemaNewValidCtxt (xmlSchemaPtr schema);
  /external/libxml2/include/libxml/
schematron.h 98 xmlSchematronFree (xmlSchematronPtr schema);
129 xmlSchematronNewValidCtxt (xmlSchematronPtr schema,
relaxng.h 155 xmlRelaxNGFree (xmlRelaxNGPtr schema);
159 xmlRelaxNGPtr schema);
162 xmlRelaxNGPtr schema);
181 xmlRelaxNGNewValidCtxt (xmlRelaxNGPtr schema);
xmlschemas.h 3 * Description: interface to the XML Schemas handling and schema validity
65 * This is the set of XML Schema validation options.
166 xmlSchemaFree (xmlSchemaPtr schema);
170 xmlSchemaPtr schema);
199 xmlSchemaNewValidCtxt (xmlSchemaPtr schema);
  /external/valgrind/main/drd/tests/
verify-xml-output 20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
  /external/chromium_org/components/policy/core/common/
policy_loader_mac.cc 23 #include "components/policy/core/common/schema.h"
58 const Schema* schema = local
60 for (Schema::Iterator it = schema->GetPropertiesIterator();
124 const Schema& schema,
127 // without a schema, to allow a graceful update of the Legacy Browser Support
129 if (!schema.valid())
136 for (Schema::Iterator it = schema.GetPropertiesIterator()
    [all...]
policy_loader_win.cc 48 #include "components/policy/core/common/schema.h"
51 namespace schema = json_schema_constants;
59 const char kKeySchema[] = "schema";
86 // If the LBS extension is found and contains a schema in the registry then this
89 std::string PatchSchema(const std::string& schema) {
91 scoped_ptr<base::Value> json(base::JSONReader::Read(schema, options));
96 !dict->GetDictionary(schema::kProperties, &properties)) {
97 return schema;
105 policy_schema->GetString(schema::kType, &type) &&
106 type == schema::kArray &
598 Schema schema = *schema_from_map; local
    [all...]
policy_loader_mac.h 27 class Schema;
54 // Loads the policies described in |schema| from the bundle identified by
57 const Schema& schema,
  /external/chromium_org/chrome/renderer/resources/extensions/
declarative_webrequest_custom_bindings.js 15 // Returns the schema definition of type |typeId| defined in |namespace|.
17 return utils.lookup(api.schema.types,
26 // generated union dictionary against the schema for |typeId|.
34 var schema = getSchema(typeId);
35 validate([instance], [schema]);
chrome_direct_setting.js 9 function extendSchema(schema) {
10 var extendedSchema = $Array.slice(schema);
chrome_setting.js 9 function extendSchema(schema) {
10 var extendedSchema = $Array.slice(schema);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMetaFactory.java 31 private static XMPSchemaRegistry schema = new XMPSchemaRegistryImpl(); field in class:XMPMetaFactory
49 return schema;
241 * Resets the schema registry to its original state (creates a new one).
247 schema = new XMPSchemaRegistryImpl();
  /external/qemu/scripts/
qapi.py 39 def __init__(self, schema, msg):
40 self.fp = schema.fp
43 for ch in schema.src[0:schema.pos]:
163 schema = QAPISchema(fp)
170 for expr in schema.exprs:
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 37 #include "components/policy/core/common/schema.h"
451 // Verify that its schema has been published, and verify its contents.
452 const policy::Schema* schema = local
455 ASSERT_TRUE(schema);
457 ASSERT_TRUE(schema->valid());
458 ASSERT_EQ(base::Value::TYPE_DICTIONARY, schema->type());
459 ASSERT_TRUE(schema->GetKnownProperty("string-policy").valid());
461 schema->GetKnownProperty("string-policy").type());
462 ASSERT_TRUE(schema->GetKnownProperty("int-policy").valid())
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 438 * specified SQL User Defined Type (UDT) for a specified schema and catalog.
451 * <li>{@code TYPE_SCHEM} - String - the type schema name (possibly {@code
491 * this gives the schema of the table corresponding to the attribute's scope.
507 * a schema name pattern. {@code null} is used to imply no
508 * narrowing of the search by a schema name. Otherwise, the name
509 * must match a schema name in the database, with "" used to
510 * retrieve those without a schema name.
566 * @param schema
567 * a schema name pattern. {@code null} is used to imply no
568 * narrowing of the search by schema name. Otherwise, the nam
    [all...]
  /external/chromium_org/extensions/renderer/resources/
schema_utils.js 55 // Return true if arguments match a given signature's schema.
82 var getSchemaTypeString = function(schema) {
83 var schemaTypes = schemaValidator.getAllTypesForSchema(schema);
84 var typeName = schemaTypes.join(" or ") + " " + schema.name;
85 if (schema.optional)
129 // Validates that a given schema for an API function is not ambiguous.
  /external/chromium_org/extensions/renderer/
v8_schema_registry.cc 84 // Slow path: Need to build schema first.
91 const base::DictionaryValue* schema = local
93 CHECK(schema) << api;
95 v8::Handle<v8::Value> value = v8_value_converter->ToV8Value(schema, context);

Completed in 1055 milliseconds

1 23 4 5 6 7 8 9