Home
last modified time | relevance | path

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

12345

/external/python/cpython3/Lib/
Dkeyword.py17 kwlist = [ variable
/external/python/cpython2/Lib/
Dkeyword.py15 kwlist = [ variable
/external/python/cpython3/Modules/_sqlite/
Dmodule.c60 static char *kwlist[] = { in module_connect() local
108 static char *kwlist[] = {"statement", NULL, NULL}; in module_complete() local
138 static char *kwlist[] = {"do_enable", NULL, NULL}; in module_enable_shared_cache() local
Dconnection.c76 static char *kwlist[] = { in pysqlite_connection_init() local
294 static char *kwlist[] = {"factory", NULL}; in pysqlite_connection_cursor() local
814 static char *kwlist[] = {"name", "narg", "func", "deterministic", NULL}; in pysqlite_connection_create_function() local
872 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL }; in pysqlite_connection_create_aggregate() local
999 static char *kwlist[] = { "authorizer_callback", NULL }; in pysqlite_connection_set_authorizer() local
1028 static char *kwlist[] = { "progress_handler", "n", NULL }; in pysqlite_connection_set_progress_handler() local
1055 static char *kwlist[] = { "trace_callback", NULL }; in pysqlite_connection_set_trace_callback() local
/external/python/cpython2/Modules/_sqlite/
Dmodule.c53 …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
Dconnection.c62 …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
/external/python/cpython3/Modules/
Dnismodule.c164 static char *kwlist[] = {"key", "map", "domain", NULL}; in nis_match() local
206 static char *kwlist[] = {"map", "domain", NULL}; in nis_cat() local
397 static char *kwlist[] = {"domain", NULL}; in nis_maps() local
D_xxsubinterpretersmodule.c1467 static char *kwlist[] = {"id", "send", "recv", "force", "_resolve", NULL}; in channelid_new() local
2026 static char *kwlist[] = {"id", NULL}; in interp_destroy() local
2149 static char *kwlist[] = {"id", "script", "shared", NULL}; in interp_run_string() local
2194 static char *kwlist[] = {"obj", NULL}; in object_is_shareable() local
2218 static char *kwlist[] = {"id", NULL}; in interp_is_running() local
2271 static char *kwlist[] = {"cid", NULL}; in channel_destroy() local
2330 static char *kwlist[] = {"cid", "obj", NULL}; in channel_send() local
2352 static char *kwlist[] = {"cid", NULL}; in channel_recv() local
2370 static char *kwlist[] = {"cid", "send", "recv", "force", NULL}; in channel_close() local
2418 static char *kwlist[] = {"cid", "send", "recv", "force", NULL}; in channel_release() local
Dfaulthandler.c256 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_dump_traceback_py() local
486 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_py_enable() local
646 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL}; in faulthandler_dump_traceback_later() local
828 static char *kwlist[] = {"signum", "file", "all_threads", "chain", NULL}; in faulthandler_register_py() local
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c67 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
/external/python/cpython2/Modules/
Dnismodule.c167 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
Dselectmodule.c810 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_hashopenssl.c389 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_sre.c1935 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
/external/python/cpython2/Objects/
Dboolobject.c55 static char *kwlist[] = {"x", 0}; in bool_new() local
Dmoduleobject.c156 static char *kwlist[] = {"name", "doc", NULL}; in module_init() local
/external/python/cpython3/Doc/includes/
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/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/Modules/_multiprocessing/
Dsemaphore.c70 static char *kwlist[] = {"block", "timeout", NULL}; in semlock_acquire() local
277 static char *kwlist[] = {"block", "timeout", NULL}; in semlock_acquire() local
438 static char *kwlist[] = {"kind", "value", "maxvalue", "name", "unlink", in semlock_new() local
/external/python/cpython2/Doc/includes/
Dnoddy2.c49 static char *kwlist[] = {"first", "last", "number", NULL}; in Noddy_init() local
Dnoddy4.c84 static char *kwlist[] = {"first", "last", "number", NULL}; in Noddy_init() local
Dnoddy3.c49 static char *kwlist[] = {"first", "last", "number", NULL}; in Noddy_init() local
/external/python/cpython2/Python/
Dgetargs.c1451 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()

12345