Home
last modified time | relevance | path

Searched refs:toplevel (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_MimeWriter.py202 toplevel = MimeWriter(buf)
203 toplevel.addheader("From", "bwarsaw@cnri.reston.va.us")
204 toplevel.addheader("Date", "Mon Feb 12 17:21:48 EST 1996")
205 toplevel.addheader("To", "kss-submit@cnri.reston.va.us")
206 toplevel.addheader("MIME-Version", "1.0")
210 f = toplevel.startmultipartbody("knowbot", "801spam999",
216 md = toplevel.nextpart()
255 code = toplevel.nextpart()
269 state = toplevel.nextpart()
284 toplevel.lastpart()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimghdr.py142 def testall(list, recursive, toplevel): argument
148 if recursive or toplevel:
Dnetrc.py40 toplevel = tt = lexer.get_token()
84 % (toplevel, entryname, repr(tt)),
Dsndhdr.py206 def testall(list, recursive, toplevel): argument
212 if recursive or toplevel:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c1308 symtable_visit_params(struct symtable *st, asdl_seq *args, int toplevel) in symtable_visit_params() argument
1317 (arg->v.Name.ctx == Store && !toplevel)); in symtable_visit_params()
1323 if (toplevel) { in symtable_visit_params()
1337 if (!toplevel) { in symtable_visit_params()
Dgetargs.c425 int *levels, char *msgbuf, size_t bufsize, int toplevel, in converttuple() argument
454 toplevel ? "expected %d arguments, not %.50s" : in converttuple()
464 toplevel ? "expected %d arguments, not %d" : in converttuple()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c1310 symtable_visit_params(struct symtable *st, asdl_seq *args, int toplevel) in symtable_visit_params() argument
1319 (arg->v.Name.ctx == Store && !toplevel)); in symtable_visit_params()
1325 if (toplevel) { in symtable_visit_params()
1339 if (!toplevel) { in symtable_visit_params()
Dgetargs.c425 int *levels, char *msgbuf, size_t bufsize, int toplevel, in converttuple() argument
454 toplevel ? "expected %d arguments, not %.50s" : in converttuple()
464 toplevel ? "expected %d arguments, not %d" : in converttuple()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME163 To build Python, you normally type "make" in the toplevel directory.
765 automatically be rebuilt the next time you run make (in the toplevel
790 the C compiler, assign to the OPT variable on the toplevel make
1081 in /usr/tmp/python (assuming ~guido/src/python is the toplevel
1208 The following files will (may) be created in the toplevel directory by
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME170 To build Python, you normally type "make" in the toplevel directory.
772 automatically be rebuilt the next time you run make (in the toplevel
797 the C compiler, assign to the OPT variable on the toplevel make
1088 in /usr/tmp/python (assuming ~guido/src/python is the toplevel
1215 The following files will (may) be created in the toplevel directory by