Searched refs:return_str (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 777 return_str = " retval = (%s)" % (f.return_type) 779 return_str = " (void)" 809 … print(" %s __glXReadReply(dpy, %s, %s, %s);" % (return_str, s, p.name, aa)) 817 print(" %s __glXReadReply(dpy, 0, NULL, GL_FALSE);" % (return_str))
|
/third_party/openh264/docs/ |
D | doxygen2rst.py | 270 return_str = self._build_para(child_para) 272 for line in return_str.splitlines():
|
/third_party/python/Python/ |
D | compile.c | 2198 static identifier return_str; in compiler_visit_annotations() local 2216 if (!return_str) { in compiler_visit_annotations() 2217 return_str = PyUnicode_InternFromString("return"); in compiler_visit_annotations() 2218 if (!return_str) in compiler_visit_annotations() 2221 if (!compiler_visit_argannotation(c, return_str, returns, &annotations_len)) { in compiler_visit_annotations()
|
/third_party/python/Modules/ |
D | posixmodule.c | 4107 int return_str; /* if false, return bytes */ in _posix_listdir() local 4121 return_str = 1; in _posix_listdir() 4139 return_str = !PyObject_CheckBuffer(path->object); in _posix_listdir() 4143 return_str = 1; in _posix_listdir() 4183 if (return_str) in _posix_listdir()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 217 Python/compile.c:compiler_visit_annotations():return_str static identifier return_str
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2073 Python/compile.c compiler_visit_annotations return_str -
|