HomeSort by relevance Sort by last modified time
    Searched defs:schema (Results 1 - 25 of 396) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_definition.h 29 uint32_t schema; // NOTE: Reserved member in struct:spv_header_t
disassemble.cpp 67 uint32_t schema);
129 uint32_t id_bound, uint32_t schema) {
148 << "; Schema: " << schema << "\n"; local
337 uint32_t schema) {
341 schema);
  /external/flatbuffers/src/
idl_gen_fbs.cpp 47 auto &schema = *_schema; local
48 schema += "namespace ";
51 if (it != name_space.components.begin()) schema += ".";
52 schema += *it;
54 schema += ";\n\n";
57 // Generate a flatbuffer schema from the Parser's internal representation.
69 std::string schema; local
70 schema += "// Generated from " + file_name + ".proto\n\n";
80 schema += "include \"" + basename + ".fbs\";\n";
83 if (num_includes) schema += "\n"
    [all...]
  /external/libxml2/
testRelax.c 60 xmlRelaxNGPtr schema = NULL; local
84 if (schema == NULL) {
107 schema = xmlRelaxNGParse(ctxt);
118 schema = xmlRelaxNGParse(ctxt);
121 if (schema == NULL) {
122 printf("Relax-NG schema %s failed to compile\n", argv[i]);
129 xmlRelaxNGDump(stdout, schema);
132 xmlRelaxNGDumpTree(stdout, schema);
145 ctxt = xmlRelaxNGNewValidCtxt(schema);
166 if (schema != NULL
    [all...]
testSchemas.c 2 * testSchemas.c : a small tester program for Schema validation
60 xmlSchemaPtr schema = NULL; local
80 if (schema == NULL) {
103 schema = xmlSchemaParse(ctxt);
114 schema = xmlSchemaParse(ctxt);
120 xmlSchemaDump(stdout, schema);
123 if (schema == NULL)
136 ctxt = xmlSchemaNewValidCtxt(schema);
157 if (schema != NULL)
158 xmlSchemaFree(schema);
    [all...]
  /external/flatbuffers/include/flatbuffers/
registry.h 25 // Simply pre-populate it with all schema filenames that may be in use, and
27 // schema.
33 Schema schema; local
34 schema.path_ = schema_path;
35 schemas_[file_identifier] = schema;
52 // Load and parse the schema.
68 // Load and parse the schema.
94 // Find the schema, if not, exit.
101 auto &schema = it->second local
    [all...]
  /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/libxml2/os400/
xmllintcl.c 46 vary2 * schema; /* Schema file name or URL. */ member in struct:__anon26784
47 vary2 * schemakind; /* --schema/--relaxng/--schematron. */
159 if (args->schema && args->schema->len) {
161 vary4vargquote(&cmd, args->schema);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 17 This class represents an element type in the schema.
19 a flags vector, default attributes, and a schema to which it belongs.
20 @see Schema
33 private Schema theSchema; // schema to which this belongs
37 but it's better to use Schema.element() instead.
46 @param schema The schema with which this element type will be
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) {
164 public Schema schema() {return theSchema;} method in class:ElementType
    [all...]
  /hardware/interfaces/audio/common/all-versions/test/utility/src/
ValidateXml.cpp 100 "\n Which is: " + xmlFilePath + "\nAgainst the schema: " + xsdFilePathExpr +
105 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get())); local
106 if (schema == nullptr) {
107 return ::testing::AssertionFailure() << "Failed to parse schema (xsd)\n" << context();
119 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get()));
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 60 xmlSchemaPtr schema; local
83 schema = xmlSchemaParse(pctx);
86 vctx = xmlSchemaNewValidCtxt(schema);
94 xmlSchemaFree(schema);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 130 // schema
131 unsigned int schema; member in class:spv::SpirvStream
163 // Reserved schema, must be 0 for now
164 schema = stream[word++];
165 if (schema != 0)
166 Kill(out, "bad schema, must be 0");
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
66 schema.addAvailableElement(new QName(namespace, name));
68 schema.addAvailableElement(new QName(namespace, nameAlias));
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
96 schema.addAvailableElement(new QName(namespace, name));
98 schema.addAvailableElement(new QName(namespace, nameAlias));
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
121 this(schema, namespace, name, nameAlias,
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
148 this(schema, namespace, name, nameAlias
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 129 // make sure the DC schema is existing, because it might be needed within the normalization
133 // Do the special case fixes within each schema.
183 * @param dcSchema the DC schema node
320 // Find the base path, look for the base schema and root node.
325 // find or create schema
411 * Moves an alias node of array form to another schema into an array
412 * @param propertyIt the property iterator of the old schema (used to delete the property)
440 * @param exifSchema the EXIF schema node
497 // Delete empty schema nodes. Do this last, other cleanup can make empty
498 // schema
502 XMPNode schema = (XMPNode) it.next(); local
    [all...]
XMPSerializerRDF.java 365 XMPNode schema = (XMPNode) it.next(); local
366 declareUsedNamespaces(schema, usedPrefixes, 4);
373 XMPNode schema = (XMPNode) it.next(); local
374 allAreAttrs &= serializeCompactRDFAttrProps (schema, 3);
386 return; // ! Done if all properties in all schema are written as attributes.
389 // Write the remaining properties for each schema.
392 XMPNode schema = (XMPNode) it.next(); local
393 serializeCompactRDFElementProps (schema, 3);
766 * Serializes one schema with all contained properties in pretty-printed
768 * Each schema's properties are written in a separat
    [all...]
XMPUtilsImpl.java 64 * The schema namespace URI for the array. Must not be null or
153 * The schema namespace URI for the array. Must not be null or
394 * Optional schema namespace URI for the properties to be
405 * "named schema" case above.
417 // the named schema might not actually exist. So don't lookup the
418 // schema node.
422 throw new XMPException("Property name requires schema namespace",
439 // remove empty schema node
449 // Remove all properties from the named schema. Optionally include
451 // there might not be an actual schema node
495 XMPNode schema = (XMPNode) it.next(); local
    [all...]
  /system/libvintf/
AssembleVintf.cpp 554 template <typename Schema, typename AssembleFunc>
555 AssembleStatus tryAssemble(const XmlConverter<Schema>& converter, const std::string& schemaName,
557 Schemas<Schema> schemas;
558 Schema schema; local
559 if (!converter(&schema, read(mInFiles.front().stream()), error)) {
562 auto firstType = schema.type();
563 schemas.emplace_back(mInFiles.front().name(), std::move(schema));
566 Schema additionalSchema;
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.9.2/
dvlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.1/
dvlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.2/
dvlib-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.0/
dvlib-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.3/
dvlib-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.4/
dvlib-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.2.0/
dvlib-23.2.0.jar 

Completed in 521 milliseconds

1 2 3 4 5 6 7 8 91011>>