Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 19 of 19) sorted by relevance

/system/media/camera/docs/
Dmetadata-validate28 schema=$thisdir/metadata_definitions.xsd
31 xmllint --noout --schema $schema $doc || exit 1
DREADME.md15 * XML Lint - Validates XML against XSD schema.
/system/tools/xsdc/tests/resources/
Dunsupported_attribute.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
5 </xs:schema>
Dunsupported_tag.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
5 </xs:schema>
/system/tools/xsdc/tests/resources/reference/
Dreference.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="reference"
12 </xs:schema>
/system/extras/libjsonpb/
DREADME.md17 - 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/
Dnested_type.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="nested_type" elementFormDef…
36 </xs:schema>
/system/tools/xsdc/
DREADME.md6 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/
Dsimple_type.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespa…
54 </xs:schema>
/system/tools/xsdc/tests/resources/simple_complex_content/
Dsimple_complex_content.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="simple_complex_content" xml…
58 </xs:schema>
/system/chre/platform/shared/idl/
DREADME.md1 This folder contains FlatBuffers schema used in the communications protocol
/system/extras/libjsonpb/verify/
DAndroid.bp16 // using Protobuf as schema for JSON files. The reason is that the JSON parser that
Dtest.proto22 // Guide for testing purposes. When writing a .proto file as a JSON schema, you
/system/update_engine/fuzz/
Dxml.dict104 string_schema=":schema"
/system/tools/xsdc/tests/resources/predefined_types/
Dpredefined_types.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="predefined_types" elementFo…
112 </xs:schema>
/system/libvintf/
DAssembleVintf.cpp611 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/
DXsdHandler.java52 private XmlSchema schema; field in XsdHandler
67 return schema; in getSchema()
131 schema = makeSchema(state); in endElement()
/system/media/audio_utils/
DDoxyfile1792 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
DDoxyfile.orig1792 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a