/aosp_15_r20/external/python/cpython3/Modules/ |
D | _xxsubinterpretersmodule.c | 1483 static char *kwlist[] = {"id", "send", "recv", "force", "_resolve", NULL}; in channelid_new() local 1997 static char *kwlist[] = {"isolated", NULL}; in interp_create() local 2038 static char *kwlist[] = {"id", NULL}; in interp_destroy() local 2160 static char *kwlist[] = {"id", "script", "shared", NULL}; in interp_run_string() local 2205 static char *kwlist[] = {"obj", NULL}; in object_is_shareable() local 2229 static char *kwlist[] = {"id", NULL}; in interp_is_running() local 2282 static char *kwlist[] = {"cid", NULL}; in channel_destroy() local 2341 static char *kwlist[] = {"cid", "send", NULL}; in channel_list_interpreters() local 2403 static char *kwlist[] = {"cid", "obj", NULL}; in channel_send() local 2425 static char *kwlist[] = {"cid", "default", NULL}; in channel_recv() local [all …]
|
D | nismodule.c | 196 static char *kwlist[] = {"key", "map", "domain", NULL}; in nis_match() local 243 static char *kwlist[] = {"map", "domain", NULL}; in nis_cat() local 437 static char *kwlist[] = {"domain", NULL}; in nis_maps() local
|
D | faulthandler.c | 266 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_dump_traceback_py() local 543 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_py_enable() local 706 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL}; in faulthandler_dump_traceback_later() local 908 static char *kwlist[] = {"signum", "file", "all_threads", "chain", NULL}; in faulthandler_register_py() local
|
D | _json.c | 1146 static char *kwlist[] = {"string", "idx", NULL}; in scanner_call() local 1171 static char *kwlist[] = {"context", NULL}; in scanner_new() local 1240 …static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separat… in encoder_new() local 1295 static char *kwlist[] = {"obj", "_current_indent_level", NULL}; in encoder_call() local
|
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 62 …static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thr… in pysqlite_connection_init() local 327 static char *kwlist[] = {"factory", NULL}; in pysqlite_connection_cursor() local 863 static char *kwlist[] = {"name", "narg", "func", NULL, NULL}; in pysqlite_connection_create_function() local 901 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL }; in pysqlite_connection_create_aggregate() local 998 static char *kwlist[] = { "authorizer_callback", NULL }; in pysqlite_connection_set_authorizer() local 1029 static char *kwlist[] = { "progress_handler", "n", NULL }; in pysqlite_connection_set_progress_handler() local
|
D | module.c | 53 …static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thr… in module_connect() local 89 static char *kwlist[] = {"statement", NULL, NULL}; in module_complete() local 119 static char *kwlist[] = {"do_enable", NULL, NULL}; in module_enable_shared_cache() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | selectmodule.c | 810 static char *kwlist[] = {"sizehint", NULL}; in pyepoll_new() local 936 static char *kwlist[] = {"fd", "eventmask", NULL}; in pyepoll_register() local 961 static char *kwlist[] = {"fd", "eventmask", NULL}; in pyepoll_modify() local 981 static char *kwlist[] = {"fd", NULL}; in pyepoll_unregister() local 1005 static char *kwlist[] = {"timeout", "maxevents", NULL}; in pyepoll_poll() local 1338 static char *kwlist[] = {"ident", "filter", "flags", "fflags", in kqueue_event_init() local
|
D | _sre.c | 1935 static char* kwlist[] = { "string", "pos", "endpos", "pattern", NULL }; in pattern_match() local 1981 static char* kwlist[] = { "string", "pos", "endpos", "pattern", NULL }; in pattern_search() local 2122 static char* kwlist[] = { "string", "pos", "endpos", "source", NULL }; in pattern_findall() local 2258 static char* kwlist[] = { "string", "maxsplit", "source", NULL }; in pattern_split() local 2573 static char* kwlist[] = { "repl", "string", "count", NULL }; in pattern_sub() local 2587 static char* kwlist[] = { "repl", "string", "count", NULL }; in pattern_subn() local 3406 static char* kwlist[] = { "default", NULL }; in match_groups() local 3435 static char* kwlist[] = { "default", NULL }; in match_groupdict() local
|
D | nismodule.c | 167 static char *kwlist[] = {"key", "map", "domain", NULL}; in nis_match() local 199 static char *kwlist[] = {"map", "domain", NULL}; in nis_cat() local 390 static char *kwlist[] = {"domain", NULL}; in nis_maps() local
|
D | _ssl.c | 2176 char *kwlist[] = {"protocol", NULL}; in context_new() local 2726 char *kwlist[] = {"certfile", "keyfile", "password", NULL}; in load_cert_chain() local 2916 char *kwlist[] = {"cafile", "capath", "cadata", NULL}; in load_verify_locations() local 3101 char *kwlist[] = {"sock", "server_side", "server_hostname", "ssl_sock", NULL}; in context_wrap_socket() local 3406 char *kwlist[] = {"binary_form", NULL}; in get_ca_certs() local 3697 char *kwlist[] = {"txt", "name", NULL}; in PySSL_txt2obj() local 3848 char *kwlist[] = {"store_name", NULL}; in PySSL_enum_certificates() local 3938 char *kwlist[] = {"store_name", NULL}; in PySSL_enum_crls() local
|
D | _hashopenssl.c | 389 static char *kwlist[] = {"name", "string", NULL}; in EVP_tp_init() local 540 static char *kwlist[] = {"name", "string", NULL}; in EVP_new() local 667 static char *kwlist[] = {"hash_name", "password", "salt", "iterations", in pbkdf2_hmac() local
|
D | _json.c | 1681 static char *kwlist[] = {"string", "idx", NULL}; in scanner_call() local 1708 static char *kwlist[] = {"context", NULL}; in scanner_new() local 1814 …static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separat… in encoder_new() local 1867 static char *kwlist[] = {"obj", "_current_indent_level", NULL}; in encoder_call() local
|
D | sha512module.c | 680 static char *kwlist[] = {"string", NULL}; in SHA512_new() local 715 static char *kwlist[] = {"string", NULL}; in SHA384_new() local
|
D | sha256module.c | 614 static char *kwlist[] = {"string", NULL}; in SHA256_new() local 649 static char *kwlist[] = {"string", NULL}; in SHA224_new() local
|
D | bz2module.c | 1384 static char *kwlist[] = {"filename", "mode", "buffering", in BZ2File_init() local 1793 static char *kwlist[] = {"compresslevel", 0}; in BZ2Comp_init() local 2158 static char *kwlist[] = {"data", "compresslevel", 0}; in bz2_compress() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | getargs.c | 1451 char **kwlist, ...) in PyArg_ParseTupleAndKeywords() 1475 char **kwlist, ...) in _PyArg_ParseTupleAndKeywords_SizeT() 1501 char **kwlist, va_list va) in PyArg_VaParseTupleAndKeywords() 1533 char **kwlist, va_list va) in _PyArg_VaParseTupleAndKeywords_SizeT() 1566 char **kwlist, va_list *p_va, int flags) in vgetargskeywords()
|
D | bltinmodule.c | 38 static char *kwlist[] = {"name", "globals", "locals", "fromlist", in builtin___import__() local 480 static char *kwlist[] = {"source", "filename", "mode", "flags", in builtin_compile() local 1583 static char *kwlist[] = {"sep", "end", "file", 0}; in builtin_print() local 2181 static char *kwlist[] = {"number", "ndigits", 0}; in builtin_round() local 2232 static char *kwlist[] = {"iterable", "cmp", "key", "reverse", 0}; in builtin_sorted() local
|
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/ |
D | semaphore.c | 67 static char *kwlist[] = {"block", "timeout", NULL}; in semlock_acquire() local 284 static char *kwlist[] = {"block", "timeout", NULL}; in semlock_acquire() local 431 static char *kwlist[] = {"kind", "value", "maxvalue", NULL}; in semlock_new() local
|
/aosp_15_r20/external/brotli/python/ |
H A D | _brotli.cc | 178 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
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 1307 static char *kwlist[] = { in context_init() local 1736 static char *kwlist[] = { in ctxmanager_new() local 2826 static char *kwlist[] = {"value", "context", NULL}; in dec_new() local 3681 static char *kwlist[] = {"rounding", "context", NULL}; in PyDec_ToIntegralValue() local 3722 static char *kwlist[] = {"rounding", "context", NULL}; in PyDec_ToIntegralExact() local 4404 static char *kwlist[] = {"context", NULL}; in Dec_UnaryFuncVA() local 4421 static char *kwlist[] = {"context", NULL}; in dec_mpd_to_eng() local 4452 static char *kwlist[] = {"other", "context", NULL}; in Dec_BinaryFuncVA_NO_CTX() local 4487 static char *kwlist[] = {"other", "context", NULL}; in dec_mpd_same_quantum() local 4519 static char *kwlist[] = {"exp", "rounding", "context", NULL}; in Dec_BinaryFuncVA() local [all …]
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | getargs.c | 1379 char **kwlist, ...) in PyArg_ParseTupleAndKeywords() 1403 char **kwlist, ...) in _PyArg_ParseTupleAndKeywords_SizeT() 1429 char **kwlist, va_list va) in PyArg_VaParseTupleAndKeywords() 1454 char **kwlist, va_list va) in _PyArg_VaParseTupleAndKeywords_SizeT() 1620 char **kwlist, va_list *p_va, int flags) in vgetargskeywords()
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | StorageMethods.cpp | 205 constexpr const char* kwlist[] = { in THPStorage_fromBuffer() local 391 constexpr const char* kwlist[] = {"filename", "shared", "nbytes", nullptr}; in THPStorage_fromFile() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | keyword.py | 15 kwlist = [ variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | keyword.py | 18 kwlist = [ variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | keyword.py | 18 kwlist = [ variable
|