HomeSort by relevance Sort by last modified time
    Searched full:multipart (Results 151 - 175 of 663) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
layer1.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
transfer_test.py 188 # Test a specific corner case in multipart encoding.
194 # multipart and non-multipart case.
207 # Test multipart: having a body argument in http_request forces
208 # multipart here.
218 self.assertEqual(url_builder.query_params['uploadType'], 'multipart')
223 # Test non-multipart (aka media): no body argument means this is
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 47 * The prefix of all <code>multipart</code> MIME types.
49 public static final String TYPE_MULTIPART_PREFIX = "multipart/";
51 * The <code>multipart/digest</code> MIME type.
53 public static final String TYPE_MULTIPART_DIGEST = "multipart/digest";
103 * If child's MIME type is multipart but no boundary
199 * Determines if the MIME type of this field is <code>multipart/*</code>.
201 * @return <code>true</code> if this field is has a <code>multipart/*</code>
  /packages/services/Telephony/src/org/apache/james/mime4j/field/
ContentTypeField.java 47 * The prefix of all <code>multipart</code> MIME types.
49 public static final String TYPE_MULTIPART_PREFIX = "multipart/";
51 * The <code>multipart/digest</code> MIME type.
53 public static final String TYPE_MULTIPART_DIGEST = "multipart/digest";
103 * If child's MIME type is multipart but no boundary
199 * Determines if the MIME type of this field is <code>multipart/*</code>.
201 * @return <code>true</code> if this field is has a <code>multipart/*</code>
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 165 final boolean multipart = attachments.size() > 0;
167 // Simplified case for no multipart - just emit text and be done.
168 if (!multipart) {
171 // continue with multipart headers, then into multipart body
175 // Move to the first attachment; this must succeed because multipart is true
178 // this as multipart/alternative instead of multipart/mixed
186 "multipart/" + multipartType + "; boundary=\"" + multipartBoundary + "\"");
190 // first multipart element is the bod
    [all...]
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 7 Package multipart implements MIME multipart parsing, as defined in RFC
10 The implementation is sufficient for HTTP (RFC 2388) and the multipart
13 package multipart package
28 // A Part represents a single part in a multipart body.
85 // NewReader creates a new multipart Reader reading from r using the
163 return 0, fmt.Errorf("multipart: Part Read: %v", err)
207 // Reader is an iterator over parts in a MIME multipart body.
222 // NextPart returns the next part in the multipart or an error.
236 // multipart EOF so we need to return io.EOF instead o
    [all...]
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 7 Package multipart implements MIME multipart parsing, as defined in RFC
10 The implementation is sufficient for HTTP (RFC 2388) and the multipart
13 package multipart package
28 // A Part represents a single part in a multipart body.
85 // NewReader creates a new multipart Reader reading from r using the
163 return 0, fmt.Errorf("multipart: Part Read: %v", err)
207 // Reader is an iterator over parts in a MIME multipart body.
222 // NextPart returns the next part in the multipart or an error.
236 // multipart EOF so we need to return io.EOF instead o
    [all...]
  /external/google-breakpad/src/common/windows/
http_upload.h 30 // HTTPUpload provides a "nice" API to send a multipart HTTP(S) POST
58 // upload_file, as a multipart POST request to the given URL.
85 // Generates a new multipart boundary for a POST request
88 // Generates a HTTP request header for a multipart form submit.
92 // generates a multipart request body string with these parameters
  /external/libbrillo/brillo/
mime_utils.cc 20 const char mime::types::kMultipart[] = "multipart";
42 const char mime::multipart::kFormData[] = "multipart/form-data";
43 const char mime::multipart::kMixed[] = "multipart/mixed";
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multifile.py 7 Content-Type: multipart/mixed;
12 Content-Type: multipart/alternative;
45 if msg.getmaintype() == 'multipart':
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multifile.py 7 Content-Type: multipart/mixed;
12 Content-Type: multipart/alternative;
45 if msg.getmaintype() == 'multipart':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 7 Content-Type: multipart/mixed;
12 Content-Type: multipart/alternative;
45 if msg.getmaintype() == 'multipart':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 7 Content-Type: multipart/mixed;
12 Content-Type: multipart/alternative;
45 if msg.getmaintype() == 'multipart':
  /prebuilts/gdb/darwin-x86/lib/python2.7/
MimeWriter.py 149 subtype parameter provides the multipart subtype, the boundary
159 return self.startbody("multipart/" + subtype,
165 individual part in a multipart message.
168 recursively complex multipart messages. The message must first be
177 """This is used to designate the last part of a multipart message.
179 It should always be used when writing multipart messages.
  /prebuilts/gdb/linux-x86/lib/python2.7/
MimeWriter.py 149 subtype parameter provides the multipart subtype, the boundary
159 return self.startbody("multipart/" + subtype,
165 individual part in a multipart message.
168 recursively complex multipart messages. The message must first be
177 """This is used to designate the last part of a multipart message.
179 It should always be used when writing multipart messages.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 149 subtype parameter provides the multipart subtype, the boundary
159 return self.startbody("multipart/" + subtype,
165 individual part in a multipart message.
168 recursively complex multipart messages. The message must first be
177 """This is used to designate the last part of a multipart message.
179 It should always be used when writing multipart messages.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 149 subtype parameter provides the multipart subtype, the boundary
159 return self.startbody("multipart/" + subtype,
165 individual part in a multipart message.
168 recursively complex multipart messages. The message must first be
177 """This is used to designate the last part of a multipart message.
179 It should always be used when writing multipart messages.
  /external/curl/docs/libcurl/opts/
CURLOPT_HTTPPOST.3 25 CURLOPT_HTTPPOST \- specify the multipart formpost content
33 Tells libcurl you want a multipart/formdata HTTP POST to be made and you
  /external/curl/tests/data/
test166 41 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
50 Content-Type: multipart/form-data; boundary=----------------------------b0b3d6d23991
test173 49 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
58 Content-Type: multipart/form-data; boundary=----------------------------5dbea401cd8c
test186 39 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
48 Content-Type: multipart/form-data; boundary=----------------------------212d9006ceb5
test44 43 ^(User-Agent:|Content-Type: multipart/form-data;|------).*
51 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
test71 49 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
58 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
test9 43 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
52 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
  /external/libnl/include/netlink/
netlink-kernel.h 68 * Indicates the message is part of a multipart message terminated
162 * Message terminates a multipart message.

Completed in 1724 milliseconds

1 2 3 4 5 67 8 91011>>