Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dfeatures.py27 def visit_begin(self, schema: QAPISchema) -> None:
43 def gen_features(schema: QAPISchema,
H A Dbackend.py20 schema: QAPISchema,
43 schema: QAPISchema,
H A Dschema.py92 def check(self, schema: QAPISchema) -> None:
100 self, schema: QAPISchema, info: Optional[QAPISourceInfo]
107 def set_module(self, schema: QAPISchema) -> None:
141 def check(self, schema: QAPISchema) -> None:
168 def visit_begin(self, schema: QAPISchema) -> None:
368 def check(self, schema: QAPISchema) -> None:
431 def check(self, schema: QAPISchema) -> None:
478 def check(self, schema: QAPISchema) -> None:
485 def set_module(self, schema: QAPISchema) -> None:
544 def check(self, schema: QAPISchema) -> None:
[all …]
H A Dcommands.py346 def visit_begin(self, schema: QAPISchema) -> None:
414 def gen_commands(schema: QAPISchema,
H A Dtypes.py316 def visit_begin(self, schema: QAPISchema) -> None:
382 def gen_types(schema: QAPISchema,
H A Devents.py246 def gen_events(schema: QAPISchema,
H A Dintrospect.py188 def visit_begin(self, schema: QAPISchema) -> None:
389 def gen_introspect(schema: QAPISchema, output_dir: str, prefix: str,
H A Dvisit.py422 def gen_visit(schema: QAPISchema,
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py483 def transmogrify(self, schema: QAPISchema) -> nodes.Element: