/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_decorators.py | 4 def funcattrs(**kwds): 21 def __init__(self, exprstr, func, args, kwds): argument 31 def check(*args, **kwds): 45 def call(*args, **kwds): 97 def noteargs(*args, **kwds):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | collections.py | 37 def __init__(self, *args, **kwds): 406 def __init__(self, iterable=None, **kwds): 469 def update(self, iterable=None, **kwds): 504 def subtract(self, iterable=None, **kwds): 657 def _replace(self, _map=map, **kwds):
|
D | contextlib.py | 83 def helper(*args, **kwds):
|
D | csv.py | 75 dialect="excel", *args, **kwds): 125 dialect="excel", *args, **kwds):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | collections.py | 38 def __init__(*args, **kwds): 446 def __init__(*args, **kwds): 516 def update(*args, **kwds): 559 def subtract(*args, **kwds): 720 def _replace(self, _map=map, **kwds):
|
D | csv.py | 75 dialect="excel", *args, **kwds): 129 dialect="excel", *args, **kwds):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | exceptions.c | 30 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseException_new() 56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() 515 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init() 596 PyObject *kwds) in EnvironmentError_init() 861 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init() 1058 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) in SyntaxError_init() 1561 UnicodeError_init(PyUnicodeErrorObject *self, PyObject *args, PyObject *kwds, in UnicodeError_init() 1631 UnicodeEncodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeEncodeError_init() 1716 UnicodeDecodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeDecodeError_init() 1798 PyObject *kwds) in UnicodeTranslateError_init()
|
D | enumobject.c | 14 enum_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in enum_new() 223 reversed_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in reversed_new()
|
D | boolobject.c | 53 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bool_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | exceptions.c | 30 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseException_new() 56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() 515 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init() 596 PyObject *kwds) in EnvironmentError_init() 862 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init() 1059 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) in SyntaxError_init() 1565 UnicodeError_init(PyUnicodeErrorObject *self, PyObject *args, PyObject *kwds, in UnicodeError_init() 1635 UnicodeEncodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeEncodeError_init() 1724 UnicodeDecodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeDecodeError_init() 1810 PyObject *kwds) in UnicodeTranslateError_init()
|
D | enumobject.c | 14 enum_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in enum_new() 223 reversed_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in reversed_new()
|
D | boolobject.c | 53 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bool_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | itertoolsmodule.c | 27 groupby_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in groupby_new() 683 cycle_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in cycle_new() 835 dropwhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dropwhile_new() 977 takewhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in takewhile_new() 1118 islice_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in islice_new() 1309 starmap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in starmap_new() 1440 imap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in imap_new() 1635 chain_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in chain_new() 1789 product_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in product_new() 2041 combinations_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in combinations_new() [all …]
|
D | xxsubtype.c | 83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init() 180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init()
|
D | selectmodule.c | 773 pyepoll_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in pyepoll_new() 898 pyepoll_register(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_register() 923 pyepoll_modify(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_modify() 944 pyepoll_unregister(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_unregister() 963 pyepoll_poll(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_poll() 1244 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) in kqueue_event_init() 1412 kqueue_queue_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in kqueue_queue_new()
|
D | operator.c | 336 itemgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in itemgetter_new() 473 attrgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in attrgetter_new() 650 PyObject *kwds; member 656 methodcaller_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in methodcaller_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | xxsubtype.c | 83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init() 180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init()
|
D | itertoolsmodule.c | 27 groupby_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in groupby_new() 702 cycle_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in cycle_new() 854 dropwhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dropwhile_new() 998 takewhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in takewhile_new() 1140 islice_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in islice_new() 1340 starmap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in starmap_new() 1471 imap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in imap_new() 1666 chain_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in chain_new() 1820 product_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in product_new() 2080 combinations_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in combinations_new() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | multibytecodec.c | 912 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new() 953 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init() 1121 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new() 1162 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init() 1437 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new() 1480 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init() 1639 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamwriter_new() 1682 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamwriter_init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | multibytecodec.c | 915 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new() 956 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init() 1124 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new() 1165 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init() 1440 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new() 1483 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init() 1642 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamwriter_new() 1685 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamwriter_init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | selectmodule.c | 807 pyepoll_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in pyepoll_new() 932 pyepoll_register(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_register() 957 pyepoll_modify(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_modify() 978 pyepoll_unregister(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_unregister() 997 pyepoll_poll(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_poll() 1295 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) in kqueue_event_init() 1467 kqueue_queue_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in kqueue_queue_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 773 pyepoll_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in pyepoll_new() 898 pyepoll_register(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_register() 923 pyepoll_modify(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_modify() 944 pyepoll_unregister(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_unregister() 963 pyepoll_poll(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_poll() 1244 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) in kqueue_event_init() 1412 kqueue_queue_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in kqueue_queue_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | _iomodule.c | 98 PyObject *kwds) in blockingioerror_init() 288 io_open(PyObject *self, PyObject *args, PyObject *kwds) in io_open()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | bltinmodule.c | 36 builtin___import__(PyObject *self, PyObject *args, PyObject *kwds) in builtin___import__() 461 builtin_compile(PyObject *self, PyObject *args, PyObject *kwds) in builtin_compile() 1338 min_max(PyObject *args, PyObject *kwds, int op) in min_max() 1427 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) in builtin_min() 1441 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max() 1484 builtin_open(PyObject *self, PyObject *args, PyObject *kwds) in builtin_open() 1561 builtin_print(PyObject *self, PyObject *args, PyObject *kwds) in builtin_print() 2153 builtin_round(PyObject *self, PyObject *args, PyObject *kwds) in builtin_round() 2205 builtin_sorted(PyObject *self, PyObject *args, PyObject *kwds) in builtin_sorted()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | bltinmodule.c | 36 builtin___import__(PyObject *self, PyObject *args, PyObject *kwds) in builtin___import__() 467 builtin_compile(PyObject *self, PyObject *args, PyObject *kwds) in builtin_compile() 1346 min_max(PyObject *args, PyObject *kwds, int op) in min_max() 1435 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) in builtin_min() 1449 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max() 1492 builtin_open(PyObject *self, PyObject *args, PyObject *kwds) in builtin_open() 1569 builtin_print(PyObject *self, PyObject *args, PyObject *kwds) in builtin_print() 2164 builtin_round(PyObject *self, PyObject *args, PyObject *kwds) in builtin_round() 2216 builtin_sorted(PyObject *self, PyObject *args, PyObject *kwds) in builtin_sorted()
|