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

1 2

  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
hugeshmat04.c 36 #define BOUNDARY (1024 * 1024 * 1024)
68 buf = shmat(shmid, (void *)BOUNDARY, SHM_RND | 0777);
  /tools/tradefederation/core/src/com/android/tradefed/util/net/
HttpMultipartPost.java 39 private static final String BOUNDARY = "xXxXx";
64 mBuilder.append(HYPHENS + BOUNDARY + CRLF);
101 mBuilder.append(HYPHENS + BOUNDARY + CRLF);
119 mBuilder.append(HYPHENS + BOUNDARY + HYPHENS);
122 "multipart/form-data;boundary=" + 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);
  /external/apache-http/android/src/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/python/cpython3/Lib/test/
test_cgi.py 126 env = {'boundary': BOUNDARY.encode('latin1'),
238 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY),
255 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY),
274 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY),
300 'CONTENT_TYPE': 'multipart/form-data; boundary=-123',
313 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY_W3)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/
ConfigParser.java 60 private static final String BOUNDARY = "boundary=";
77 * Flag indicating if this is the last part (ending with --{boundary}--).
92 * Boundary string (optional), only applies for the outter MIME header.
94 public String boundary = null; field in class:ConfigParser.MimeHeader
112 * Content-Type: multipart/mixed; boundary={boundary}
116 * --{boundary}
121 * --{boundary}
126 * --{boundary}
351 String boundary = null; local
    [all...]
  /external/v8/src/regexp/
regexp-ast.h 270 BOUNDARY,
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 553 milliseconds

1 2