Home
last modified time | relevance | path

Searched defs:rest (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Dbitvec.py173 def __cmp__(self, other, *rest):
237 def __setslice__(self, i, j, sequence, *rest):
284 def __and__(self, otherseq, *rest):
293 def __xor__(self, otherseq, *rest):
302 def __or__(self, otherseq, *rest):
316 def __coerce__(self, otherseq, *rest):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
175 def v3(a, (b, c), *rest): return a, b, c, rest
240 def d01v(a=1, *rest): pass
247 def d11v(a, b=1, *rest): pass
251 def d21v(a, b, c=1, *rest): pass
257 def d02v(a=1, b=2, *rest): pass
264 def d12v(a, b=1, c=2, *rest): pass
272 def d22v(a, b, c=1, d=2, *rest): pass
Dpy3_test_grammar.py172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
228 def d01v(a=1, *rest): pass
235 def d11v(a, b=1, *rest): pass
239 def d21v(a, b, c=1, *rest): pass
245 def d02v(a=1, b=2, *rest): pass
252 def d12v(a, b=1, c=2, *rest): pass
260 def d22v(a, b, c=1, d=2, *rest): pass
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_grammar.py168 def v0(*rest): pass
169 def v1(a, *rest): pass
170 def v2(a, b, *rest): pass
237 def d01v(a=1, *rest): pass
244 def d11v(a, b=1, *rest): pass
248 def d21v(a, b, c=1, *rest): pass
254 def d02v(a=1, b=2, *rest): pass
261 def d12v(a, b=1, c=2, *rest): pass
269 def d22v(a, b, c=1, d=2, *rest): pass
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dupdate.py44 def process(self, lineno, rest): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dftplib.py309 def ntransfercmd(self, cmd, rest=None): argument
359 def transfercmd(self, cmd, rest=None): argument
384 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
438 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
673 def ntransfercmd(self, cmd, rest=None): argument
680 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
720 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
DConfigParser.py688 def _interpolate_some(self, option, accum, rest, section, map, depth): argument
Dcookielib.py734 rest, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dstring_format.h404 Py_ssize_t *first_idx, FieldNameIterator *rest, in field_name_split()
490 FieldNameIterator rest; in get_field_object() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dstring_format.h401 Py_ssize_t *first_idx, FieldNameIterator *rest, in field_name_split()
487 FieldNameIterator rest; in get_field_object() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c785 PyObject *rest = Util_GetLine(self, 0); in BZ2File_readlines() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c1715 PyObject *rest = get_line(f, 0); in file_readlines() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c1775 PyObject *rest = get_line(f, 0); in file_readlines() local