Home
last modified time | relevance | path

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

1234

/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
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
29 Indicates the meta-schema the schema file adheres to.
[all …]
H A Dindex.rst11 writing-schema
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A DMakefile4 DT_MK_SCHEMA ?= dt-mk-schema
23 DT_TMP_SCHEMA := $(obj)/processed-schema-examples.json
58 $(obj)/processed-schema-examples.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE
66 $(obj)/processed-schema.json: $(obj)/processed-schema-examples.json FORCE
75 $(obj)/processed-schema.json: DT_MK_SCHEMA_FLAGS := -u
76 $(obj)/processed-schema.json: $(DT_SCHEMA_FILES) check_dtschema_version FORCE
81 extra-$(CHECK_DT_BINDING) += processed-schema-examples.json
82 extra-$(CHECK_DTBS) += processed-schema.json
H A D.gitignore3 processed-schema*.yaml
4 processed-schema*.json
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.
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-trim-schemas35 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)
44 for locale in children(schema, "locale"):
51 schema.remove(locale)
/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/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/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-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
H A Dcim-schema.inc4 consists of a specification and a schema. The specification defines the\
5 details for integration with other management models. The schema\
/OK3568_Linux_fs/buildroot/package/python-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…
H A DConfig.in2 bool "python-json-schema-validator"
6 https://pypi.python.org/pypi/json-schema-validator
H A Dpython-json-schema-validator.mk8 PYTHON_JSON_SCHEMA_VALIDATOR_SOURCE = json-schema-validator-$(PYTHON_JSON_SCHEMA_VALIDATOR_VERSION)…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h275 schema(s), in SchemaValidationContext()
314 const SchemaType* schema; member
456 properties_[i].schema = GetTypeless(); in Schema()
466 …schemaDocument->CreateSchema(&properties_[index].schema, q.Append(itr->name, allocator_), itr->val… in Schema()
478 …schemaDocument->CreateSchema(&patternProperties_[patternPropertyCount_].schema, q.Append(itr->name… in Schema()
788 …xt.patternPropertiesSchemas[context.patternPropertiesSchemaCount++] = patternProperties_[i].schema; in Key()
794 …ntext.patternPropertiesSchemas[context.patternPropertiesSchemaCount++] = properties_[index].schema; in Key()
799 context.valueSchema = properties_[index].schema; in Key()
1198 …Property() : schema(), dependenciesSchema(), dependenciesValidatorIndex(), dependencies(), require… in Property()
1201 const SchemaType* schema; member
[all …]
/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-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/yocto/poky/meta/recipes-kernel/dtc/
H A Dpython3-dtschema-wrapper_2021.10.bb7 file://dt-mk-schema \
13 install -m 755 ${WORKDIR}/dt-mk-schema ${D}${bindir}/
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dresctrlfs.c504 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local
533 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata()
535 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata()
545 if (fprintf(fp, "%s\n", schema) < 0) { in write_schemata()
556 ret ? "not " : "", schema, ret ? " # " : "", in write_schemata()
/OK3568_Linux_fs/buildroot/package/protozero/
H A DConfig.in11 a very customized decoder for a stable protobuf schema. If
12 your protobuf schema is changing frequently or lazy decoding
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0001-cmake-Use-GNUInstallDirs.patch9 Upstream-Status: Submitted [https://github.com/pboettch/json-schema-validator/pull/197]
34 install(FILES src/nlohmann/json-schema.hpp
/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
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_events_objects.h127 API_EXPORT void API_CALL mk_media_source_find(const char *schema,
135 …I_CALL mk_media_source_for_each(void *user_data, on_mk_media_source_find_cb cb, const char *schema,

1234