Searched defs:BOUNDARY (Results 1 - 4 of 4) 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/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/chromium_org/v8/src/
H A Dast.h2672 BOUNDARY, enumerator in enum:v8::internal::FINAL::AssertionType
/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 394 milliseconds