/qemu/scripts/qapi/ |
H A D | features.py | 14 from .schema import QAPISchema, QAPISchemaFeature 27 def visit_begin(self, schema: QAPISchema) -> None: argument 43 def gen_features(schema: QAPISchema, argument
|
H A D | backend.py | 10 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 D | schema.py | 92 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 D | main.py | 18 from .schema import QAPISchema 98 schema = QAPISchema(args.schema)
|
H A D | introspect.py | 29 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 D | commands.py | 32 QAPISchema, 346 def visit_begin(self, schema: QAPISchema) -> None: argument 414 def gen_commands(schema: QAPISchema, argument
|
H A D | events.py | 20 QAPISchema, 246 def gen_events(schema: QAPISchema, argument
|
H A D | types.py | 21 QAPISchema, 316 def visit_begin(self, schema: QAPISchema) -> None: argument 382 def gen_types(schema: QAPISchema, argument
|
H A D | visit.py | 26 QAPISchema, 422 def gen_visit(schema: QAPISchema, argument
|
/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 22 from qapi.schema import QAPISchema, QAPISchemaVisitor 111 schema = QAPISchema(fname)
|
/qemu/docs/sphinx/ |
H A D | qapidoc.py | 46 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
|