Home
last modified time | relevance | path

Searched refs:return_str (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py780 return_str = " retval = (%s)" % (f.return_type)
782 return_str = " (void)"
812 print " %s __glXReadReply(dpy, %s, %s, %s);" % (return_str, s, p.name, aa)
820 print " %s __glXReadReply(dpy, 0, NULL, GL_FALSE);" % (return_str)
/external/python/cpython3/Python/
Dcompile.c1788 static identifier return_str; in compiler_visit_annotations() local
1808 if (!return_str) { in compiler_visit_annotations()
1809 return_str = PyUnicode_InternFromString("return"); in compiler_visit_annotations()
1810 if (!return_str) in compiler_visit_annotations()
1813 if (!compiler_visit_argannotation(c, return_str, returns, names)) { in compiler_visit_annotations()
/external/python/cpython3/Modules/
Dposixmodule.c3561 int return_str; /* if false, return bytes */ in _posix_listdir() local
3574 return_str = 1; in _posix_listdir()
3587 return_str = !PyObject_CheckBuffer(path->object); in _posix_listdir()
3591 return_str = 1; in _posix_listdir()
3631 if (return_str) in _posix_listdir()