| /external/python/cpython3/PC/clinic/ |
| D | winsound.c.h | 30 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Oi:PlaySound", _keywords, in winsound_PlaySound() 65 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ii:Beep", _keywords, in winsound_Beep() 95 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:MessageBeep", _keywords, in winsound_MessageBeep()
|
| D | _testconsole.c.h | 27 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Oy*:write_input", _keywords, in _testconsole_write_input() 64 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O:read_output", _keywords, in _testconsole_read_output()
|
| /external/python/cpython3/Modules/ |
| D | _interpretersmodule.c | 617 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O$p:create", kwlist, in interp_create() 677 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_destroy() 730 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in interp_list_all() 808 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in interp_set___main___attrs() 975 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_exec() 1038 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_call() 1097 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_run_string() 1141 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_run_func() 1187 if (!PyArg_ParseTupleAndKeywords(args, kwds, in object_is_shareable() 1212 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_is_running() [all …]
|
| D | _interpqueuesmodule.c | 1484 if (!PyArg_ParseTupleAndKeywords(args, kwds, "nii:create", kwlist, in queuesmod_create() 1530 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:destroy", kwlist, in queuesmod_destroy() 1594 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&Oii:put", kwlist, in queuesmod_put() 1627 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:get", kwlist, in queuesmod_get() 1663 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:bind", kwlist, in queuesmod_bind() 1693 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_release() 1722 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_get_maxsize() 1747 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_get_queue_defaults() 1777 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_is_full() 1805 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_get_count() [all …]
|
| D | _interpchannelsmodule.c | 2354 if (!PyArg_ParseTupleAndKeywords(args, kwds, in _channelid_new() 2888 if (!PyArg_ParseTupleAndKeywords(args, kwds, "i:create", kwlist, in channelsmod_create() 2938 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:channel_destroy", kwlist, in channelsmod_destroy() 3024 if (!PyArg_ParseTupleAndKeywords( in channelsmod_list_interpreters() 3089 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&O|i$pO:channel_send", kwlist, in channelsmod_send() 3140 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_send_buffer() 3195 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&|O:channel_recv", kwlist, in channelsmod_recv() 3241 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_close() 3295 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_release() 3331 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_get_count() [all …]
|
| D | faulthandler.c | 226 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_dump_traceback_py() 501 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_py_enable() 669 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_dump_traceback_later() 871 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_register_py()
|
| D | _lzmamodule.c | 269 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, in INT_TYPE_CONVERTER_FUNC() 297 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_delta() 321 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_bcj() 782 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in Compressor_new()
|
| /external/python/cpython3/Modules/_multiprocessing/clinic/ |
| D | posixshmem.c.h | 30 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Ui|i:shm_open", _keywords, in _posixshmem_shm_open() 70 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "U:shm_unlink", _keywords, in _posixshmem_shm_unlink()
|
| /external/python/cpython3/Modules/_testcapi/ |
| D | getargs.c | 67 int result = PyArg_ParseTupleAndKeywords(sub_args, sub_kwargs, in parse_tuple_and_keywords() 206 if (PyArg_ParseTupleAndKeywords(args, kwargs, formats_3[n], in test_w_code_invalid() 235 if (PyArg_ParseTupleAndKeywords(args, kwargs, formats_4[n], in test_w_code_invalid() 270 result = PyArg_ParseTupleAndKeywords(args, kwargs, "|:getargs_empty", in getargs_empty() 301 if (!PyArg_ParseTupleAndKeywords(args, kwargs, fmt, keywords, in getargs_keywords() 321 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i$i", keywords, in getargs_keyword_only() 339 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|ii", keywords, in getargs_positional_only_and_keywords()
|
| D | structmember.c | 70 if (!PyArg_ParseTupleAndKeywords(args, kwargs, fmt, keywords, in test_structmembers_new()
|
| /external/python/cpython3/Tools/peg_generator/peg_extension/ |
| D | peg_extension.c | 27 if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|i", keywords, &filename, &mode)) { in parse_file() 75 if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|i", keywords, &the_string, &mode)) { in parse_string()
|
| /external/brotli/python/ |
| D | _brotli.cc | 180 ok = PyArg_ParseTupleAndKeywords(args, keywds, "|O&O&O&O&:Compressor", in brotli_Compressor_init() 462 ok = PyArg_ParseTupleAndKeywords(args, keywds, "|:Decompressor", in brotli_Decompressor_init() 647 ok = PyArg_ParseTupleAndKeywords(args, keywds, "y*|:decompress", in brotli_decompress() 650 ok = PyArg_ParseTupleAndKeywords(args, keywds, "s*|:decompress", in brotli_decompress()
|
| /external/pytorch/torch/csrc/ |
| D | Event.cpp | 103 if (!PyArg_ParseTupleAndKeywords( in THPEvent_record() 181 if (!PyArg_ParseTupleAndKeywords( in THPEvent_wait()
|
| /external/python/cpython3/Include/ |
| D | modsupport.h | 11 PyAPI_FUNC(int) PyArg_ParseTupleAndKeywords(PyObject *, PyObject *,
|
| /external/pytorch/torch/csrc/autograd/ |
| D | python_legacy_variable.cpp | 30 if (!PyArg_ParseTupleAndKeywords( in THPVariable_pynew()
|
| /external/python/cpython3/Doc/includes/newtypes/ |
| D | custom2.c | 47 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist, in Custom_init()
|
| D | custom3.c | 47 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|UUi", kwlist, in Custom_init()
|
| D | custom4.c | 63 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|UUi", kwlist, in Custom_init()
|
| /external/pytorch/torch/csrc/xpu/ |
| D | Event.cpp | 24 if (!PyArg_ParseTupleAndKeywords( in THXPEvent_pynew()
|
| D | Stream.cpp | 29 if (!PyArg_ParseTupleAndKeywords( in THXPStream_pynew()
|
| /external/pytorch/torch/csrc/cuda/ |
| D | Stream.cpp | 38 if (!PyArg_ParseTupleAndKeywords( in THCPStream_pynew()
|
| D | Event.cpp | 30 if (!PyArg_ParseTupleAndKeywords( in THCPEvent_pynew()
|
| /external/python/cpython3/Objects/ |
| D | picklebufobject.c | 75 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O:PickleBuffer", in picklebuf_new()
|
| /external/pytorch/torch/csrc/fx/ |
| D | node.cpp | 134 if (!PyArg_ParseTupleAndKeywords( in NodeIter_init_fn()
|
| /external/python/cpython3/Modules/_decimal/ |
| D | _decimal.c | 1446 if (!PyArg_ParseTupleAndKeywords( in context_init() 1887 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OOOOOOOOO", kwlist, &local, in ctxmanager_new() 2964 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO", kwlist, in dec_new() 3749 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO", kwlist, in PyDec_ToIntegralValue() 3791 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO", kwlist, in PyDec_ToIntegralExact() 4074 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O", kwlist, \ 4094 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O", kwlist, \ 4127 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|O", kwlist, \ 4166 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|O", kwlist, \ 4200 if (!PyArg_ParseTupleAndKeywords(args, kwds, "OO|O", kwlist, \ [all …]
|