Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dfeatures.py14 from .schema import QAPISchema, QAPISchemaFeature
27 def visit_begin(self, schema: QAPISchema) -> None: argument
43 def gen_features(schema: QAPISchema, argument
H A Dbackend.py10 from .schema import QAPISchema
20 schema: QAPISchema,
43 schema: QAPISchema,
19 generate(self, schema: QAPISchema, output_dir: str, prefix: str, unmask: bool, builtins: bool, gen_tracing: bool) global() argument
41 generate(self, schema: QAPISchema, output_dir: str, prefix: str, unmask: bool, builtins: bool, gen_tracing: bool) global() argument
H A Dschema.py92 def check(self, schema: QAPISchema) -> None: argument
100 self, schema: QAPISchema, info: Optional[QAPISourceInfo] argument
107 def set_module(self, schema: QAPISchema) -> None: argument
141 def check(self, schema: QAPISchema) -> None: argument
168 def visit_begin(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
485 def set_module(self, schema: QAPISchema) -> None: argument
544 def check(self, schema: QAPISchema) -> None: argument
[all …]
H A Dmain.py18 from .schema import QAPISchema
98 schema = QAPISchema(args.schema)
H A Dintrospect.py29 QAPISchema,
177 self._schema: Optional[QAPISchema] = None
188 def visit_begin(self, schema: QAPISchema) -> None: argument
389 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
414 def gen_commands(schema: QAPISchema, argument
H A Devents.py20 QAPISchema,
246 def gen_events(schema: QAPISchema, argument
H A Dtypes.py21 QAPISchema,
316 def visit_begin(self, schema: QAPISchema) -> None: argument
382 def gen_types(schema: QAPISchema, argument
H A Dvisit.py26 QAPISchema,
422 def gen_visit(schema: QAPISchema, argument
/qemu/tests/qapi-schema/
H A Dtest-qapi.py22 from qapi.schema import QAPISchema, QAPISchemaVisitor
111 schema = QAPISchema(fname)
/qemu/docs/sphinx/
H A Dqapidoc.py46 QAPISchema,
516 def transmogrify(self, schema: QAPISchema) -> nodes.Element:
593 def legacy(self, schema: QAPISchema) -> nodes.Element:
610 schema = QAPISchema(qapifile)
515 transmogrify(self, schema: QAPISchema) global() argument
592 legacy(self, schema: QAPISchema) global() argument