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

  /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/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/chromium_org/v8/src/
ast.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 96 milliseconds