Home
last modified time | relevance | path

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

12345

/external/python/cpython3/Lib/
Dkeyword.py15 kwlist = [ variable
/external/python/cpython2/Lib/
Dkeyword.py15 kwlist = [ variable
/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/_sqlite/
Dmodule.c60 static char *kwlist[] = { in module_connect() local
104 static char *kwlist[] = {"statement", NULL, NULL}; in module_complete() local
134 static char *kwlist[] = {"do_enable", NULL, NULL}; in module_enable_shared_cache() local
Dconnection.c76 static char *kwlist[] = { in pysqlite_connection_init() local
296 static char *kwlist[] = {"factory", NULL}; in pysqlite_connection_cursor() local
813 static char *kwlist[] = {"name", "narg", "func", NULL, NULL}; in pysqlite_connection_create_function() local
849 static char *kwlist[] = { "name", "n_arg", "aggregate_class", NULL }; in pysqlite_connection_create_aggregate() local
971 static char *kwlist[] = { "authorizer_callback", NULL }; in pysqlite_connection_set_authorizer() local
999 static char *kwlist[] = { "progress_handler", "n", NULL }; in pysqlite_connection_set_progress_handler() local
1026 static char *kwlist[] = { "trace_callback", NULL }; in pysqlite_connection_set_trace_callback() 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_hashopenssl.c338 static char *kwlist[] = {"name", "string", NULL}; in EVP_tp_init() local
504 static char *kwlist[] = {"name", "string", NULL}; in EVP_new() local
633 static char *kwlist[] = {"hash_name", "password", "salt", "iterations", in pbkdf2_hmac() local
Dselectmodule.c1299 static char *kwlist[] = {"sizehint", "flags", NULL}; in pyepoll_new() local
1438 static char *kwlist[] = {"fd", "eventmask", NULL}; in pyepoll_register() local
1463 static char *kwlist[] = {"fd", "eventmask", NULL}; in pyepoll_modify() local
1483 static char *kwlist[] = {"fd", NULL}; in pyepoll_unregister() local
1501 static char *kwlist[] = {"timeout", "maxevents", NULL}; in pyepoll_poll() local
1889 static char *kwlist[] = {"ident", "filter", "flags", "fflags", in kqueue_event_init() local
Dfaulthandler.c254 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_dump_traceback_py() local
484 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_py_enable() local
644 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL}; in faulthandler_dump_traceback_later() local
825 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
/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/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/cpython3/Doc/includes/
Dcustom2.c43 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
Dcustom3.c43 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
Dcustom4.c59 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/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