/external/python/cpython3/Modules/clinic/ |
D | _operator.c.h | 20 PyObject *return_value = NULL; in _operator_truth() local 27 return_value = PyBool_FromLong((long)_return_value); in _operator_truth() 30 return return_value; in _operator_truth() 48 PyObject *return_value = NULL; in _operator_add() local 57 return_value = _operator_add_impl(module, a, b); in _operator_add() 60 return return_value; in _operator_add() 78 PyObject *return_value = NULL; in _operator_sub() local 87 return_value = _operator_sub_impl(module, a, b); in _operator_sub() 90 return return_value; in _operator_sub() 108 PyObject *return_value = NULL; in _operator_mul() local [all …]
|
D | cmathmodule.c.h | 20 PyObject *return_value = NULL; in cmath_acos() local 40 return_value = PyComplex_FromCComplex(_return_value); in cmath_acos() 44 return return_value; in cmath_acos() 62 PyObject *return_value = NULL; in cmath_acosh() local 82 return_value = PyComplex_FromCComplex(_return_value); in cmath_acosh() 86 return return_value; in cmath_acosh() 104 PyObject *return_value = NULL; in cmath_asin() local 124 return_value = PyComplex_FromCComplex(_return_value); in cmath_asin() 128 return return_value; in cmath_asin() 146 PyObject *return_value = NULL; in cmath_asinh() local [all …]
|
D | _winapi.c.h | 19 PyObject *return_value = NULL; in _winapi_Overlapped_GetOverlappedResult() local 26 return_value = _winapi_Overlapped_GetOverlappedResult_impl(self, wait); in _winapi_Overlapped_GetOverlappedResult() 29 return return_value; in _winapi_Overlapped_GetOverlappedResult() 81 PyObject *return_value = NULL; in _winapi_CloseHandle() local 87 return_value = _winapi_CloseHandle_impl(module, handle); in _winapi_CloseHandle() 90 return return_value; in _winapi_CloseHandle() 108 PyObject *return_value = NULL; in _winapi_ConnectNamedPipe() local 118 return_value = _winapi_ConnectNamedPipe_impl(module, handle, use_overlapped); in _winapi_ConnectNamedPipe() 121 return return_value; in _winapi_ConnectNamedPipe() 144 PyObject *return_value = NULL; in _winapi_CreateFile() local [all …]
|
D | mathmodule.c.h | 87 PyObject *return_value = NULL; in math_frexp() local 100 return_value = math_frexp_impl(module, x); in math_frexp() 103 return return_value; in math_frexp() 123 PyObject *return_value = NULL; in math_ldexp() local 141 return_value = math_ldexp_impl(module, x, i); in math_ldexp() 144 return return_value; in math_ldexp() 164 PyObject *return_value = NULL; in math_modf() local 177 return_value = math_modf_impl(module, x); in math_modf() 180 return return_value; in math_modf() 199 PyObject *return_value = NULL; in math_log() local [all …]
|
D | _cursesmodule.c.h | 34 PyObject *return_value = NULL; in _curses_window_addch() local 71 return_value = _curses_window_addch_impl(self, group_left_1, y, x, ch, group_right_1, attr); in _curses_window_addch() 74 return return_value; in _curses_window_addch() 106 PyObject *return_value = NULL; in _curses_window_addstr() local 143 return_value = _curses_window_addstr_impl(self, group_left_1, y, x, str, group_right_1, attr); in _curses_window_addstr() 146 return return_value; in _curses_window_addstr() 180 PyObject *return_value = NULL; in _curses_window_addnstr() local 218 … return_value = _curses_window_addnstr_impl(self, group_left_1, y, x, str, n, group_right_1, attr); in _curses_window_addnstr() 221 return return_value; in _curses_window_addnstr() 244 PyObject *return_value = NULL; in _curses_window_bkgd() local [all …]
|
D | signalmodule.c.h | 22 PyObject *return_value = NULL; in signal_alarm() local 39 return_value = PyLong_FromLong(_return_value); in signal_alarm() 42 return return_value; in signal_alarm() 84 PyObject *return_value = NULL; in signal_raise_signal() local 96 return_value = signal_raise_signal_impl(module, signalnum); in signal_raise_signal() 99 return return_value; in signal_raise_signal() 124 PyObject *return_value = NULL; in signal_signal() local 141 return_value = signal_signal_impl(module, signalnum, handler); in signal_signal() 144 return return_value; in signal_signal() 168 PyObject *return_value = NULL; in signal_getsignal() local [all …]
|
D | unicodedata.c.h | 25 PyObject *return_value = NULL; in unicodedata_UCD_decimal() local 49 return_value = unicodedata_UCD_decimal_impl(self, chr, default_value); in unicodedata_UCD_decimal() 52 return return_value; in unicodedata_UCD_decimal() 74 PyObject *return_value = NULL; in unicodedata_UCD_digit() local 98 return_value = unicodedata_UCD_digit_impl(self, chr, default_value); in unicodedata_UCD_digit() 101 return return_value; in unicodedata_UCD_digit() 124 PyObject *return_value = NULL; in unicodedata_UCD_numeric() local 148 return_value = unicodedata_UCD_numeric_impl(self, chr, default_value); in unicodedata_UCD_numeric() 151 return return_value; in unicodedata_UCD_numeric() 169 PyObject *return_value = NULL; in unicodedata_UCD_category() local [all …]
|
D | posixmodule.c.h | 39 PyObject *return_value = NULL; in os_stat() local 71 return_value = os_stat_impl(module, &path, dir_fd, follow_symlinks); in os_stat() 77 return return_value; in os_stat() 98 PyObject *return_value = NULL; in os_lstat() local 120 return_value = os_lstat_impl(module, &path, dir_fd); in os_lstat() 126 return return_value; in os_lstat() 171 PyObject *return_value = NULL; in os_access() local 228 return_value = PyBool_FromLong((long)_return_value); in os_access() 234 return return_value; in os_access() 257 PyObject *return_value = NULL; in os_ttyname() local [all …]
|
D | selectmodule.c.h | 42 PyObject *return_value = NULL; in select_select() local 59 return_value = select_select_impl(module, rlist, wlist, xlist, timeout_obj); in select_select() 62 return return_value; in select_select() 88 PyObject *return_value = NULL; in select_poll_register() local 105 return_value = select_poll_register_impl(self, fd, eventmask); in select_poll_register() 108 return return_value; in select_poll_register() 136 PyObject *return_value = NULL; in select_poll_modify() local 149 return_value = select_poll_modify_impl(self, fd, eventmask); in select_poll_modify() 152 return return_value; in select_poll_modify() 174 PyObject *return_value = NULL; in select_poll_unregister() local [all …]
|
D | _tkinter.c.h | 19 PyObject *return_value = NULL; in _tkinter_tkapp_eval() local 35 return_value = _tkinter_tkapp_eval_impl(self, script); in _tkinter_tkapp_eval() 38 return return_value; in _tkinter_tkapp_eval() 55 PyObject *return_value = NULL; in _tkinter_tkapp_evalfile() local 71 return_value = _tkinter_tkapp_evalfile_impl(self, fileName); in _tkinter_tkapp_evalfile() 74 return return_value; in _tkinter_tkapp_evalfile() 91 PyObject *return_value = NULL; in _tkinter_tkapp_record() local 107 return_value = _tkinter_tkapp_record_impl(self, script); in _tkinter_tkapp_record() 110 return return_value; in _tkinter_tkapp_record() 127 PyObject *return_value = NULL; in _tkinter_tkapp_adderrorinfo() local [all …]
|
D | itertoolsmodule.c.h | 24 PyObject *return_value = NULL; in itertools_groupby() local 44 return_value = itertools_groupby_impl(type, it, keyfunc); in itertools_groupby() 47 return return_value; in itertools_groupby() 57 PyObject *return_value = NULL; in itertools__grouper() local 74 return_value = itertools__grouper_impl(type, parent, tgtkey); in itertools__grouper() 77 return return_value; in itertools__grouper() 93 PyObject *return_value = NULL; in itertools_teedataobject() local 112 return_value = itertools_teedataobject_impl(type, it, values, next); in itertools_teedataobject() 115 return return_value; in itertools_teedataobject() 130 PyObject *return_value = NULL; in itertools__tee() local [all …]
|
D | binascii.c.h | 20 PyObject *return_value = NULL; in binascii_a2b_uu() local 26 return_value = binascii_a2b_uu_impl(module, &data); in binascii_a2b_uu() 33 return return_value; in binascii_a2b_uu() 51 PyObject *return_value = NULL; in binascii_b2a_uu() local 83 return_value = binascii_b2a_uu_impl(module, &data, backtick); in binascii_b2a_uu() 91 return return_value; in binascii_b2a_uu() 109 PyObject *return_value = NULL; in binascii_a2b_base64() local 115 return_value = binascii_a2b_base64_impl(module, &data); in binascii_a2b_base64() 122 return return_value; in binascii_a2b_base64() 140 PyObject *return_value = NULL; in binascii_b2a_base64() local [all …]
|
D | _elementtree.c.h | 19 PyObject *return_value = NULL; in _elementtree_Element_append() local 27 return_value = _elementtree_Element_append_impl(self, subelement); in _elementtree_Element_append() 30 return return_value; in _elementtree_Element_append() 81 PyObject *return_value = NULL; in _elementtree_Element___deepcopy__() local 89 return_value = _elementtree_Element___deepcopy___impl(self, memo); in _elementtree_Element___deepcopy__() 92 return return_value; in _elementtree_Element___deepcopy__() 109 PyObject *return_value = NULL; in _elementtree_Element___sizeof__() local 116 return_value = PyLong_FromSsize_t(_return_value); in _elementtree_Element___sizeof__() 119 return return_value; in _elementtree_Element___sizeof__() 170 PyObject *return_value = NULL; in _elementtree_Element_find() local [all …]
|
D | _ssl.c.h | 36 PyObject *return_value = NULL; in _ssl__test_decode_cert() local 42 return_value = _ssl__test_decode_cert_impl(module, path); in _ssl__test_decode_cert() 45 return return_value; in _ssl__test_decode_cert() 71 PyObject *return_value = NULL; in _ssl__SSLSocket_getpeercert() local 85 return_value = _ssl__SSLSocket_getpeercert_impl(self, binary_mode); in _ssl__SSLSocket_getpeercert() 88 return return_value; in _ssl__SSLSocket_getpeercert() 218 PyObject *return_value = NULL; in _ssl__SSLSocket_write() local 228 return_value = _ssl__SSLSocket_write_impl(self, &b); in _ssl__SSLSocket_write() 236 return return_value; in _ssl__SSLSocket_write() 271 PyObject *return_value = NULL; in _ssl__SSLSocket_read() local [all …]
|
D | audioop.c.h | 21 PyObject *return_value = NULL; in audioop_getsample() local 62 return_value = audioop_getsample_impl(module, &fragment, width, index); in audioop_getsample() 70 return return_value; in audioop_getsample() 88 PyObject *return_value = NULL; in audioop_max() local 111 return_value = audioop_max_impl(module, &fragment, width); in audioop_max() 119 return return_value; in audioop_max() 137 PyObject *return_value = NULL; in audioop_minmax() local 160 return_value = audioop_minmax_impl(module, &fragment, width); in audioop_minmax() 168 return return_value; in audioop_minmax() 186 PyObject *return_value = NULL; in audioop_avg() local [all …]
|
D | _codecsmodule.c.h | 33 PyObject *return_value = NULL; in _codecs_lookup() local 49 return_value = _codecs_lookup_impl(module, encoding); in _codecs_lookup() 52 return return_value; in _codecs_lookup() 77 PyObject *return_value = NULL; in _codecs_encode() local 126 return_value = _codecs_encode_impl(module, obj, encoding, errors); in _codecs_encode() 129 return return_value; in _codecs_encode() 154 PyObject *return_value = NULL; in _codecs_decode() local 203 return_value = _codecs_decode_impl(module, obj, encoding, errors); in _codecs_decode() 206 return return_value; in _codecs_decode() 224 PyObject *return_value = NULL; in _codecs__forget_codec() local [all …]
|
/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 48 PyObject *return_value = NULL; in msvcrt_locking() local 83 return_value = msvcrt_locking_impl(module, fd, mode, nbytes); in msvcrt_locking() 86 return return_value; in msvcrt_locking() 109 PyObject *return_value = NULL; in msvcrt_setmode() local 139 return_value = PyLong_FromLong(_return_value); in msvcrt_setmode() 142 return return_value; in msvcrt_setmode() 164 PyObject *return_value = NULL; in msvcrt_open_osfhandle() local 177 return_value = PyLong_FromLong(_return_value); in msvcrt_open_osfhandle() 180 return return_value; in msvcrt_open_osfhandle() 200 PyObject *return_value = NULL; in msvcrt_get_osfhandle() local [all …]
|
D | winreg.c.h | 65 PyObject *return_value = NULL; in winreg_HKEYType___enter__() local 69 return_value = (PyObject *)_return_value; in winreg_HKEYType___enter__() 71 return return_value; in winreg_HKEYType___enter__() 89 PyObject *return_value = NULL; in winreg_HKEYType___exit__() local 104 return_value = winreg_HKEYType___exit___impl(self, exc_type, exc_value, traceback); in winreg_HKEYType___exit__() 107 return return_value; in winreg_HKEYType___exit__() 150 PyObject *return_value = NULL; in winreg_ConnectRegistry() local 163 return_value = PyHKEY_FromHKEY(_return_value); in winreg_ConnectRegistry() 166 return return_value; in winreg_ConnectRegistry() 197 PyObject *return_value = NULL; in winreg_CreateKey() local [all …]
|
/external/python/cpython3/Modules/_io/clinic/ |
D | bufferedio.c.h | 19 PyObject *return_value = NULL; in _io__BufferedIOBase_readinto() local 31 return_value = _io__BufferedIOBase_readinto_impl(self, &buffer); in _io__BufferedIOBase_readinto() 39 return return_value; in _io__BufferedIOBase_readinto() 56 PyObject *return_value = NULL; in _io__BufferedIOBase_readinto1() local 68 return_value = _io__BufferedIOBase_readinto1_impl(self, &buffer); in _io__BufferedIOBase_readinto1() 76 return return_value; in _io__BufferedIOBase_readinto1() 114 PyObject *return_value = NULL; in _io__Buffered_peek() local 141 return_value = _io__Buffered_peek_impl(self, size); in _io__Buffered_peek() 144 return return_value; in _io__Buffered_peek() 161 PyObject *return_value = NULL; in _io__Buffered_read() local [all …]
|
/external/python/cpython3/Python/clinic/ |
D | sysmodule.c.h | 20 PyObject *return_value = NULL; in sys_addaudithook() local 31 return_value = sys_addaudithook_impl(module, hook); in sys_addaudithook() 34 return return_value; in sys_addaudithook() 62 PyObject *return_value = NULL; in sys_excepthook() local 73 return_value = sys_excepthook_impl(module, exctype, value, traceback); in sys_excepthook() 76 return return_value; in sys_excepthook() 137 PyObject *return_value = NULL; in sys_exit() local 148 return_value = sys_exit_impl(module, status); in sys_exit() 151 return return_value; in sys_exit() 227 PyObject *return_value = NULL; in sys_intern() local [all …]
|
D | import.c.h | 87 PyObject *return_value = NULL; in _imp__fix_co_filename() local 107 return_value = _imp__fix_co_filename_impl(module, code, path); in _imp__fix_co_filename() 110 return return_value; in _imp__fix_co_filename() 155 PyObject *return_value = NULL; in _imp_init_frozen() local 166 return_value = _imp_init_frozen_impl(module, name); in _imp_init_frozen() 169 return return_value; in _imp_init_frozen() 187 PyObject *return_value = NULL; in _imp_get_frozen_object() local 198 return_value = _imp_get_frozen_object_impl(module, name); in _imp_get_frozen_object() 201 return return_value; in _imp_get_frozen_object() 219 PyObject *return_value = NULL; in _imp_is_frozen_package() local [all …]
|
D | bltinmodule.c.h | 93 PyObject *return_value = NULL; in builtin_format() local 113 return_value = builtin_format_impl(module, value, format_spec); in builtin_format() 116 return return_value; in builtin_format() 134 PyObject *return_value = NULL; in builtin_chr() local 146 return_value = builtin_chr_impl(module, i); in builtin_chr() 149 return return_value; in builtin_chr() 181 PyObject *return_value = NULL; in builtin_compile() local 274 …return_value = builtin_compile_impl(module, source, filename, mode, flags, dont_inherit, optimize,… in builtin_compile() 277 return return_value; in builtin_compile() 295 PyObject *return_value = NULL; in builtin_divmod() local [all …]
|
/external/python/cpython3/Objects/clinic/ |
D | bytesobject.c.h | 28 PyObject *return_value = NULL; in bytes_split() local 67 return_value = bytes_split_impl(self, sep, maxsplit); in bytes_split() 70 return return_value; in bytes_split() 95 PyObject *return_value = NULL; in bytes_partition() local 105 return_value = bytes_partition_impl(self, &sep); in bytes_partition() 113 return return_value; in bytes_partition() 138 PyObject *return_value = NULL; in bytes_rpartition() local 148 return_value = bytes_rpartition_impl(self, &sep); in bytes_rpartition() 156 return return_value; in bytes_rpartition() 184 PyObject *return_value = NULL; in bytes_rsplit() local [all …]
|
D | bytearrayobject.c.h | 60 PyObject *return_value = NULL; in bytearray_removeprefix() local 70 return_value = bytearray_removeprefix_impl(self, &prefix); in bytearray_removeprefix() 78 return return_value; in bytearray_removeprefix() 100 PyObject *return_value = NULL; in bytearray_removesuffix() local 110 return_value = bytearray_removesuffix_impl(self, &suffix); in bytearray_removesuffix() 118 return return_value; in bytearray_removesuffix() 143 PyObject *return_value = NULL; in bytearray_translate() local 161 return_value = bytearray_translate_impl(self, table, deletechars); in bytearray_translate() 164 return return_value; in bytearray_translate() 187 PyObject *return_value = NULL; in bytearray_maketrans() local [all …]
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetQueuesHandler.cpp | 227 GetQueuesReturnInfo return_value; in GetCurrentQueues() local 228 return_value.queues_buffer_ptr = LLDB_INVALID_ADDRESS; in GetCurrentQueues() 229 return_value.queues_buffer_size = 0; in GetCurrentQueues() 230 return_value.count = 0; in GetCurrentQueues() 238 return return_value; in GetCurrentQueues() 292 return return_value; in GetCurrentQueues() 319 return return_value; in GetCurrentQueues() 328 return return_value; in GetCurrentQueues() 357 return return_value; in GetCurrentQueues() 360 return_value.queues_buffer_ptr = m_process->ReadUnsignedIntegerFromMemory( in GetCurrentQueues() [all …]
|