/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/ |
msg_04.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_36.txt | 2 Content-Type: Multipart/Mixed; Boundary="NextPart" 13 Content-Type: Multipart/Alternative; Boundary="OtherAccess"
|
msg_44.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_39.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/ |
msg_04.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_36.txt | 2 Content-Type: Multipart/Mixed; Boundary="NextPart" 13 Content-Type: Multipart/Alternative; Boundary="OtherAccess"
|
msg_44.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_39.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
|
/prebuilts/go/darwin-x86/src/mime/multipart/ |
writer.go | 5 package multipart package 17 // A Writer generates multipart messages. 24 // NewWriter returns a new multipart Writer with a random boundary, 67 // multipart/form-data with this Writer's Boundary. 69 return "multipart/form-data; boundary=" + w.boundary 81 // CreatePart creates a new multipart section with the provided 152 // Close finishes the multipart message and writes the trailing 178 return 0, errors.New("multipart: can't write to finished part")
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
writer.go | 5 package multipart package 17 // A Writer generates multipart messages. 24 // NewWriter returns a new multipart Writer with a random boundary, 67 // multipart/form-data with this Writer's Boundary. 69 return "multipart/form-data; boundary=" + w.boundary 81 // CreatePart creates a new multipart section with the provided 152 // Close finishes the multipart message and writes the trailing 178 return 0, errors.New("multipart: can't write to finished part")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_04.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_36.txt | 2 Content-Type: Multipart/Mixed; Boundary="NextPart" 13 Content-Type: Multipart/Alternative; Boundary="OtherAccess"
|
msg_44.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_39.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_04.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_36.txt | 2 Content-Type: Multipart/Mixed; Boundary="NextPart" 13 Content-Type: Multipart/Alternative; Boundary="OtherAccess"
|
msg_44.txt | 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx" 11 Subject: a simple multipart
|
msg_39.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
multipart.py | 33 Represents a completed MultiPart Upload. Contains the 76 Represents a single part in a MultiPart upload. 116 A generator function for listing parts of a multipart upload. 130 Represents a MultiPart Upload operation. 205 Return the uploaded parts of this MultiPart Upload. This is 231 Upload another part of this MultiPart Upload. 235 After you initiate multipart upload and upload one or more parts, 236 you must either complete or abort multipart upload in order to stop 238 either complete or abort multipart upload, Amazon S3 frees up the 267 Copy another part of this MultiPart Upload [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/ |
MultipartTest.java | 17 package com.android.internal.http.multipart; 34 File upload = File.createTempFile("Multipart", "test"); 55 StringBuffer contentType = new StringBuffer("multipart/form-data"); 58 assertEquals("Multipart content type error", contentType.toString(), h.getValue()); 114 assertEquals("Multipart content error", output.toString(), os.toString());
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeMultipart.java | 21 import com.android.emailcommon.mail.Multipart; 29 public class MimeMultipart extends Multipart { 49 throw new MessagingException("MultiPart does not contain boundary: " + contentType); 53 "Invalid MultiPart Content-Type; must contain subtype and boundary. (" 82 mContentType = String.format("multipart/%s; boundary=\"%s\"", subType, mBoundary);
|
/packages/services/Telephony/src/com/android/phone/common/mail/internet/ |
MimeMultipart.java | 20 import com.android.phone.common.mail.Multipart; 28 public class MimeMultipart extends Multipart { 48 throw new MessagingException("MultiPart does not contain boundary: " + contentType); 52 "Invalid MultiPart Content-Type; must contain subtype and boundary. (" 81 mContentType = String.format("multipart/%s; boundary=\"%s\"", subType, mBoundary);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S) 124 multipart = None 157 multipart = '--' + mp_res.group(1) 160 if is_repl and (quoted_printable or multipart): 175 ## multipart = line[:-1] 176 while multipart: 177 if line == multipart + '--\n': 179 multipart = None 182 if line == multipart + '\n': 184 nifile = File(ifile, multipart) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S) 124 multipart = None 157 multipart = '--' + mp_res.group(1) 160 if is_repl and (quoted_printable or multipart): 175 ## multipart = line[:-1] 176 while multipart: 177 if line == multipart + '--\n': 179 multipart = None 182 if line == multipart + '\n': 184 nifile = File(ifile, multipart) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S) 124 multipart = None 157 multipart = '--' + mp_res.group(1) 160 if is_repl and (quoted_printable or multipart): 175 ## multipart = line[:-1] 176 while multipart: 177 if line == multipart + '--\n': 179 multipart = None 182 if line == multipart + '\n': 184 nifile = File(ifile, multipart) [all...] |