HomeSort by relevance Sort by last modified time
    Searched refs:kwlist (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
15 kwlist = [ variable
51 iskeyword = frozenset(kwlist).__contains__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
15 kwlist = [ variable
51 iskeyword = frozenset(kwlist).__contains__
  /external/python/cpython2/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
15 kwlist = [ variable
51 iskeyword = frozenset(kwlist).__contains__
  /external/python/cpython3/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
15 kwlist = [ variable
55 iskeyword = frozenset(kwlist).__contains__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 53 static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", NULL, NULL}; local
64 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|diOiOi", kwlist,
89 static char *kwlist[] = {"statement", NULL, NULL}; local
94 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", kwlist, &statement))
119 static char *kwlist[] = {"do_enable", NULL, NULL}; local
123 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
  /external/python/cpython2/Modules/_sqlite/
module.c 53 static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", NULL, NULL}; local
64 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|diOiOi", kwlist,
89 static char *kwlist[] = {"statement", NULL, NULL}; local
94 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", kwlist, &statement))
119 static char *kwlist[] = {"do_enable", NULL, NULL}; local
123 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
  /external/python/cpython2/Modules/
nismodule.c 167 static char *kwlist[] = {"key", "map", "domain", NULL}; local
170 "t#s|s:match", kwlist,
199 static char *kwlist[] = {"map", "domain", NULL}; local
202 kwlist, &map, &domain))
390 static char *kwlist[] = {"domain", NULL}; local
393 "|s:maps", kwlist, &domain))
  /external/python/cpython3/Modules/_sqlite/
module.c 60 static char *kwlist[] = { local
76 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|diOiOip", kwlist,
104 static char *kwlist[] = {"statement", NULL, NULL}; local
109 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", kwlist, &statement))
134 static char *kwlist[] = {"do_enable", NULL, NULL}; local
138 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
  /external/python/cpython3/Modules/
nismodule.c 164 static char *kwlist[] = {"key", "map", "domain", NULL}; local
167 "Us|s:match", kwlist,
206 static char *kwlist[] = {"map", "domain", NULL}; local
209 kwlist, &map, &domain))
397 static char *kwlist[] = {"domain", NULL}; local
400 "|s:maps", kwlist, &domain))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
boolobject.c 55 static char *kwlist[] = {"x", 0}; local
59 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:bool", kwlist, &x))
moduleobject.c 156 static char *kwlist[] = {"name", "doc", NULL}; local
159 kwlist, &name, &doc))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
boolobject.c 55 static char *kwlist[] = {"x", 0}; local
59 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:bool", kwlist, &x))
moduleobject.c 154 static char *kwlist[] = {"name", "doc", NULL}; local
157 kwlist, &name, &doc))
  /external/python/cpython2/Doc/includes/
noddy2.c 49 static char *kwlist[] = {"first", "last", "number", NULL}; local
51 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist,
noddy3.c 49 static char *kwlist[] = {"first", "last", "number", NULL}; local
51 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|SSi", kwlist,
noddy4.c 84 static char *kwlist[] = {"first", "last", "number", NULL}; local
86 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist,
  /external/python/cpython2/Objects/
boolobject.c 55 static char *kwlist[] = {"x", 0}; local
59 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:bool", kwlist, &x))
moduleobject.c 156 static char *kwlist[] = {"name", "doc", NULL}; local
159 kwlist, &name, &doc))
  /external/python/cpython3/Doc/includes/
custom2.c 43 static char *kwlist[] = {"first", "last", "number", NULL}; local
46 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c     [all...]
  /external/python/cpython2/Python/
getargs.c     [all...]
  /external/python/cpython3/Python/
getargs.c     [all...]
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 67 static char *kwlist[] = {"block", "timeout", NULL}; local
69 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iO", kwlist,
284 static char *kwlist[] = {"block", "timeout", NULL}; local
286 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iO", kwlist,
431 static char *kwlist[] = {"kind", "value", "maxvalue", NULL}; local
434 if (!PyArg_ParseTupleAndKeywords(args, kwds, "iii", kwlist,
  /external/python/cpython3/Modules/_multiprocessing/
semaphore.c 70 static char *kwlist[] = {"block", "timeout", NULL}; local
72 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iO", kwlist,
277 static char *kwlist[] = {"block", "timeout", NULL}; local
279 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iO", kwlist,
438 static char *kwlist[] = {"kind", "value", "maxvalue", "name", "unlink", local
441 if (!PyArg_ParseTupleAndKeywords(args, kwds, "iiisi", kwlist,

Completed in 868 milliseconds

1 2 3 4 5 6 7 8 9