Home
last modified time | relevance | path

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

12

/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/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
/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/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/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/valgrind/drd/tests/
Dtsan_unittest.cpp1520 volatile int BOUNDARY = 0; variable
1524 CHECK(BOUNDARY == i); in Writer()
1528 ANNOTATE_HAPPENS_BEFORE(reinterpret_cast<void*>(BOUNDARY+1)); in Writer()
1529 BOUNDARY++; in Writer()
1537 n = BOUNDARY; in Reader()
1548 FAST_MODE_INIT(&BOUNDARY); in Run()
1549 ANNOTATE_EXPECT_RACE((void*)(&BOUNDARY), "test30. Sync via 'safe' race."); in Run()
1573 volatile int BOUNDARY = 0; variable
1577 CHECK(BOUNDARY == i); in Writer1()
1581 ANNOTATE_HAPPENS_BEFORE(reinterpret_cast<void*>(BOUNDARY+1)); in Writer1()
[all …]
/external/v8/src/regexp/
Dregexp-ast.cc209 case RegExpAssertion::BOUNDARY: in VisitAssertion()
Dregexp-ast.h270 BOUNDARY, enumerator
Dregexp-parser.cc355 new (zone()) RegExpAssertion(RegExpAssertion::BOUNDARY)); in ParseDisjunction()
Djsregexp.cc5640 case BOUNDARY: in ToNode()
/external/regex-re2/lib/codereview/
Dcodereview.py3078 BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
3084 lines.append('--' + BOUNDARY)
3092 lines.append('--' + BOUNDARY)
3097 lines.append('--' + BOUNDARY + '--')
3100 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt1606 # 1807..180A valid # 3.0 MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER..MONGOLIAN N…
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt5388 1807;MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER;Po;0;ON;;;;;N;;;;;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt5388 1807;MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER;Po;0;ON;;;;;N;;;;;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DUnicodeData.txt5388 1807;MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER;Po;0;ON;;;;;N;;;;;

12