Searched refs:schema (Results 1 – 19 of 19) sorted by relevance
/system/media/camera/docs/ |
D | metadata-validate | 28 schema=$thisdir/metadata_definitions.xsd 31 xmllint --noout --schema $schema $doc || exit 1
|
D | README.md | 15 * XML Lint - Validates XML against XSD schema.
|
/system/tools/xsdc/tests/resources/ |
D | unsupported_attribute.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" 5 </xs:schema>
|
D | unsupported_tag.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" 5 </xs:schema>
|
/system/tools/xsdc/tests/resources/reference/ |
D | reference.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="reference" 12 </xs:schema>
|
/system/extras/libjsonpb/ |
D | README.md | 17 - If the Protobuf schema uses 64-bit integers (`(s|fixed|u|)int64`): 24 - If the Protobuf schema uses special floating point values: 56 - Whether there are fields unknown to the schema. All fields in the JSON file 57 must be well defined in the schema. 76 ## Defining a JSON schema using Protobuf 79 before defining a Protobuf object as a JSON schema. In general: 83 - JSON numbers should be `(s|fixed|u|)int32`, `float`, or `double` in the schema 94 - Don't use `Any`; it defeats the purpose of having the schema.
|
/system/tools/xsdc/tests/resources/nested_type/ |
D | nested_type.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="nested_type" elementFormDef… 36 </xs:schema>
|
/system/tools/xsdc/ |
D | README.md | 6 for the schema of a xml file used between the system and vendor partition. 10 Add the schema (attribute, element or new complexType …) you want to add to the 76 After adding “Deprecated” annotation, we need to update the api or schema just 92 "xsd:schema" [
|
/system/tools/xsdc/tests/resources/simple_type/ |
D | simple_type.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespa… 54 </xs:schema>
|
/system/tools/xsdc/tests/resources/simple_complex_content/ |
D | simple_complex_content.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="simple_complex_content" xml… 58 </xs:schema>
|
/system/chre/platform/shared/idl/ |
D | README.md | 1 This folder contains FlatBuffers schema used in the communications protocol
|
/system/extras/libjsonpb/verify/ |
D | Android.bp | 16 // using Protobuf as schema for JSON files. The reason is that the JSON parser that
|
D | test.proto | 22 // Guide for testing purposes. When writing a .proto file as a JSON schema, you
|
/system/update_engine/fuzz/ |
D | xml.dict | 104 string_schema=":schema"
|
/system/tools/xsdc/tests/resources/predefined_types/ |
D | predefined_types.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="predefined_types" elementFo… 112 </xs:schema>
|
/system/libvintf/ |
D | AssembleVintf.cpp | 611 Schema schema; in tryAssemble() local 612 if (!converter(&schema, read(mInFiles.front().stream()), error)) { in tryAssemble() 615 auto firstType = schema.type(); in tryAssemble() 616 schemas.emplace_back(mInFiles.front().name(), std::move(schema)); in tryAssemble()
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 52 private XmlSchema schema; field in XsdHandler 67 return schema; in getSchema() 131 schema = makeSchema(state); in endElement()
|
/system/media/audio_utils/ |
D | Doxyfile | 1792 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
|
D | Doxyfile.orig | 1792 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
|