Home
last modified time | relevance | path

Searched refs:Mojom (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py40 expected = ast.Mojom(
50 expected = ast.Mojom(
142 expected = ast.Mojom(
162 expected = ast.Mojom(
184 expected = ast.Mojom(
344 expected = ast.Mojom(
406 expected = ast.Mojom(
452 expected = ast.Mojom(
543 expected = ast.Mojom(
566 expected = ast.Mojom(
[all …]
Dtranslate_unittest.py49 tree = ast.Mojom(
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dversioning_test_client.mojom8 // different versions of Mojom definitions for a fictitious human resource
Dversioning_test_service.mojom8 // different versions of Mojom definitions for a fictitious human resource
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py260 class Mojom(NodeBase): class
267 super(Mojom, self).__init__(**kwargs)
273 return super(Mojom, self).__eq__(other) and \
Dtranslate.py204 assert isinstance(tree, ast.Mojom)
Dparser.py75 p[0] = ast.Mojom(None, ast.ImportList(), [])
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_declaration.tmpl7 // Used to identify Mojom Union Data Classes.