Lines Matching refs:in
14 # This program is distributed in the hope that it will be useful,
33 # This library is distributed in the hope that it will be useful,
59 # - An annotation specified in the specification that tells us what C symbol
135 if "{" in type:
137 if type in BASIC_TYPES:
166 return "".join([arg.type for arg in self.in_args])
168 for arg in self.in_args + self.out_args:
247 for arg in args:
284 for i in range(0, len(args)):
294 for i in range(0, len(args)):
307 for i in range(0, len(args)):
332 for iface in ifaces:
333 for meth in iface.methods:
337 if signature in invokers:
344 for (signature, meth) in invokers.items():
353 for arg in meth.out_args:
358 for arg in meth.out_args:
371 for arg in meth.out_args:
377 types = [arg.sssd_type for arg in meth.in_args]
383 for arg in args:
389 for meth in methods:
401 for meth in methods:
422 for sig in iface.signals:
429 for sig in signals:
445 for prop in properties:
509 for iface in ifaces:
543 for meth in iface.methods:
545 for prop in iface.properties:
554 for meth in iface.methods:
556 for sig in iface.signals:
558 for prop in iface.properties:
579 for iface in ifaces:
586 out(" * These structures are filled in by implementors of the different")
591 out(" * set to NULL is invoked it will result in a")
601 for iface in ifaces:
604 for meth in iface.methods:
611 out(" * These structure definitions are filled in with the information about")
614 out(" * The actual definitions are found in the accompanying C file next")
618 for iface in ifaces:
638 if name not in attrs:
733 direction = attrs.get('direction', 'in')
734 if direction == 'in':
795 if options.mode not in ["header", "source"]:
806 for filename in args: