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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results_uploader.py 56 BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
61 lines.append('--' + BOUNDARY)
69 lines.append('--' + BOUNDARY)
77 lines.append('--' + BOUNDARY + '--')
80 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 58 * The boundary
61 protected static final String BOUNDARY = "----------------314159265358979323846";
64 * The boundary as a byte array.
67 protected static final byte[] BOUNDARY_BYTES = EncodingUtils.getAsciiBytes(BOUNDARY);
70 * The default boundary to be used if {@link #setPartBoundary(byte[])} has not
124 * Return the boundary string.
125 * @return the boundary string
129 return BOUNDARY;
133 * The ASCII bytes to use as the multipart boundary.
163 * Gets the part boundary to be used
    [all...]
  /external/chromium/testing/gmock/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/chromium/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/libvpx/libvpx/third_party/googletest/src/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/valgrind/unittest/
racecheck_unittest.cc 1190 // 1. write(GLOB[i]: i >= BOUNDARY) a. n = BOUNDARY
1191 // 2. HAPPENS_BEFORE(BOUNDARY+1) -------> b. HAPPENS_AFTER(n)
1192 // 3. BOUNDARY++; c. read(GLOB[i]: i < n)
1194 // Here we have a 'safe' race on accesses to BOUNDARY and
1196 // Writer writes to GLOB[i] where i>=BOUNDARY and then increments BOUNDARY.
1197 // Readers read BOUNDARY and read GLOB[i] where i<BOUNDARY.
1208 volatile int BOUNDARY = 0
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /external/v8/src/
ast.cc 863 case RegExpAssertion::BOUNDARY:
    [all...]
ast.h     [all...]
jsregexp.cc 2312 Label* boundary; local
    [all...]
parser.cc     [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...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1001 milliseconds