Home
last modified time | relevance | path

Searched full:schema (Results 1 – 25 of 1443) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dwriting-schema.rst3 Writing DeviceTree Bindings in json-schema
6 Devicetree bindings are written using json-schema vocabulary. Schema files are
11 Schema Contents
14 Each schema doc is a structured json-schema which is defined by a set of
16 top-level json-schema properties used are:
19 A json-schema unique identifier string. The string must be a valid
20 URI typically containing the binding's filename and path. For DT schema, it must
22 references to other files specified in schema "$ref" properties. A $ref value
25 of the current schema file's '$id' value. A URL is used even for local files,
28 $schema
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dexample-schema.yaml5 # All the top-level keys are standard json-schema keywords except for
10 $id: http://devicetree.org/schemas/example-schema.yaml#
11 # $schema is the meta-schema this schema should be validated with.
12 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 title: An example schema annotated with jsonschema details
29 # 'select' is a schema applied to a DT node to determine if this binding
30 # schema should be applied to the node. It is optional and by default the
33 # In this case, a 'false' schema will never match.
36 # A dictionary of DT properties for this binding schema
38 # More complicated schema can use oneOf (XOR), anyOf (OR), or allOf (AND)
[all …]
H A DMakefile4 DT_MK_SCHEMA ?= dt-mk-schema
23 DT_TMP_SCHEMA := $(obj)/processed-schema-examples.json
26 -name 'processed-schema*' ! \
37 quiet_cmd_mk_schema = SCHEMA $@
58 $(obj)/processed-schema-examples.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE
63 # Unless DT_SCHEMA_FILES is specified, use the full schema for dtbs_check too.
64 # Just copy processed-schema-examples.json
66 $(obj)/processed-schema.json: $(obj)/processed-schema-examples.json FORCE
73 # If DT_SCHEMA_FILES is specified, use it for processed-schema.json
75 $(obj)/processed-schema.json: DT_MK_SCHEMA_FLAGS := -u
[all …]
H A Dsubmitting-patches.rst22 2) DT binding files are written in DT schema format using json-schema
28 See ../writing-schema.rst for more details about schema and tools setup.
H A D.gitignore3 processed-schema*.yaml
4 processed-schema*.json
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-trim-schemas25 print('oe-trim-schemas: error: the following arguments are required: schema\n'
26 'Usage: oe-trim-schemas schema\n\n'
27 'OpenEmbedded trim schemas - remove unneeded schema locale translations\n'
28 ' from gconf schema files\n\n'
30 ' schema gconf schema file to trim\n')
35 for schema in child(xml.getroot(), "schemalist").getchildren():
36 e = child(schema, "short")
38 schema.remove(e)
40 e = child(schema, "long")
42 schema.remove(e)
[all …]
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcpedb.py17 'cpe-23': 'http://scap.nist.gov/schema/cpe-extension/2.3',
32 cpes.set('xmlns:cpe-23', "http://scap.nist.gov/schema/cpe-extension/2.3")
33 cpes.set('xmlns:ns6', "http://scap.nist.gov/schema/scap-core/0.1")
34 cpes.set('xmlns:scap-core', "http://scap.nist.gov/schema/scap-core/0.3")
35 cpes.set('xmlns:config', "http://scap.nist.gov/schema/configuration/0.1")
37 cpes.set('xmlns:meta', "http://scap.nist.gov/schema/cpe-dictionary-metadata/0.2")
38 cpes.set('xsi:schemaLocation', " ".join(["http://scap.nist.gov/schema/cpe-extension/2.3",
39 … "https://scap.nist.gov/schema/cpe/2.3/cpe-dictionary-extension_2.3.xsd",
41 … "https://scap.nist.gov/schema/cpe/2.3/cpe-dictionary_2.3.xsd",
42 … "http://scap.nist.gov/schema/cpe-dictionary-metadata/0.2",
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h133 class Schema; variable
262 typedef Schema<SchemaDocumentType> SchemaType;
275 schema(s), in SchemaValidationContext()
314 const SchemaType* schema; member
335 // Schema
338 class Schema {
346 typedef Schema<SchemaDocumentType> SchemaType;
350Schema(SchemaDocumentType* schemaDocument, const PointerType& p, const ValueType& value, const Val… in Schema() function
456 properties_[i].schema = GetTypeless(); in Schema()
466 …schemaDocument->CreateSchema(&properties_[index].schema, q.Append(itr->name, allocator_), itr->val… in Schema()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgconf.bbclass6 # into sysroot as they won't be running their own install-time schema
11 # Disable install-time schema registration as we're a packaging system so this
25 for SCHEMA in ${SCHEMA_FILES}; do
26 if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then
28 --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null
35 for SCHEMA in ${SCHEMA_FILES}; do
36 if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then
39 --makefile-uninstall-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/settings-daemon/files/
H A Daddsoundkeys.patch24 </schema>
26 + <schema>
35 + </schema>
37 + <schema>
46 + </schema>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dallwinner,sun8i-a23-prcm.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
50 # Already checked in the main schema
84 # Already checked in the main schema
115 # Already checked in the main schema
134 # Already checked in the main schema
H A Dallwinner,sun6i-a31-prcm.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
48 # Already checked in the main schema
82 # Already checked in the main schema
113 # Already checked in the main schema
146 # Already checked in the main schema
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/cim-schema/
H A Dcim-schema-exper_2.50.0.bb1 require cim-schema.inc
5 RCONFLICTS:${PN} = "cim-schema-final"
16 install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV}
17 install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV}
H A Dcim-schema-final_2.40.0.bb1 require cim-schema.inc
5 RCONFLICTS:${PN} = "cim-schema-exper"
16 install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV}
17 install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV}
H A Dcim-schema.inc1 SUMMARY = "Common Information Model (CIM) Schema"
4 consists of a specification and a schema. The specification defines the\
5 details for integration with other management models. The schema\
H A Dcim-schema-docs_2.40.0.bb1 require cim-schema.inc
15 install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV}-docs
16 … cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/doc/cim-schema-${PV}-docs
/OK3568_Linux_fs/buildroot/package/python-json-schema-validator/
H A DConfig.in2 bool "python-json-schema-validator"
4 JSON Schema Validator
6 https://pypi.python.org/pypi/json-schema-validator
H A Dpython-json-schema-validator.hash1 # md5 from https://pypi.python.org/pypi/json-schema-validator/json, sha256 locally computed
2 md5 7691b41739faaa8b0965279e72889932 json-schema-validator-2.4.1.tar.gz
3 sha256 1562a21d83e56231cef09b9aa2c06e8f845974bd26f24be293de6cab9a2fac91 json-schema-validator-2.4…
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/gconf/
H A Dpython3.patch3 Convert gsettings-schema-convert to use python3.
10 --- a/gsettings/gsettings-schema-convert
11 +++ b/gsettings/gsettings-schema-convert
33 …GSettingsSchemaConvertException('\'%s\' does not look like a valid gconf schema file: %s' % (argfi…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.3.9-sfcbrepos-schema-location.patch7 Path to obtain the CIM Schema classes.
19 CIM Schema
29 - echo -e "\t-c specify directory containing CIM Schema MOFs [@datadir@/sfcb/CIM]"
30 + echo -e "\t-c specify directory containing CIM Schema MOFs [@datadir@/mof/cim-current]"
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_avro.py2 from avro.schema import Parse
5 schema = Parse("""{ variable
17 reader = DatumReader(schema)
H A Dsample_python_flask_expects_json.py5 schema = { variable
16 @expects_json(schema)
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper/
H A Ddt-mk-schema2 # dt-mk-schema wrapper to allow kernel dt-validation to pass
16 # exec dt-mk-schema.real "$@"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/
H A Djson-schema-validator_2.1.0.bb1 SUMMARY = "JSON schema validator for JSON for Modern C++"
5 SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=master;protocol=https \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/lib/
HDlibxml2.so.2__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize initxmlDefaultSAXHandler inithtmlDefaultSAXHandler initdocbDefaultSAXHandler __xmlSimpleError memset xmlMalloc xmlFree strchr xmlRealloc xmlGetPredefinedEntity xmlAddDtdEntity xmlAddDocEntity xmlNewEntity xmlGetParameterEntity xmlGetDtdEntity ...

12345678910>>...58