/third_party/python/Objects/stringlib/ |
D | ctype.h | 8 stringlib_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isspace() 14 stringlib_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalpha() 20 stringlib_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalnum() 26 stringlib_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isascii() 32 stringlib_isdigit(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isdigit() 38 stringlib_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_islower() 44 stringlib_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isupper() 50 stringlib_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_istitle() 59 stringlib_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_lower() 71 stringlib_upper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_upper() [all …]
|
/third_party/python/Modules/clinic/ |
D | _tracemalloc.c.h | 18 _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() 130 _tracemalloc_stop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_stop() 151 _tracemalloc_get_traceback_limit(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traceback_limit() 171 _tracemalloc_get_tracemalloc_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_tracemalloc_memory() 191 _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traced_memory() 211 _tracemalloc_reset_peak(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_reset_peak()
|
D | gcmodule.c.h | 18 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() 172 gc_get_debug(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_debug() 200 gc_get_threshold(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_threshold() 218 gc_get_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_count() 281 gc_get_stats(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_stats() 323 gc_freeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_freeze() 343 gc_unfreeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_unfreeze() 361 gc_get_freeze_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_freeze_count()
|
D | arraymodule.c.h | 18 array_array___copy__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___copy__() 228 array_array_buffer_info(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_buffer_info() 258 array_array_byteswap(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_byteswap() 276 array_array_reverse(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_reverse() 353 array_array_tolist(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tolist() 407 array_array_tobytes(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tobytes() 465 array_array_tounicode(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tounicode() 483 array_array___sizeof__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___sizeof__() 562 array_arrayiterator___reduce__(arrayiterobject *self, PyObject *Py_UNUSED(ignored)) in array_arrayiterator___reduce__()
|
D | _asynciomodule.c.h | 69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result() 92 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception() 230 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled() 251 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done() 269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop() 290 _asyncio_Future__make_cancelled_error(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__make_cancelled_error() 307 _asyncio_Future__repr_info(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__repr_info() 374 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__make_cancelled_error() 391 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info() 584 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_get_coro() [all …]
|
D | readline.c.h | 203 readline_get_history_length(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_history_length() 333 readline_get_completion_type(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_completion_type() 351 readline_get_begidx(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_begidx() 369 readline_get_endidx(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_endidx() 505 readline_get_completer_delims(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_completer_delims() 559 readline_get_completer(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_completer() 605 readline_get_current_history_length(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_current_history_length() 623 readline_get_line_buffer(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_line_buffer() 643 readline_clear_history(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_clear_history() 672 readline_redisplay(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_redisplay()
|
D | _ssl.c.h | 17 _ssl__SSLSocket_do_handshake(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_do_handshake() 103 _ssl__SSLSocket_get_verified_chain(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_get_verified_chain() 120 _ssl__SSLSocket_get_unverified_chain(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_get_unverified_chain() 137 _ssl__SSLSocket_shared_ciphers(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shared_ciphers() 154 _ssl__SSLSocket_cipher(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_cipher() 171 _ssl__SSLSocket_version(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_version() 188 _ssl__SSLSocket_selected_alpn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_selected_alpn_protocol() 205 _ssl__SSLSocket_compression(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_compression() 261 _ssl__SSLSocket_pending(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_pending() 325 _ssl__SSLSocket_shutdown(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shutdown() [all …]
|
D | _pickle.c.h | 23 _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__() 164 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear() 182 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy() 200 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__() 222 _pickle_Unpickler_load(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler_load() 279 _pickle_Unpickler___sizeof__(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler___sizeof__() 415 _pickle_UnpicklerMemoProxy_clear(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_clear() 433 _pickle_UnpicklerMemoProxy_copy(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_copy() 451 _pickle_UnpicklerMemoProxy___reduce__(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy___reduce__()
|
D | _cursesmodule.c.h | 734 _curses_window_getbkgd(PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) in _curses_window_getbkgd() 1342 _curses_window_noutrefresh(PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) in _curses_window_noutrefresh() 1844 _curses_filter(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_filter() 1864 _curses_baudrate(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_baudrate() 1882 _curses_beep(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_beep() 1900 _curses_can_change_color(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_can_change_color() 2069 _curses_def_prog_mode(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_def_prog_mode() 2091 _curses_def_shell_mode(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_def_shell_mode() 2140 _curses_doupdate(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_doupdate() 2198 _curses_endwin(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_endwin() [all …]
|
/third_party/python/Modules/_io/clinic/ |
D | iobase.c.h | 18 _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() 309 _io__RawIOBase_readall(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__RawIOBase_readall()
|
D | fileio.c.h | 21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close() 119 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno() 137 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable() 155 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable() 173 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_seekable() 232 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readall() 375 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_tell() 432 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_isatty()
|
D | bytesio.c.h | 18 _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() 468 _io_BytesIO_close(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_close()
|
D | textio.c.h | 111 _io_IncrementalNewlineDecoder_getstate(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_getstate() 136 _io_IncrementalNewlineDecoder_reset(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_reset() 361 _io_TextIOWrapper_detach(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_detach() 520 _io_TextIOWrapper_tell(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_tell() 568 _io_TextIOWrapper_fileno(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_fileno() 585 _io_TextIOWrapper_seekable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_seekable() 602 _io_TextIOWrapper_readable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_readable() 619 _io_TextIOWrapper_writable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_writable() 636 _io_TextIOWrapper_isatty(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_isatty() 653 _io_TextIOWrapper_flush(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_flush() [all …]
|
D | stringio.c.h | 18 _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() 236 _io_StringIO_close(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_close() 301 _io_StringIO_readable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_readable() 319 _io_StringIO_writable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_writable() 337 _io_StringIO_seekable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_seekable()
|
D | winconsoleio.c.h | 23 _io__WindowsConsoleIO_close(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_close() 122 _io__WindowsConsoleIO_fileno(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_fileno() 144 _io__WindowsConsoleIO_readable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readable() 166 _io__WindowsConsoleIO_writable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_writable() 232 _io__WindowsConsoleIO_readall(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readall() 339 _io__WindowsConsoleIO_isatty(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_isatty()
|
/third_party/python/Python/clinic/ |
D | sysmodule.c.h | 95 sys_exc_info(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exc_info() 167 sys_getdefaultencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getdefaultencoding() 185 sys_getfilesystemencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencoding() 203 sys_getfilesystemencodeerrors(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencodeerrors() 259 sys_gettrace(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_gettrace() 279 sys_getprofile(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getprofile() 338 sys_getswitchinterval(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getswitchinterval() 438 sys_get_coroutine_origin_tracking_depth(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_get_coroutine_origin_tracking_depth() 468 sys_get_asyncgen_hooks(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_get_asyncgen_hooks() 490 sys_getrecursionlimit(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getrecursionlimit() [all …]
|
D | context.c.h | 58 _contextvars_Context_items(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_items() 76 _contextvars_Context_keys(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_keys() 94 _contextvars_Context_values(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_values() 112 _contextvars_Context_copy(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_copy()
|
/third_party/python/Objects/clinic/ |
D | typeobject.c.h | 74 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__() 224 object___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___sizeof__() 242 object___dir__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___dir__()
|
D | floatobject.c.h | 18 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__() 54 float___floor__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___floor__() 72 float___ceil__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___ceil__() 124 float_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_conjugate() 147 float_hex(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_hex() 191 float_as_integer_ratio(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_as_integer_ratio() 241 float___getnewargs__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___getnewargs__()
|
D | unicodeobject.c.h | 21 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() 249 unicode_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isascii() 270 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower() 291 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper() 312 unicode_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_istitle() 333 unicode_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isspace() 354 unicode_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalpha() 375 unicode_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isalnum() [all …]
|
D | listobject.c.h | 59 list_clear(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_clear() 77 list_copy(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_copy() 213 list_reverse(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_reverse() 333 list___sizeof__(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list___sizeof__() 351 list___reversed__(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list___reversed__()
|
/third_party/python/Modules/_multiprocessing/clinic/ |
D | semaphore.c.h | 72 _multiprocessing_SemLock_release(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock_release() 146 _multiprocessing_SemLock_release(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock_release() 256 _multiprocessing_SemLock__count(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__count() 274 _multiprocessing_SemLock__is_mine(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__is_mine() 292 _multiprocessing_SemLock__get_value(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__get_value() 310 _multiprocessing_SemLock__is_zero(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__is_zero() 328 _multiprocessing_SemLock__after_fork(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__after_fork() 346 _multiprocessing_SemLock___enter__(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock___enter__()
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
D | errors.py | 20 def _msg(cls, filename, reason, **ignored): 45 def _msg(cls, error, **ignored): 73 def _msg(cls, error, **ignored): 84 def _msg(cls, missing, **ignored): 100 def _msg(cls, expected, **ignored):
|
/third_party/python/PC/clinic/ |
D | _msi.c.h | 18 _msi_UuidCreate(PyObject *module, PyObject *Py_UNUSED(ignored)) in _msi_UuidCreate() 84 _msi_Database_Close(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Database_Close() 102 _msi_Record_GetFieldCount(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Record_GetFieldCount() 176 _msi_Record_ClearData(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Record_ClearData() 359 _msi_SummaryInformation_GetPropertyCount(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_SummaryInformation_GetPropertyCount() 416 _msi_SummaryInformation_Persist(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_SummaryInformation_Persist() 447 _msi_View_Fetch(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_View_Fetch() 534 _msi_View_Close(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_View_Close() 596 _msi_Database_Commit(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Database_Commit()
|
/third_party/python/Objects/ |
D | funcobject.c | 300 func_get_code(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_code() 311 func_set_code(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_code() 345 func_get_name(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_name() 352 func_set_name(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_name() 367 func_get_qualname(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_qualname() 374 func_set_qualname(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_qualname() 389 func_get_defaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_defaults() 402 func_set_defaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_defaults() 429 func_get_kwdefaults(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_kwdefaults() 443 func_set_kwdefaults(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_kwdefaults() [all …]
|