Searched refs:IDLAttribute (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/idl_parser/
H A Didl_node.py11 # IDL Node defines the IDLAttribute and IDLNode objects which are constructed
12 # by the parser as it processes the various 'productions'. The IDLAttribute
53 # IDLAttribute
58 class IDLAttribute(object): class in inherits:object
197 if type(child) == IDLAttribute:
H A Didl_parser.py37 from idl_node import IDLAttribute, IDLNode namespace
98 if type(p) == IDLAttribute:
1050 return IDLAttribute(key, val)
1053 return IDLAttribute(key, Boolean(False))
1056 return IDLAttribute(key, Boolean(True))
/external/chromium_org/ppapi/generators/
H A Didl_lint.py11 from idl_node import IDLAttribute, IDLNode namespace
H A Didl_node.py11 # IDL Node defines the IDLAttribute and IDLNode objects which are constructed
12 # by the parser as it processes the various 'productions'. The IDLAttribute
26 # IDLAttribute
31 class IDLAttribute(object): class in inherits:object
368 attrs = [IDLAttribute('NAME', name),
369 IDLAttribute('ERRORS', errors)]
385 name_node = IDLAttribute('NAME', name_str)
H A Didl_c_header.py14 from idl_node import IDLAttribute, IDLNode namespace
H A Didl_parser.py35 from idl_node import IDLAttribute, IDLFile, IDLNode namespace
993 return IDLAttribute(key, val)
H A Didl_thunk.py14 from idl_node import IDLAttribute, IDLNode namespace

Completed in 781 milliseconds