/packages/services/Telephony/src/com/android/phone/common/mail/internet/ |
MimeMessage.java | 23 import com.android.phone.common.mail.Multipart; 402 if (body instanceof Multipart) { 403 final Multipart multipart = ((Multipart)body); local 404 multipart.setParent(this); 405 setHeader(MimeHeader.HEADER_CONTENT_TYPE, multipart.getContentType()); 600 final MimeMultipart multiPart = new MimeMultipart(e.getContentType()); 601 e.setBody(multiPart); 602 stack.push(multiPart); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
feedparser.py | 174 if root.get_content_maintype() == 'multipart' \ 181 if self._cur and self._cur.get_content_type() == 'multipart/digest': 282 if self._cur.get_content_maintype() == 'multipart': 285 # The message /claims/ to be a multipart but it has not 299 # boundary as well as the end-of-multipart boundary. Don't push 319 # this multipart. If there was a newline at the end of 362 # part is a multipart). 363 if self._last.get_content_maintype() == 'multipart': 381 # Set the multipart up for newline cleansing, which will 382 # happen if we're in a nested multipart [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
feedparser.py | 174 if root.get_content_maintype() == 'multipart' \ 181 if self._cur and self._cur.get_content_type() == 'multipart/digest': 282 if self._cur.get_content_maintype() == 'multipart': 285 # The message /claims/ to be a multipart but it has not 299 # boundary as well as the end-of-multipart boundary. Don't push 319 # this multipart. If there was a newline at the end of 362 # part is a multipart). 363 if self._last.get_content_maintype() == 'multipart': 381 # Set the multipart up for newline cleansing, which will 382 # happen if we're in a nested multipart [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 174 if root.get_content_maintype() == 'multipart' \ 181 if self._cur and self._cur.get_content_type() == 'multipart/digest': 282 if self._cur.get_content_maintype() == 'multipart': 285 # The message /claims/ to be a multipart but it has not 299 # boundary as well as the end-of-multipart boundary. Don't push 319 # this multipart. If there was a newline at the end of 362 # part is a multipart). 363 if self._last.get_content_maintype() == 'multipart': 381 # Set the multipart up for newline cleansing, which will 382 # happen if we're in a nested multipart [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 174 if root.get_content_maintype() == 'multipart' \ 181 if self._cur and self._cur.get_content_type() == 'multipart/digest': 282 if self._cur.get_content_maintype() == 'multipart': 285 # The message /claims/ to be a multipart but it has not 299 # boundary as well as the end-of-multipart boundary. Don't push 319 # this multipart. If there was a newline at the end of 362 # part is a multipart). 363 if self._last.get_content_maintype() == 'multipart': 381 # Set the multipart up for newline cleansing, which will 382 # happen if we're in a nested multipart [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/ |
test_email.py | 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 187 self.assertEqual(msg.items()[0][1], 'multipart/form-data') 191 'multipart/form-data; boundary="==') 195 # Issue 7970: message/rfc822 not in multipart parsed by 209 # The outer message is a multipart 335 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 402 [('multipart/report', ''), ('report-type', 'delivery-status'), 407 [('multipart/report', ''), 411 [('multipart/report', ''), [all...] |
test_email_renamed.py | 27 from email.mime.multipart import MIMEMultipart 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 186 # The outer message is a multipart 299 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 358 [('multipart/report', ''), ('report-type', 'delivery-status'), 363 [('multipart/report', ''), 367 [('multipart/report', ''), [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/ |
test_email.py | 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 187 self.assertEqual(msg.items()[0][1], 'multipart/form-data') 191 'multipart/form-data; boundary="==') 195 # Issue 7970: message/rfc822 not in multipart parsed by 209 # The outer message is a multipart 335 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 402 [('multipart/report', ''), ('report-type', 'delivery-status'), 407 [('multipart/report', ''), 411 [('multipart/report', ''), [all...] |
test_email_renamed.py | 27 from email.mime.multipart import MIMEMultipart 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 186 # The outer message is a multipart 299 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 358 [('multipart/report', ''), ('report-type', 'delivery-status'), 363 [('multipart/report', ''), 367 [('multipart/report', ''), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 187 self.assertEqual(msg.items()[0][1], 'multipart/form-data') 191 'multipart/form-data; boundary="==') 195 # Issue 7970: message/rfc822 not in multipart parsed by 209 # The outer message is a multipart 335 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 402 [('multipart/report', ''), ('report-type', 'delivery-status'), 407 [('multipart/report', ''), 411 [('multipart/report', ''), [all...] |
test_email_renamed.py | 27 from email.mime.multipart import MIMEMultipart 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 186 # The outer message is a multipart 299 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 358 [('multipart/report', ''), ('report-type', 'delivery-status'), 363 [('multipart/report', ''), 367 [('multipart/report', ''), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 187 self.assertEqual(msg.items()[0][1], 'multipart/form-data') 191 'multipart/form-data; boundary="==') 195 # Issue 7970: message/rfc822 not in multipart parsed by 209 # The outer message is a multipart 335 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 402 [('multipart/report', ''), ('report-type', 'delivery-status'), 407 [('multipart/report', ''), 411 [('multipart/report', ''), [all...] |
test_email_renamed.py | 27 from email.mime.multipart import MIMEMultipart 177 eq(value, 'multipart/mixed; boundary="BOUNDARY"') 186 # The outer message is a multipart 299 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"' 358 [('multipart/report', ''), ('report-type', 'delivery-status'), 363 [('multipart/report', ''), 367 [('multipart/report', ''), [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
request_test.go | 14 "mime/multipart" 147 Header: Header{"Content-Type": {`multipart/form-data; boundary="foo123"`}}, 150 multipart, err := req.MultipartReader() 151 if multipart == nil { 152 t.Errorf("expected multipart; error: %v", err) 156 multipart, err = req.MultipartReader() 157 if multipart != nil { 158 t.Error("unexpected multipart for text/plain") 165 Header: Header{"Content-Type": {`multipart/form-data; boundary="foo123"`}}, 170 t.Error("expected multipart EOF, got nil" [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
request_test.go | 14 "mime/multipart" 147 Header: Header{"Content-Type": {`multipart/form-data; boundary="foo123"`}}, 150 multipart, err := req.MultipartReader() 151 if multipart == nil { 152 t.Errorf("expected multipart; error: %v", err) 156 multipart, err = req.MultipartReader() 157 if multipart != nil { 158 t.Error("unexpected multipart for text/plain") 165 Header: Header{"Content-Type": {`multipart/form-data; boundary="foo123"`}}, 170 t.Error("expected multipart EOF, got nil" [all...] |
/external/apache-http/android/src/com/android/internal/http/multipart/ |
Part.java | 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/Part.java,v 1.16 2005/01/14 21:16:40 olegk Exp $ 31 package com.android.internal.http.multipart; 42 * Abstract class for one Part of a multipart post object. 59 * @deprecated use {@link org.apache.http.client.methods.multipart#MULTIPART_BOUNDARY} 133 * The ASCII bytes to use as the multipart boundary. 408 * Gets the length of the multipart message including the given parts.
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
MultiPartOutputStream.java | 27 /** Handle a multipart MIME response. 38 public static String MULTIPART_MIXED="multipart/mixed"; 39 public static String MULTIPART_X_MIXED_REPLACE="multipart/x-mixed-replace";
|
/frameworks/opt/telephony/src/java/com/google/android/mms/ |
ContentType.java | 27 public static final String MULTIPART_MIXED = "application/vnd.wap.multipart.mixed"; 28 public static final String MULTIPART_RELATED = "application/vnd.wap.multipart.related"; 29 public static final String MULTIPART_ALTERNATIVE = "application/vnd.wap.multipart.alternative";
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
Wap230WspContentTypeTest.java | 49 WELL_KNOWN_SHORT_MIME_TYPES.put(0x0B, "multipart/*"); 50 WELL_KNOWN_SHORT_MIME_TYPES.put(0x0C, "multipart/mixed"); 51 WELL_KNOWN_SHORT_MIME_TYPES.put(0x0D, "multipart/form-data"); 52 WELL_KNOWN_SHORT_MIME_TYPES.put(0x0E, "multipart/byterantes"); 53 WELL_KNOWN_SHORT_MIME_TYPES.put(0x0F, "multipart/alternative"); 72 WELL_KNOWN_SHORT_MIME_TYPES.put(0x22, "application/vnd.wap.multipart.*"); 73 WELL_KNOWN_SHORT_MIME_TYPES.put(0x23, "application/vnd.wap.multipart.mixed"); 74 WELL_KNOWN_SHORT_MIME_TYPES.put(0x24, "application/vnd.wap.multipart.form-data"); 75 WELL_KNOWN_SHORT_MIME_TYPES.put(0x25, "application/vnd.wap.multipart.byteranges"); 76 WELL_KNOWN_SHORT_MIME_TYPES.put(0x26, "application/vnd.wap.multipart.alternative") [all...] |
/packages/apps/Messaging/src/android/support/v7/mms/ |
CarrierConfigValuesLoader.java | 94 * Boolean value: if multipart SMS should be sent as separate SMS messages 150 * Integer value: the threshold of number of SMS parts when an multipart SMS will be 151 * converted into an MMS, e.g. if this is "4", when an multipart SMS message has 5
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
ContentType.java | 27 public static final String MULTIPART_MIXED = "application/vnd.wap.multipart.mixed"; 28 public static final String MULTIPART_RELATED = "application/vnd.wap.multipart.related"; 29 public static final String MULTIPART_ALTERNATIVE = "application/vnd.wap.multipart.alternative";
|
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/ |
upload.py | 32 <form action="/upload" enctype="multipart/form-data" method="post">
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
debugapp.py | 58 '<form method="post" enctype="multipart/form-data">\n'
|
/external/chromium-trace/catapult/third_party/webapp2/ |
TODO | 49 encoding setting specified in a header part of each multipart field.
|
/external/curl/docs/ |
RESOURCES | 52 RFC 2388 - "Returning Values from Forms: multipart/form-data"
|