Home
last modified time | relevance | path

Searched defs:mojom_name (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dgenerator.py41 def StylizeConstant(self, mojom_name): argument
44 def StylizeField(self, mojom_name): argument
47 def StylizeStruct(self, mojom_name): argument
50 def StylizeUnion(self, mojom_name): argument
53 def StylizeParameter(self, mojom_name): argument
56 def StylizeMethod(self, mojom_name): argument
59 def StylizeInterface(self, mojom_name): argument
62 def StylizeEnumField(self, mojom_name): argument
65 def StylizeEnum(self, mojom_name): argument
Dmodule.py227 def __init__(self, module, parent_kind, mojom_name): argument
270 def __init__(self, mojom_name=None, kind=None, value=None, parent_kind=None): argument
281 def __init__(self, mojom_name=None, kind=None, ordinal=None, default=None, argument
337 def __init__(self, mojom_name=None, module=None, attributes=None): argument
360 def AddField(self, mojom_name, kind, ordinal=None, default=None, argument
392 def __init__(self, mojom_name=None, module=None, attributes=None): argument
410 def AddField(self, mojom_name, kind, ordinal=None, attributes=None): argument
524 def __init__(self, mojom_name=None, kind=None, ordinal=None, default=None, argument
546 def __init__(self, interface, mojom_name, ordinal=None, attributes=None): argument
563 def AddParameter(self, mojom_name, kind, ordinal=None, default=None, argument
[all …]
Dtranslate.py136 def _LookupValue(values, mojom_name, scope, kind): argument
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_js_generator.py197 def StylizeConstant(self, mojom_name): argument
200 def StylizeField(self, mojom_name): argument
203 def StylizeStruct(self, mojom_name): argument
206 def StylizeUnion(self, mojom_name): argument
209 def StylizeParameter(self, mojom_name): argument
212 def StylizeMethod(self, mojom_name): argument
215 def StylizeEnumField(self, mojom_name): argument
218 def StylizeEnum(self, mojom_name): argument
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py87 def __init__(self, mojom_name, **kwargs): argument
120 def __init__(self, mojom_name, attribute_list, typename, value, **kwargs): argument
142 def __init__(self, mojom_name, attribute_list, enum_value_list, **kwargs): argument
158 def __init__(self, mojom_name, attribute_list, value, **kwargs): argument
205 def __init__(self, mojom_name, attribute_list, body, **kwargs): argument
221 def __init__(self, mojom_name, attribute_list, ordinal, parameter_list, argument
305 def __init__(self, mojom_name, attribute_list, ordinal, typename, **kwargs): argument
333 def __init__(self, mojom_name, attribute_list, body, **kwargs): argument
349 def __init__(self, mojom_name, attribute_list, ordinal, typename, argument
382 def __init__(self, mojom_name, attribute_list, body, **kwargs): argument
[all …]