Home
last modified time | relevance | path

Searched refs:QAPISchema (Results 1 – 9 of 9) sorted by relevance

/qemu/scripts/qapi/
H A Dschema.py92 def check(self, schema: QAPISchema) -> None: argument
141 def check(self, schema: QAPISchema) -> None: argument
368 def check(self, schema: QAPISchema) -> None: argument
431 def check(self, schema: QAPISchema) -> None: argument
478 def check(self, schema: QAPISchema) -> None: argument
544 def check(self, schema: QAPISchema) -> None: argument
662 def check(self, schema: QAPISchema) -> None: argument
960 def check(self, schema: QAPISchema) -> None: argument
1019 def check(self, schema: QAPISchema) -> None: argument
1088 def check(self, schema: QAPISchema) -> None: argument
[all …]
H A Dmain.py19 from .schema import QAPISchema
50 schema = QAPISchema(schema_file)
H A Dintrospect.py28 QAPISchema,
179 self._schema: Optional[QAPISchema] = None
190 def visit_begin(self, schema: QAPISchema) -> None: argument
391 def gen_introspect(schema: QAPISchema, output_dir: str, prefix: str, argument
H A Dcommands.py32 QAPISchema,
346 def visit_begin(self, schema: QAPISchema) -> None: argument
413 def gen_commands(schema: QAPISchema, argument
H A Devents.py20 QAPISchema,
246 def gen_events(schema: QAPISchema, argument
H A Dtypes.py25 QAPISchema,
317 def visit_begin(self, schema: QAPISchema) -> None: argument
383 def gen_types(schema: QAPISchema, argument
H A Dvisit.py30 QAPISchema,
424 def gen_visit(schema: QAPISchema, argument
/qemu/tests/qapi-schema/
H A Dtest-qapi.py22 from qapi.schema import QAPISchema, QAPISchemaVisitor
120 schema = QAPISchema(fname)
/qemu/docs/sphinx/
H A Dqapidoc.py38 from qapi.schema import QAPISchema
492 schema = QAPISchema(qapifile)