| /external/python/cpython2/Modules/_sqlite/ | 
| 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
  | 
| 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
  | 
| /external/python/cpython2/Lib/ | 
| D | keyword.py | 15 kwlist = [  variable
  | 
| /external/python/cpython3/Lib/ | 
| D | keyword.py | 18 kwlist = [  variable
  | 
| /external/python/cpython3/Modules/ | 
| D | _xxsubinterpretersmodule.c | 1479     static char *kwlist[] = {"id", "send", "recv", "force", "_resolve", NULL};  in channelid_new()  local 2012     static char *kwlist[] = {"isolated", NULL};  in interp_create()  local 2053     static char *kwlist[] = {"id", NULL};  in interp_destroy()  local 2175     static char *kwlist[] = {"id", "script", "shared", NULL};  in interp_run_string()  local 2220     static char *kwlist[] = {"obj", NULL};  in object_is_shareable()  local 2244     static char *kwlist[] = {"id", NULL};  in interp_is_running()  local 2297     static char *kwlist[] = {"cid", NULL};  in channel_destroy()  local 2356     static char *kwlist[] = {"cid", "send", NULL};  in channel_list_interpreters()  local 2418     static char *kwlist[] = {"cid", "obj", NULL};  in channel_send()  local 2440     static char *kwlist[] = {"cid", "default", NULL};  in channel_recv()  local [all …] 
 | 
| D | nismodule.c | 195     static char *kwlist[] = {"key", "map", "domain", NULL};  in nis_match()  local 242     static char *kwlist[] = {"map", "domain", NULL};  in nis_cat()  local 436     static char *kwlist[] = {"domain", NULL};  in nis_maps()  local
  | 
| D | faulthandler.c | 281     static char *kwlist[] = {"file", "all_threads", NULL};  in faulthandler_dump_traceback_py()  local 546     static char *kwlist[] = {"file", "all_threads", NULL};  in faulthandler_py_enable()  local 709     static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL};  in faulthandler_dump_traceback_later()  local 911     static char *kwlist[] = {"signum", "file", "all_threads", "chain", NULL};  in faulthandler_register_py()  local
  | 
| D | _json.c | 1144     static char *kwlist[] = {"string", "idx", NULL};  in scanner_call()  local 1169     static char *kwlist[] = {"context", NULL};  in scanner_new()  local 1238 …static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separat…  in encoder_new()  local 1293     static char *kwlist[] = {"obj", "_current_indent_level", NULL};  in encoder_call()  local
  | 
| /external/python/cpython2/Modules/ | 
| 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 | 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 | _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 | _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 | 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
  | 
| /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
  | 
| /external/brotli/python/ | 
| 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
  | 
| /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()
  | 
| /external/python/cpython2/Objects/ | 
| D | boolobject.c | 55     static char *kwlist[] = {"x", 0};  in bool_new()  local
  | 
| D | moduleobject.c | 156     static char *kwlist[] = {"name", "doc", NULL};  in module_init()  local
  | 
| /external/python/cpython3/Doc/includes/ | 
| D | custom2.c | 44     static char *kwlist[] = {"first", "last", "number", NULL};  in Custom_init()  local
  | 
| D | custom3.c | 44     static char *kwlist[] = {"first", "last", "number", NULL};  in Custom_init()  local
  | 
| D | custom4.c | 60     static char *kwlist[] = {"first", "last", "number", NULL};  in Custom_init()  local
  | 
| /external/python/cpython2/Doc/includes/ | 
| D | noddy2.c | 49     static char *kwlist[] = {"first", "last", "number", NULL};  in Noddy_init()  local
  | 
| D | noddy4.c | 84     static char *kwlist[] = {"first", "last", "number", NULL};  in Noddy_init()  local
  | 
| D | noddy3.c | 49     static char *kwlist[] = {"first", "last", "number", NULL};  in Noddy_init()  local
  |