Home
last modified time | relevance | path

Searched defs:iterable (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dheapq.py191 def nlargest(n, iterable): argument
207 def nsmallest(n, iterable): argument
356 def nsmallest(n, iterable, key=None): argument
393 def nlargest(n, iterable, key=None): argument
Dcollections.py195 def fromkeys(cls, iterable, value=None): argument
406 def __init__(self, iterable=None, **kwds): argument
463 def fromkeys(cls, iterable, v=None): argument
469 def update(self, iterable=None, **kwds): argument
504 def subtract(self, iterable=None, **kwds): argument
Dtokenize.py192 def untokenize(self, iterable): argument
206 def compat(self, token, iterable): argument
243 def untokenize(iterable): argument
Dsets.py341 def _update(self, iterable): argument
385 def __init__(self, iterable=None): argument
410 def __init__(self, iterable=None): argument
489 def update(self, iterable): argument
DStringIO.py241 def writelines(self, iterable): argument
Dpprint.py74 def _sorted(iterable): argument
DUserDict.py73 def fromkeys(cls, iterable, value=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py203 def nlargest(n, iterable): argument
221 def nsmallest(n, iterable): argument
399 def nsmallest(n, iterable, key=None): argument
436 def nlargest(n, iterable, key=None): argument
Dtokenize.py199 def untokenize(self, iterable): argument
216 def compat(self, token, iterable): argument
249 def untokenize(iterable): argument
DStringIO.py241 def writelines(self, iterable): argument
Dcollections.py197 def fromkeys(cls, iterable, value=None): argument
510 def fromkeys(cls, iterable, v=None): argument
DUserDict.py73 def fromkeys(cls, iterable, value=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtokenize.py197 def untokenize(self, iterable): argument
211 def compat(self, token, iterable): argument
324 def untokenize(iterable): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_itertools.py48 def prod(iterable): argument
87 def combinations1(iterable, r): argument
106 def combinations2(iterable, r): argument
114 def combinations3(iterable, r): argument
153 def cwr1(iterable, r): argument
171 def cwr2(iterable, r): argument
224 def permutations1(iterable, r=None): argument
248 def permutations2(iterable, r=None): argument
464 def gulp(iterable, keyp=None, func=list): argument
Dtest_index.py181 def __init__(self, iterable): argument
Dtest_math.py476 def msum(iterable): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dutil.py135 def _ordered_count(iterable): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_heapqmodule.c294 PyObject *heap=NULL, *elem, *iterable, *sol, *it, *oldelem; in nlargest() local
463 PyObject *heap=NULL, *elem, *iterable, *los, *it, *oldelem; in nsmallest() local
Ditertoolsmodule.c515 tee_fromiterable(PyObject *iterable) in tee_fromiterable()
549 PyObject *iterable; in tee_new() local
628 PyObject *it, *iterable, *copyable, *result; in tee() local
686 PyObject *iterable; in cycle_new() local
1687 PyObject *iterable = PyIter_Next(lz->source); in chain_next() local
2047 PyObject *iterable = NULL; in combinations_new() local
2296 PyObject *iterable = NULL; in cwr_new() local
2541 PyObject *iterable = NULL; in permutations_new() local
D_collectionsmodule.c297 deque_extend(dequeobject *deque, PyObject *iterable) in deque_extend()
349 deque_extendleft(dequeobject *deque, PyObject *iterable) in deque_extendleft()
966 PyObject *iterable = NULL; in deque_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c293 PyObject *heap=NULL, *elem, *iterable, *sol, *it, *oldelem; in nlargest() local
462 PyObject *heap=NULL, *elem, *iterable, *los, *it, *oldelem; in nsmallest() local
Ditertoolsmodule.c534 tee_fromiterable(PyObject *iterable) in tee_fromiterable()
568 PyObject *iterable; in tee_new() local
647 PyObject *it, *iterable, *copyable, *result; in tee() local
705 PyObject *iterable; in cycle_new() local
1718 PyObject *iterable = PyIter_Next(lz->source); in chain_next() local
2086 PyObject *iterable = NULL; in combinations_new() local
2335 PyObject *iterable = NULL; in cwr_new() local
2580 PyObject *iterable = NULL; in permutations_new() local
D_collectionsmodule.c296 deque_extend(dequeobject *deque, PyObject *iterable) in deque_extend()
348 deque_extendleft(dequeobject *deque, PyObject *iterable) in deque_extendleft()
1015 PyObject *iterable = NULL; in deque_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c1001 make_new_set(PyTypeObject *type, PyObject *iterable) in make_new_set()
1048 PyObject *iterable = NULL, *result; in frozenset_new() local
1993 PyObject *iterable = NULL; in set_init() local
2266 PySet_New(PyObject *iterable) in PySet_New()
2272 PyFrozenSet_New(PyObject *iterable) in PyFrozenSet_New()
2370 _PySet_Update(PyObject *set, PyObject *iterable) in _PySet_Update()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c1000 make_new_set(PyTypeObject *type, PyObject *iterable) in make_new_set()
1047 PyObject *iterable = NULL, *result; in frozenset_new() local
1989 PyObject *iterable = NULL; in set_init() local
2262 PySet_New(PyObject *iterable) in PySet_New()
2268 PyFrozenSet_New(PyObject *iterable) in PyFrozenSet_New()
2366 _PySet_Update(PyObject *set, PyObject *iterable) in _PySet_Update()

12