Home
last modified time | relevance | path

Searched refs:c_return (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/python/
Dgenerator.py371 c_return=""
431 c_return = c_return + " %s c_retval;\n" % (ret[0])
440 c_return = c_return + " %s c_retval;\n" % (ret[0])
488 if c_return != "":
489 output.write(c_return)
/external/mesa3d/src/mapi/
Dmapi_abi.py59 return '%s %s(%s)' % (self.c_return(), self.name, self.c_params())
61 def c_return(self): member in ABIEntry
399 decl = '%s %s %s(%s)' % (ent.c_return(), self.api_entry,
411 ent.c_return(), self.api_entry, ent.c_params())
/external/python/cpython2/Doc/library/
Dbdb.rst114 * ``"c_return"``: A C function has returned.
Dsys.rst893 ``'line'``, ``'return'``, ``'exception'``, ``'c_call'``, ``'c_return'``, or
933 ``'c_return'``
/external/python/cpython3/Doc/library/
Dbdb.rst122 * ``"c_return"``: A C function has returned.
Dsys.rst1061 ``'line'``, ``'return'``, ``'exception'``, ``'c_call'``, ``'c_return'``, or
1101 ``'c_return'``