Home
last modified time | relevance | path

Searched defs:kwlist (Results 1 – 25 of 56) sorted by relevance

123

/external/python/cpython3/Modules/
D_interpretersmodule.c614 static char *kwlist[] = {"config", "reqrefs", NULL}; in interp_create() local
673 static char *kwlist[] = {"id", "restrict", NULL}; in interp_destroy() local
728 static char *kwlist[] = {"require_ready", NULL}; in interp_list_all() local
805 static char *kwlist[] = {"id", "updates", "restrict", NULL}; in interp_set___main___attrs() local
971 static char *kwlist[] = {"id", "code", "shared", "restrict", NULL}; in interp_exec() local
1032 static char *kwlist[] = {"id", "callable", "args", "kwargs", in interp_call() local
1093 static char *kwlist[] = {"id", "script", "shared", "restrict", NULL}; in interp_run_string() local
1137 static char *kwlist[] = {"id", "func", "shared", "restrict", NULL}; in interp_run_func() local
1185 static char *kwlist[] = {"obj", NULL}; in object_is_shareable() local
1209 static char *kwlist[] = {"id", "restrict", NULL}; in interp_is_running() local
[all …]
D_interpqueuesmodule.c1480 static char *kwlist[] = {"maxsize", "fmt", "unboundop", NULL}; in queuesmod_create() local
1528 static char *kwlist[] = {"qid", NULL}; in queuesmod_destroy() local
1589 static char *kwlist[] = {"qid", "obj", "fmt", "unboundop", NULL}; in queuesmod_put() local
1625 static char *kwlist[] = {"qid", NULL}; in queuesmod_get() local
1661 static char *kwlist[] = {"qid", NULL}; in queuesmod_bind() local
1691 static char *kwlist[] = {"qid", NULL}; in queuesmod_release() local
1720 static char *kwlist[] = {"qid", NULL}; in queuesmod_get_maxsize() local
1745 static char *kwlist[] = {"qid", NULL}; in queuesmod_get_queue_defaults() local
1775 static char *kwlist[] = {"qid", NULL}; in queuesmod_is_full() local
1803 static char *kwlist[] = {"qid", NULL}; in queuesmod_get_count() local
[all …]
Dfaulthandler.c219 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_dump_traceback_py() local
495 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_py_enable() local
658 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL}; in faulthandler_dump_traceback_later() local
860 static char *kwlist[] = {"signum", "file", "all_threads", "chain", NULL}; in faulthandler_register_py() local
D_interpchannelsmodule.c2344 static char *kwlist[] = {"id", "send", "recv", "force", "_resolve", NULL}; in _channelid_new() local
2886 static char *kwlist[] = {"unboundop", NULL}; in channelsmod_create() local
2933 static char *kwlist[] = {"cid", NULL}; in channelsmod_destroy() local
3014 static char *kwlist[] = {"cid", "send", NULL}; in channelsmod_list_interpreters() local
3080 static char *kwlist[] = {"cid", "obj", "unboundop", "blocking", "timeout", in channelsmod_send() local
3131 static char *kwlist[] = {"cid", "obj", "unboundop", "blocking", "timeout", in channelsmod_send_buffer() local
3189 static char *kwlist[] = {"cid", "default", NULL}; in channelsmod_recv() local
3233 static char *kwlist[] = {"cid", "send", "recv", "force", NULL}; in channelsmod_close() local
3287 static char *kwlist[] = {"cid", "send", "recv", "force", NULL}; in channelsmod_release() local
3327 static char *kwlist[] = {"cid", NULL}; in channelsmod_get_count() local
[all …]
D_json.c1115 static char *kwlist[] = {"string", "idx", NULL}; in scanner_call() local
1143 static char *kwlist[] = {"context", NULL}; in scanner_new() local
1208 …static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separat… in encoder_new() local
1269 static char *kwlist[] = {"obj", "_current_indent_level", NULL}; in encoder_call() local
Dgrpmodule.c115 static char *kwlist[] = {"id", NULL}; in grp_getgrgid() local
D_testinternalcapi.c1075 static char *kwlist[] = {"callback", "num", in pending_threadfunc() local
1496 static char *kwlist[] = {"config", "whence", NULL}; in create_interpreter() local
1548 static char *kwlist[] = {"id", NULL}; in destroy_interpreter() local
1571 static char *kwlist[] = {"id", "code", "main", NULL}; in exec_interpreter() local
1632 static char *kwlist[] = {"code", "config", "xi", NULL}; in run_in_subinterp_with_config() local
/external/python/cpython3/Lib/
Dkeyword.py18 kwlist = [ variable
/external/brotli/python/
D_brotli.cc178 static const char *kwlist[] = {"mode", "quality", "lgwin", "lgblock", NULL}; in brotli_Compressor_init() local
460 static const char *kwlist[] = {NULL}; in brotli_Decompressor_init() local
644 static const char *kwlist[] = {"string", NULL}; in brotli_decompress() local
/external/python/cpython3/Doc/includes/newtypes/
Dcustom2.c44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
Dcustom3.c44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
Dcustom4.c60 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
/external/pytorch/torch/csrc/xpu/
DStream.cpp27 constexpr const char* kwlist[] = { in THXPStream_pynew() local
DEvent.cpp23 constexpr const char* kwlist[] = {"enable_timing", nullptr}; in THXPEvent_pynew() local
/external/pytorch/torch/csrc/cuda/
DStream.cpp31 constexpr const char* kwlist[] = { in THCPStream_pynew() local
DEvent.cpp28 constexpr const char* kwlist[] = { in THCPEvent_pynew() local
/external/python/cpython3/Python/
Dgetargs.c1253 const char * const *kwlist, ...) in PyArg_ParseTupleAndKeywords()
1277 const char * const *kwlist, ...) in _PyArg_ParseTupleAndKeywords_SizeT()
1303 const char * const *kwlist, va_list va) in PyArg_VaParseTupleAndKeywords()
1328 const char * const *kwlist, va_list va) in _PyArg_VaParseTupleAndKeywords_SizeT()
1429 PyObject *kwlist = PySequence_List(kwtuple); in error_unexpected_keyword_arg() local
1488 const char * const *kwlist, va_list *p_va, int flags) in vgetargskeywords()
/external/pytorch/torch/csrc/
DStorageMethods.cpp205 constexpr const char* kwlist[] = { in THPStorage_fromBuffer() local
391 constexpr const char* kwlist[] = {"filename", "shared", "nbytes", nullptr}; in THPStorage_fromFile() local
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc77 static const char* kwlist[] = {"pool", nullptr}; in New() local
Dmap_container.cc462 static const char* kwlist[] = {"key", "default", nullptr}; in ScalarMapGet() local
706 static const char* kwlist[] = {"key", "default", nullptr}; in MessageMapGet() local
/external/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc77 static const char* kwlist[] = {"pool", nullptr}; in New() local
Dmap_container.cc462 static const char* kwlist[] = {"key", "default", nullptr}; in ScalarMapGet() local
706 static const char* kwlist[] = {"key", "default", nullptr}; in MessageMapGet() local
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc77 static const char* kwlist[] = {"pool", nullptr}; in New() local
Dmap_container.cc462 static const char* kwlist[] = {"key", "default", nullptr}; in ScalarMapGet() local
706 static const char* kwlist[] = {"key", "default", nullptr}; in MessageMapGet() local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c402 static char *kwlist[] = {"script", "keep_bang_comments", NULL}; in rjsmin_jsmin() local

123