Searched defs:BOUNDARY (Results 1 - 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMultipartMimeContentImpl.java33 public static String BOUNDARY = "boundary"; field in class:MultipartMimeContentImpl
40 this.boundary = contentTypeHeader.getParameter(BOUNDARY);
87 String delimiter = this.getContentTypeHeader().getParameter(BOUNDARY);
/external/v8/src/
H A Dast.h2270 BOUNDARY, enumerator in enum:v8::internal::RegExpAssertion::Type
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp1498 // 1. write(GLOB[i]: i >= BOUNDARY) a. n = BOUNDARY
1499 // 2. HAPPENS_BEFORE(BOUNDARY+1) -------> b. HAPPENS_AFTER(n)
1500 // 3. BOUNDARY++; c. read(GLOB[i]: i < n)
1502 // Here we have a 'safe' race on accesses to BOUNDARY and
1504 // Writer writes to GLOB[i] where i>=BOUNDARY and then increments BOUNDARY.
1505 // Readers read BOUNDARY and read GLOB[i] where i<BOUNDARY.
1516 volatile int BOUNDARY member in namespace:test30
1569 volatile int BOUNDARY = 0; member in namespace:test31
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc1190 // 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 member in namespace:test30
1260 volatile int BOUNDARY = 0; member in namespace:test31
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 223 milliseconds