Home
last modified time | relevance | path

Searched refs:BOUNDARY (Results 1 – 25 of 37) sorted by relevance

12

/external/python/cpython2/Lib/email/test/data/
Dmsg_12.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
28 --BOUNDARY
32 --BOUNDARY
36 --BOUNDARY--
Dmsg_12a.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
30 --BOUNDARY
34 --BOUNDARY
38 --BOUNDARY--
Dmsg_10.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
Dmsg_09.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
20 --BOUNDARY
24 --BOUNDARY--
Dmsg_08.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
20 --BOUNDARY
24 --BOUNDARY--
Dmsg_30.txt3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
14 --BOUNDARY
23 --BOUNDARY--
Dmsg_21.txt4 Content-Type: multipart/mixed; boundary="BOUNDARY"
7 --BOUNDARY
13 --BOUNDARY
19 --BOUNDARY--
Dmsg_28.txt3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
15 --BOUNDARY
25 --BOUNDARY--
Dmsg_23.txt2 Content-Type: multipart/mixed; boundary="BOUNDARY"
4 --BOUNDARY
8 --BOUNDARY--
Dmsg_24.txt1 Content-Type: multipart/mixed; boundary="BOUNDARY"
7 --BOUNDARY
10 --BOUNDARY--
Dmsg_31.txt5 --BOUNDARY
10 --BOUNDARY
15 --BOUNDARY--
Dmsg_07.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
15 --BOUNDARY
83 --BOUNDARY--
Dmsg_13.txt14 Content-Type: multipart/mixed; boundary=BOUNDARY
17 --BOUNDARY
24 --BOUNDARY
92 --BOUNDARY--
Dmsg_17.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py119 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/nist-sip/java/gov/nist/javax/sip/message/
DMultipartMimeContentImpl.java33 public static String BOUNDARY = "boundary"; field in MultipartMimeContentImpl
40 this.boundary = contentTypeHeader.getParameter(BOUNDARY); in MultipartMimeContentImpl()
87 String delimiter = this.getContentTypeHeader().getParameter(BOUNDARY); in createContentList()
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat04.c53 #define BOUNDARY (1024 * 1024 * 1024) macro
105 buf = shmat(shmid, (void *)BOUNDARY, SHM_RND | 0777); in shared_hugepage()
/external/apache-http/android/src/com/android/internal/http/multipart/
DPart.java61 protected static final String BOUNDARY = "----------------314159265358979323846"; field in Part
67 protected static final byte[] BOUNDARY_BYTES = EncodingUtils.getAsciiBytes(BOUNDARY);
129 return BOUNDARY; in getBoundary()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BoundaryTest1 BOUNDARY TESTS
/external/googletest/googlemock/scripts/
Dupload.py511 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
/external/googletest/googletest/scripts/
Dupload.py511 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
/external/v8/testing/gtest/scripts/
Dupload.py511 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
/external/google-breakpad/src/testing/scripts/
Dupload.py511 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
/external/v8/testing/gmock/scripts/
Dupload.py511 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
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py511 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

12