Home
last modified time | relevance | path

Searched refs:return_value (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/external/python/cpython3/Modules/clinic/
D_operator.c.h20 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 …]
Doverlapped.c.h23 PyObject *return_value = NULL; in _overlapped_CreateIoCompletionPort() local
33return_value = _overlapped_CreateIoCompletionPort_impl(module, FileHandle, ExistingCompletionPort,… in _overlapped_CreateIoCompletionPort()
36 return return_value; in _overlapped_CreateIoCompletionPort()
58 PyObject *return_value = NULL; in _overlapped_GetQueuedCompletionStatus() local
66 return_value = _overlapped_GetQueuedCompletionStatus_impl(module, CompletionPort, Milliseconds); in _overlapped_GetQueuedCompletionStatus()
69 return return_value; in _overlapped_GetQueuedCompletionStatus()
91 PyObject *return_value = NULL; in _overlapped_PostQueuedCompletionStatus() local
101return_value = _overlapped_PostQueuedCompletionStatus_impl(module, CompletionPort, NumberOfBytes, … in _overlapped_PostQueuedCompletionStatus()
104 return return_value; in _overlapped_PostQueuedCompletionStatus()
126 PyObject *return_value = NULL; in _overlapped_RegisterWaitWithQueue() local
[all …]
Dcmathmodule.c.h20 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_cursesmodule.c.h34 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
218return_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_winapi.c.h19 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 …]
Dmathmodule.c.h87 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 …]
Dsignalmodule.c.h23 PyObject *return_value = NULL; in signal_default_int_handler() local
35 return_value = signal_default_int_handler_impl(module, signalnum, frame); in signal_default_int_handler()
38 return return_value; in signal_default_int_handler()
58 PyObject *return_value = NULL; in signal_alarm() local
70 return_value = PyLong_FromLong(_return_value); in signal_alarm()
73 return return_value; in signal_alarm()
115 PyObject *return_value = NULL; in signal_raise_signal() local
122 return_value = signal_raise_signal_impl(module, signalnum); in signal_raise_signal()
125 return return_value; in signal_raise_signal()
150 PyObject *return_value = NULL; in signal_signal() local
[all …]
Dposixmodule.c.h39 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
223 return_value = PyBool_FromLong((long)_return_value); in os_access()
229 return return_value; in os_access()
252 PyObject *return_value = NULL; in os_ttyname() local
[all …]
Dunicodedata.c.h25 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 …]
Ditertoolsmodule.c.h19 PyObject *return_value = NULL; in pairwise_new() local
30 return_value = pairwise_new_impl(type, iterable); in pairwise_new()
33 return return_value; in pairwise_new()
55 PyObject *return_value = NULL; in itertools_groupby() local
75 return_value = itertools_groupby_impl(type, it, keyfunc); in itertools_groupby()
78 return return_value; in itertools_groupby()
88 PyObject *return_value = NULL; in itertools__grouper() local
105 return_value = itertools__grouper_impl(type, parent, tgtkey); in itertools__grouper()
108 return return_value; in itertools__grouper()
124 PyObject *return_value = NULL; in itertools_teedataobject() local
[all …]
D_sre.c.h19 PyObject *return_value = NULL; in _sre_getcodesize() local
26 return_value = PyLong_FromLong((long)_return_value); in _sre_getcodesize()
29 return return_value; in _sre_getcodesize()
46 PyObject *return_value = NULL; in _sre_ascii_iscased() local
58 return_value = PyBool_FromLong((long)_return_value); in _sre_ascii_iscased()
61 return return_value; in _sre_ascii_iscased()
78 PyObject *return_value = NULL; in _sre_unicode_iscased() local
90 return_value = PyBool_FromLong((long)_return_value); in _sre_unicode_iscased()
93 return return_value; in _sre_unicode_iscased()
110 PyObject *return_value = NULL; in _sre_ascii_tolower() local
[all …]
Daudioop.c.h21 PyObject *return_value = NULL; in audioop_getsample() local
52 return_value = audioop_getsample_impl(module, &fragment, width, index); in audioop_getsample()
60 return return_value; in audioop_getsample()
78 PyObject *return_value = NULL; in audioop_max() local
96 return_value = audioop_max_impl(module, &fragment, width); in audioop_max()
104 return return_value; in audioop_max()
122 PyObject *return_value = NULL; in audioop_minmax() local
140 return_value = audioop_minmax_impl(module, &fragment, width); in audioop_minmax()
148 return return_value; in audioop_minmax()
166 PyObject *return_value = NULL; in audioop_avg() local
[all …]
D_heapqmodule.c.h20 PyObject *return_value = NULL; in _heapq_heappush() local
33 return_value = _heapq_heappush_impl(module, heap, item); in _heapq_heappush()
36 return return_value; in _heapq_heappush()
54 PyObject *return_value = NULL; in _heapq_heappop() local
62 return_value = _heapq_heappop_impl(module, heap); in _heapq_heappop()
65 return return_value; in _heapq_heappop()
91 PyObject *return_value = NULL; in _heapq_heapreplace() local
104 return_value = _heapq_heapreplace_impl(module, heap, item); in _heapq_heapreplace()
107 return return_value; in _heapq_heapreplace()
128 PyObject *return_value = NULL; in _heapq_heappushpop() local
[all …]
Dselectmodule.c.h42 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 …]
Dreadline.c.h31 PyObject *return_value = NULL; in readline_read_init_file() local
42 return_value = readline_read_init_file_impl(module, filename_obj); in readline_read_init_file()
45 return return_value; in readline_read_init_file()
65 PyObject *return_value = NULL; in readline_read_history_file() local
76 return_value = readline_read_history_file_impl(module, filename_obj); in readline_read_history_file()
79 return return_value; in readline_read_history_file()
99 PyObject *return_value = NULL; in readline_write_history_file() local
110 return_value = readline_write_history_file_impl(module, filename_obj); in readline_write_history_file()
113 return return_value; in readline_write_history_file()
136 PyObject *return_value = NULL; in readline_append_history_file() local
[all …]
D_tkinter.c.h19 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 …]
Dbinascii.c.h20 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
78 return_value = binascii_b2a_uu_impl(module, &data, backtick); in binascii_b2a_uu()
86 return return_value; in binascii_b2a_uu()
104 PyObject *return_value = NULL; in binascii_a2b_base64() local
110 return_value = binascii_a2b_base64_impl(module, &data); in binascii_a2b_base64()
117 return return_value; in binascii_a2b_base64()
135 PyObject *return_value = NULL; in binascii_b2a_base64() local
[all …]
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h48 PyObject *return_value = NULL; in msvcrt_locking() local
68 return_value = msvcrt_locking_impl(module, fd, mode, nbytes); in msvcrt_locking()
71 return return_value; in msvcrt_locking()
94 PyObject *return_value = NULL; in msvcrt_setmode() local
114 return_value = PyLong_FromLong(_return_value); in msvcrt_setmode()
117 return return_value; in msvcrt_setmode()
139 PyObject *return_value = NULL; in msvcrt_open_osfhandle() local
152 return_value = PyLong_FromLong(_return_value); in msvcrt_open_osfhandle()
155 return return_value; in msvcrt_open_osfhandle()
175 PyObject *return_value = NULL; in msvcrt_get_osfhandle() local
[all …]
Dwinreg.c.h65 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
182 return_value = PyHKEY_FromHKEY(_return_value); in winreg_ConnectRegistry()
190 return return_value; in winreg_ConnectRegistry()
221 PyObject *return_value = NULL; in winreg_CreateKey() local
[all …]
D_msi.c.h44 PyObject *return_value = NULL; in _msi_FCICreate() local
65 return_value = _msi_FCICreate_impl(module, cabname, files); in _msi_FCICreate()
68 return return_value; in _msi_FCICreate()
122 PyObject *return_value = NULL; in _msi_Record_GetInteger() local
129 return_value = _msi_Record_GetInteger_impl(self, field); in _msi_Record_GetInteger()
132 return return_value; in _msi_Record_GetInteger()
150 PyObject *return_value = NULL; in _msi_Record_GetString() local
157 return_value = _msi_Record_GetString_impl(self, field); in _msi_Record_GetString()
160 return return_value; in _msi_Record_GetString()
196 PyObject *return_value = NULL; in _msi_Record_SetString() local
[all …]
/external/python/mobly/tests/mobly/controllers/
Dandroid_device_test.py113 return_value=['usb:1'])
141 mock_list_fastboot.return_value = ['0']
142 mock_list_adb.return_value = ['1']
143 mock_list_adb_usb.return_value = []
154 mock_list_fastboot.return_value = []
155 mock_list_adb.return_value = []
156 mock_list_adb_usb.return_value = []
169 mock_list_fastboot.return_value = ['1']
170 mock_list_adb.return_value = ['2']
171 mock_list_adb_usb.return_value = []
[all …]
/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h19 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
136 return_value = _io__Buffered_peek_impl(self, size); in _io__Buffered_peek()
139 return return_value; in _io__Buffered_peek()
156 PyObject *return_value = NULL; in _io__Buffered_read() local
[all …]
/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h28 PyObject *return_value = NULL; in bytes_split() local
62 return_value = bytes_split_impl(self, sep, maxsplit); in bytes_split()
65 return return_value; in bytes_split()
90 PyObject *return_value = NULL; in bytes_partition() local
100 return_value = bytes_partition_impl(self, &sep); in bytes_partition()
108 return return_value; in bytes_partition()
133 PyObject *return_value = NULL; in bytes_rpartition() local
143 return_value = bytes_rpartition_impl(self, &sep); in bytes_rpartition()
151 return return_value; in bytes_rpartition()
179 PyObject *return_value = NULL; in bytes_rsplit() local
[all …]
Dbytearrayobject.c.h12 int return_value = -1; in bytearray___init__() local
68 return_value = bytearray___init___impl((PyByteArrayObject *)self, arg, encoding, errors); in bytearray___init__()
71 return return_value; in bytearray___init__()
129 PyObject *return_value = NULL; in bytearray_removeprefix() local
139 return_value = bytearray_removeprefix_impl(self, &prefix); in bytearray_removeprefix()
147 return return_value; in bytearray_removeprefix()
169 PyObject *return_value = NULL; in bytearray_removesuffix() local
179 return_value = bytearray_removesuffix_impl(self, &suffix); in bytearray_removesuffix()
187 return return_value; in bytearray_removesuffix()
212 PyObject *return_value = NULL; in bytearray_translate() local
[all …]
/external/python/cpython3/Python/clinic/
Dsysmodule.c.h20 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 …]

12345678910>>...23