Home
last modified time | relevance | path

Searched refs:Py_UNUSED (Results 1 – 25 of 85) sorted by relevance

1234

/external/python/cpython3/Modules/clinic/
Dgcmodule.c.h18 gc_enable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_enable()
36 gc_disable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_disable()
54 gc_isenabled(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_isenabled()
161 gc_get_debug(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_debug()
189 gc_get_threshold(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_threshold()
207 gc_get_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_count()
225 gc_get_objects(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_objects()
243 gc_get_stats(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_stats()
276 gc_freeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_freeze()
296 gc_unfreeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_unfreeze()
[all …]
D_tracemalloc.c.h18 _tracemalloc_is_tracing(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_is_tracing()
36 _tracemalloc_clear_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_clear_traces()
59 _tracemalloc__get_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc__get_traces()
123 _tracemalloc_stop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_stop()
144 _tracemalloc_get_traceback_limit(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traceback_limit()
164 _tracemalloc_get_tracemalloc_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_tracemalloc_memory()
184 _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traced_memory()
Darraymodule.c.h18 array_array___copy__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___copy__()
143 array_array_buffer_info(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_buffer_info()
173 array_array_byteswap(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_byteswap()
191 array_array_reverse(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_reverse()
256 array_array_tolist(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tolist()
340 array_array_tobytes(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tobytes()
360 array_array_tostring(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tostring()
415 array_array_tounicode(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tounicode()
433 array_array___sizeof__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___sizeof__()
495 array_arrayiterator___reduce__(arrayiterobject *self, PyObject *Py_UNUSED(ignored)) in array_arrayiterator___reduce__()
D_pickle.c.h23 _pickle_Pickler_clear_memo(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler_clear_memo()
50 _pickle_Pickler___sizeof__(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler___sizeof__()
125 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear()
143 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy()
161 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__()
183 _pickle_Unpickler_load(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler_load()
240 _pickle_Unpickler___sizeof__(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler___sizeof__()
319 _pickle_UnpicklerMemoProxy_clear(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_clear()
337 _pickle_UnpicklerMemoProxy_copy(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_copy()
355 _pickle_UnpicklerMemoProxy___reduce__(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy___reduce__()
D_asynciomodule.c.h60 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result()
83 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception()
176 _asyncio_Future_cancel(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancel()
194 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled()
215 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done()
233 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop()
250 _asyncio_Future__repr_info(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__repr_info()
361 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info()
396 _asyncio_Task_cancel(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_cancel()
519 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio__get_running_loop()
[all …]
D_ssl.c.h17 _ssl__SSLSocket_do_handshake(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_do_handshake()
96 _ssl__SSLSocket_shared_ciphers(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shared_ciphers()
113 _ssl__SSLSocket_cipher(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_cipher()
130 _ssl__SSLSocket_version(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_version()
149 _ssl__SSLSocket_selected_npn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_selected_npn_protocol()
170 _ssl__SSLSocket_selected_alpn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_selected_alpn_protocol()
189 _ssl__SSLSocket_compression(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_compression()
241 _ssl__SSLSocket_pending(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_pending()
305 _ssl__SSLSocket_shutdown(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shutdown()
358 _ssl__SSLSocket_verify_client_post_handshake(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_verify_client_post_handshake()
[all …]
D_gdbmmodule.c.h79 _gdbm_gdbm_close(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_close()
97 _gdbm_gdbm_keys(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_keys()
119 _gdbm_gdbm_firstkey(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_firstkey()
180 _gdbm_gdbm_reorganize(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_reorganize()
201 _gdbm_gdbm_sync(dbmobject *self, PyObject *Py_UNUSED(ignored)) in _gdbm_gdbm_sync()
Dmd5module.c.h18 MD5Type_copy(MD5object *self, PyObject *Py_UNUSED(ignored)) in MD5Type_copy()
36 MD5Type_digest(MD5object *self, PyObject *Py_UNUSED(ignored)) in MD5Type_digest()
54 MD5Type_hexdigest(MD5object *self, PyObject *Py_UNUSED(ignored)) in MD5Type_hexdigest()
Dsha1module.c.h18 SHA1Type_copy(SHA1object *self, PyObject *Py_UNUSED(ignored)) in SHA1Type_copy()
36 SHA1Type_digest(SHA1object *self, PyObject *Py_UNUSED(ignored)) in SHA1Type_digest()
54 SHA1Type_hexdigest(SHA1object *self, PyObject *Py_UNUSED(ignored)) in SHA1Type_hexdigest()
D_elementtree.c.h43 _elementtree_Element_clear(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element_clear()
60 _elementtree_Element___copy__(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element___copy__()
103 _elementtree_Element___sizeof__(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element___sizeof__()
130 _elementtree_Element___getstate__(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element___getstate__()
320 _elementtree_Element_getchildren(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element_getchildren()
395 _elementtree_Element_itertext(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element_itertext()
441 _elementtree_Element_items(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element_items()
458 _elementtree_Element_keys(ElementObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_Element_keys()
599 _elementtree_TreeBuilder_close(TreeBuilderObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_TreeBuilder_close()
670 _elementtree_XMLParser_close(XMLParserObject *self, PyObject *Py_UNUSED(ignored)) in _elementtree_XMLParser_close()
Dsha256module.c.h18 SHA256Type_copy(SHAobject *self, PyObject *Py_UNUSED(ignored)) in SHA256Type_copy()
36 SHA256Type_digest(SHAobject *self, PyObject *Py_UNUSED(ignored)) in SHA256Type_digest()
54 SHA256Type_hexdigest(SHAobject *self, PyObject *Py_UNUSED(ignored)) in SHA256Type_hexdigest()
Dsha512module.c.h18 SHA512Type_copy(SHAobject *self, PyObject *Py_UNUSED(ignored)) in SHA512Type_copy()
36 SHA512Type_digest(SHAobject *self, PyObject *Py_UNUSED(ignored)) in SHA512Type_digest()
54 SHA512Type_hexdigest(SHAobject *self, PyObject *Py_UNUSED(ignored)) in SHA512Type_hexdigest()
/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h18 _io__IOBase_tell(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_tell()
38 _io__IOBase_flush(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_flush()
58 _io__IOBase_close(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_close()
79 _io__IOBase_seekable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_seekable()
99 _io__IOBase_readable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_readable()
119 _io__IOBase_writable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_writable()
139 _io__IOBase_fileno(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_fileno()
159 _io__IOBase_isatty(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_isatty()
278 _io__RawIOBase_readall(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__RawIOBase_readall()
Dtextio.c.h86 _io_IncrementalNewlineDecoder_getstate(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_getstate()
111 _io_IncrementalNewlineDecoder_reset(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_reset()
231 _io_TextIOWrapper_detach(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_detach()
356 _io_TextIOWrapper_tell(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_tell()
401 _io_TextIOWrapper_fileno(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_fileno()
418 _io_TextIOWrapper_seekable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_seekable()
435 _io_TextIOWrapper_readable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_readable()
452 _io_TextIOWrapper_writable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_writable()
469 _io_TextIOWrapper_isatty(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_isatty()
486 _io_TextIOWrapper_flush(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_flush()
[all …]
Dbytesio.c.h18 _io_BytesIO_readable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_readable()
36 _io_BytesIO_writable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_writable()
54 _io_BytesIO_seekable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_seekable()
72 _io_BytesIO_flush(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_flush()
90 _io_BytesIO_getbuffer(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getbuffer()
108 _io_BytesIO_getvalue(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getvalue()
128 _io_BytesIO_isatty(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_isatty()
146 _io_BytesIO_tell(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_tell()
416 _io_BytesIO_close(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_close()
Dfileio.c.h21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close()
82 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno()
100 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable()
118 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable()
136 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_seekable()
189 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readall()
314 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_tell()
368 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_isatty()
Dwinconsoleio.c.h23 _io__WindowsConsoleIO_close(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_close()
88 _io__WindowsConsoleIO_fileno(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_fileno()
110 _io__WindowsConsoleIO_readable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readable()
132 _io__WindowsConsoleIO_writable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_writable()
192 _io__WindowsConsoleIO_readall(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readall()
289 _io__WindowsConsoleIO_isatty(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_isatty()
Dstringio.c.h18 _io_StringIO_getvalue(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_getvalue()
36 _io_StringIO_tell(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_tell()
199 _io_StringIO_close(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_close()
249 _io_StringIO_readable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_readable()
267 _io_StringIO_writable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_writable()
285 _io_StringIO_seekable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_seekable()
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h21 unicode_title(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_title()
42 unicode_capitalize(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_capitalize()
60 unicode_casefold(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_casefold()
184 unicode_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isascii()
205 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower()
226 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper()
247 unicode_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_istitle()
268 unicode_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isspace()
289 unicode_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalpha()
310 unicode_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalnum()
[all …]
Dtypeobject.c.h74 type_mro(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type_mro()
92 type___subclasses__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___subclasses__()
110 type___dir__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___dir__()
128 type___sizeof__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___sizeof__()
146 object___reduce__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___reduce__()
218 object___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___sizeof__()
236 object___dir__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___dir__()
Dfloatobject.c.h18 float_is_integer(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_is_integer()
36 float___trunc__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___trunc__()
85 float_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_conjugate()
108 float_hex(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_hex()
152 float_as_integer_ratio(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_as_integer_ratio()
199 float___getnewargs__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___getnewargs__()
Dlistobject.c.h47 list_clear(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_clear()
65 list_copy(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_copy()
162 list_reverse(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_reverse()
266 list___sizeof__(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list___sizeof__()
284 list___reversed__(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list___reversed__()
/external/python/cpython3/Python/clinic/
Dcontext.c.h47 _contextvars_Context_items(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_items()
64 _contextvars_Context_keys(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_keys()
81 _contextvars_Context_values(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_values()
98 _contextvars_Context_copy(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_copy()
/external/python/cpython3/Modules/_sha3/clinic/
Dsha3module.c.h18 _sha3_sha3_224_copy(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_copy()
36 _sha3_sha3_224_digest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_digest()
54 _sha3_sha3_224_hexdigest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_hexdigest()
/external/python/cpython3/Objects/
Dfuncobject.c245 func_get_code(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_code()
252 func_set_code(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_code()
280 func_get_name(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_name()
287 func_set_name(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_name()
302 func_get_qualname(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_qualname()
309 func_set_qualname(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_qualname()
324 func_get_defaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_defaults()
334 func_set_defaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_defaults()
351 func_get_kwdefaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_kwdefaults()
361 func_set_kwdefaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_kwdefaults()
[all …]

1234