Home
last modified time | relevance | path

Searched refs:multifile (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_multifile.py3 multifile = test_support.import_module('multifile', deprecated=True) variable
62 getMIMEMsg(multifile.MultiFile(f))
/external/python/cpython2/Doc/library/
Dmultifile.rst2 :mod:`multifile` --- Support for files containing distinct parts
5 .. module:: multifile
12 The :mod:`email` package should be used in preference to the :mod:`multifile`
44 Comprehensive email handling package; supersedes the :mod:`multifile` module.
164 import multifile
178 file = multifile.MultiFile(stream)
Dnetdata.rst23 multifile.rst
Dmimetools.rst74 Module :mod:`multifile`
Demail.rst17 :mod:`mimetools`, :mod:`multifile`, and other non-standard packages such as
/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test346 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2012-i368 \
348 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2013-i368 \
350 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2012-x86_64…
352 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2013-x86_64…
/external/python/cpython2/Lib/
Dmhlib.py83 import multifile
722 mf = multifile.MultiFile(self.fp)
/external/elfutils/config/
Delfutils.spec.in298 - libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and
368 dwarf.h. Experimental support for DWZ multifile forms
/external/elfutils/
DNEWS93 libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and
185 Experimental support for DWZ multifile forms DW_FORM_GNU_ref_alt
/external/elfutils/libdwfl/
DChangeLog532 (load_dw): Remove loading of dwz multifile.
/external/python/cpython2/Misc/
Dcheatsheet1927 multifile Class to make multi-file messages easier to handle.
DHISTORY11703 - Some restructuring and generalization done to multifile.py; support
12170 - In the multifile module, support the optional second parameter to
DNEWS9909 - The multifile module has been deprecated as per PEP 4.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2939 :mod:`multifile`,