HomeSort by relevance Sort by last modified time
    Searched refs:BOUNDARY (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
file_uploader.py 54 BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
59 lines.append('--' + BOUNDARY)
67 lines.append('--' + BOUNDARY)
75 lines.append('--' + BOUNDARY + '--')
78 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 125 BOUNDARY = '----------Googlecode_boundary_reindeer_flotilla'
133 ['--' + BOUNDARY,
146 ['--' + BOUNDARY,
156 body.extend(['--' + BOUNDARY + '--', ''])
158 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
  /external/owasp/sanitizer/tools/
googlecode_upload.py 119 BOUNDARY = '----------Googlecode_boundary_reindeer_flotilla'
127 ['--' + BOUNDARY,
140 ['--' + BOUNDARY,
150 body.extend(['--' + BOUNDARY + '--', ''])
152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
json_results.py 214 BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
219 lines.append('--' + BOUNDARY)
224 lines.append('--' + BOUNDARY)
231 lines.append('--' + BOUNDARY + '--')
234 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 31 private String boundary; field in class:MultipartMimeContentImpl
33 public static String BOUNDARY = "boundary";
40 this.boundary = contentTypeHeader.getParameter(BOUNDARY);
87 String delimiter = this.getContentTypeHeader().getParameter(BOUNDARY);
128 ContentImpl content = new ContentImpl(rest, boundary);
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 64 * The boundary
67 protected static final String BOUNDARY = "----------------314159265358979323846";
70 * The boundary as a byte array.
73 protected static final byte[] BOUNDARY_BYTES = EncodingUtils.getAsciiBytes(BOUNDARY);
76 * The default boundary to be used if {@link #setPartBoundary(byte[])} has not
130 * Return the boundary string.
131 * @return the boundary string
135 return BOUNDARY;
139 * The ASCII bytes to use as the multipart boundary.
169 * Gets the part boundary to be used
    [all...]
  /external/chromium_org/build/android/pylib/utils/
json_results_generator.py 671 BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
676 lines.append('--' + BOUNDARY)
684 lines.append('--' + BOUNDARY)
693 lines.append('--' + BOUNDARY + '--')
696 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
  /external/chromium_org/testing/gtest/scripts/
upload.py 511 BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
515 lines.append('--' + BOUNDARY)
520 lines.append('--' + BOUNDARY)
526 lines.append('--' + BOUNDARY + '--')
529 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /external/chromium_org/v8/src/
ast.cc 870 case RegExpAssertion::BOUNDARY:
    [all...]
ast.h     [all...]
jsregexp.cc     [all...]
parser.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
test_email_renamed.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
test_email_renamed.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 655 milliseconds