Home
last modified time | relevance | path

Searched refs:multifile (Results 1 – 19 of 19) 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/curl/tests/data/
Dtest65079 Content-Disposition: form-data; name="multifile"
/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/llvm-project/llvm/test/tools/llvm-readobj/COFF/
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_…
352 RUN: llvm-readobj -S --codeview --section-symbols %p/Inputs/multifile-linetables.obj.coff-2013-x86_…
/external/python/cpython2/Lib/
Dmhlib.py83 import multifile
722 mf = multifile.MultiFile(self.fp)
/external/rust/crates/codespan-reporting/tests/
Dterm.rs469 mod multifile { module
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst808 The multifile module has been deprecated as per PEP 4.
/external/elfutils/
DNEWS384 libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and
476 Experimental support for DWZ multifile forms DW_FORM_GNU_ref_alt
/external/elfutils/config/
Delfutils.spec.in597 - libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and
667 dwarf.h. Experimental support for DWZ multifile forms
/external/elfutils/libdwfl/
DChangeLog1138 (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
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2939 :mod:`multifile`,
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2943 :mod:`multifile`,
/external/python/cpython3/Misc/
DHISTORY16757 - The ``multifile`` module has been removed.
29082 - Some restructuring and generalization done to multifile.py; support
29549 - In the multifile module, support the optional second parameter to