Home
last modified time | relevance | path

Searched refs:iterators (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_torture.py20 from email.iterators import _structure
Dtest_email_renamed.py31 from email import iterators
1327 iterators._structure(msg, sfp)
1345 iterators._structure(msg, sfp)
2322 iterators._structure(msg, sfp)
2365 it = iterators.body_line_iterator(msg)
2371 it = iterators.body_line_iterator(msg)
2383 it = iterators.typed_subpart_iterator(msg, 'text')
2400 it = iterators.typed_subpart_iterator(msg, 'text', 'plain')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py965 def iterators(): function
Dtest_dict.py542 iterators = (dict.iteritems, dict.itervalues, dict.iterkeys)
543 for i in iterators:
/device/google/contexthub/firmware/
DCodingStandard.txt26 13. int/unsigned int is allowed only for simple loop iterators only (or, if you must, as a return t…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dmessage.py797 from email.iterators import walk