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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_07.txt 6 Content-Type: multipart/mixed; boundary="BOUNDARY"
msg_22.txt 6 Content-Type: multipart/mixed; boundary="============_-1208892523==_============"
msg_26.txt 11 Content-Type: multipart/mixed; boundary="1618492860--2051301190--113853680"
msg_02.txt 9 Content-Type: multipart/mixed; boundary="192.168.1.2.889.32614.987812255.500.21814"
43 Content-Type: multipart/digest; boundary="__--__--"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgi.py 25 # interface to SvFormContentDict and FormContentDict. The multipart
150 if ctype == 'multipart/form-data':
194 """Parse multipart input.
207 XXX This does not parse nested multipart parts -- use FieldStorage for
222 raise ValueError, ('Invalid boundary in multipart form: %r'
354 """Store a sequence of fields, reading multipart/form-data.
397 """Constructor. Read multipart/* until last part.
407 outerboundary : terminating multipart boundary
506 elif ctype[:10] == 'multipart/':
618 """Internal: read a part that is itself multipart.""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgi.py 25 # interface to SvFormContentDict and FormContentDict. The multipart
150 if ctype == 'multipart/form-data':
194 """Parse multipart input.
207 XXX This does not parse nested multipart parts -- use FieldStorage for
222 raise ValueError, ('Invalid boundary in multipart form: %r'
354 """Store a sequence of fields, reading multipart/form-data.
397 """Constructor. Read multipart/* until last part.
407 outerboundary : terminating multipart boundary
506 elif ctype[:10] == 'multipart/':
618 """Internal: read a part that is itself multipart.""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 25 # interface to SvFormContentDict and FormContentDict. The multipart
150 if ctype == 'multipart/form-data':
194 """Parse multipart input.
207 XXX This does not parse nested multipart parts -- use FieldStorage for
222 raise ValueError, ('Invalid boundary in multipart form: %r'
354 """Store a sequence of fields, reading multipart/form-data.
397 """Constructor. Read multipart/* until last part.
407 outerboundary : terminating multipart boundary
506 elif ctype[:10] == 'multipart/':
618 """Internal: read a part that is itself multipart.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 25 # interface to SvFormContentDict and FormContentDict. The multipart
150 if ctype == 'multipart/form-data':
194 """Parse multipart input.
207 XXX This does not parse nested multipart parts -- use FieldStorage for
222 raise ValueError, ('Invalid boundary in multipart form: %r'
354 """Store a sequence of fields, reading multipart/form-data.
397 """Constructor. Read multipart/* until last part.
407 outerboundary : terminating multipart boundary
506 elif ctype[:10] == 'multipart/':
618 """Internal: read a part that is itself multipart.""
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
MultipartForm.java 30 /** Builds a multipart form and submits it. */
101 "multipart/form-data; boundary=" + FORM_DATA_BOUNDARY);
  /cts/tools/dasm/src/java_cup/
parser.cup 108 /** append a new name segment to the accumulated multipart name */
223 /* reset the accumulated multipart name */
249 /* reset the accumulated multipart name */
314 /* reset the accumulated multipart name */
332 /* reset the accumulated multipart name */
342 /* reset the accumulated multipart name */
353 /* reset the accumulated multipart name */
362 /* reset the accumulated multipart name */
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePartSource.java 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/FilePartSource.java,v 1.10 2004/04/18 23:51:37 jsdever Exp $
31 package com.android.internal.http.multipart;
PartBase.java 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/PartBase.java,v 1.5 2004/04/18 23:51:37 jsdever Exp $
31 package com.android.internal.http.multipart;
  /external/chromium-trace/catapult/third_party/WebOb/webob/
compat.py 144 """Internal: read a part that is itself multipart."""
148 'Invalid boundary in multipart form: %r' % (ib,))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
utils.py 35 """Calculate the minimum part size needed for a multipart upload.
55 # archive, as there is a limit of 10,000 parts in a multipart upload.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
bucketlistresultset.py 119 A generator function for listing multipart uploads in a bucket.
136 A resultset for listing multipart uploads within a bucket.
  /external/curl/docs/examples/
README 62 multi-post.c - a multi-interface app doing a multipart formpost
71 postit2.c - send a HTTP multipart formpost
  /external/curl/tests/data/
test1404 53 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
61 Content-Type: multipart/mixed; boundary=----------------------------aaaaaaaaaaaa
test39 43 ^(User-Agent:|Content-Type: multipart/form-data;|-------).*
52 Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 184 Multipart mp = new MimeMultipart();
224 // add the Multipart to the message
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 34 // crash reports via HTTP(S). A crash report is formatted as a multipart POST
81 // name value pairs, as a multipart POST request to the given URL.
  /external/libbrillo/brillo/http/
http_form_data.cc 120 content_type.empty() ? mime::multipart::kMixed : content_type,
190 : form_data_{"", mime::multipart::kFormData, boundary} {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Entity.java 150 * <code>multipart/*</code>. Since multipart-entities must have
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_02.txt 9 Content-Type: multipart/mixed; boundary="192.168.1.2.889.32614.987812255.500.21814"
43 Content-Type: multipart/digest; boundary="__--__--"
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_02.txt 9 Content-Type: multipart/mixed; boundary="192.168.1.2.889.32614.987812255.500.21814"
43 Content-Type: multipart/digest; boundary="__--__--"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_02.txt 9 Content-Type: multipart/mixed; boundary="192.168.1.2.889.32614.987812255.500.21814"
43 Content-Type: multipart/digest; boundary="__--__--"

Completed in 4267 milliseconds

<<11121314151617181920>>