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

1 2

  /external/bison/src/
location.h 26 /* A boundary between two characters. */
29 /* The name of the file that contains the boundary. */
32 /* The (origin-1) line that contains the boundary.
36 /* The (origin-1) column just after the boundary. This is neither a
41 } boundary; typedef in typeref:struct:__anon1499
45 equal_boundaries (boundary a, boundary b)
55 /* Boundary just before the location starts. */
56 boundary start;
58 /* Boundary just after the location ends. *
    [all...]
  /external/icu4c/samples/break/
break.cpp 44 void printEachForward( BreakIterator& boundary)
46 int32_t start = boundary.first();
47 for (int32_t end = boundary.next();
49 start = end, end = boundary.next())
51 printTextRange( boundary, start, end );
56 void printEachBackward( BreakIterator& boundary)
58 int32_t end = boundary.last();
59 for (int32_t start = boundary.previous();
61 end = start, start = boundary.previous())
63 printTextRange( boundary, start, end )
96 BreakIterator* boundary; local
    [all...]
ubreak.c 33 void printEachForward( UBreakIterator* boundary, UChar* str) {
35 int32_t start = ubrk_first(boundary);
36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end =
37 ubrk_next(boundary)) {
44 void printEachBackward( UBreakIterator* boundary, UChar* str) {
46 int32_t end = ubrk_last(boundary);
47 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start,
48 start =ubrk_previous(boundary)) {
54 void printFirst(UBreakIterator* boundary, UChar* str) {
56 int32_t start = ubrk_first(boundary);
81 UBreakIterator *boundary; local
    [all...]
  /external/icu4c/i18n/
brktrans.cpp 96 int32_t boundary; local
97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
98 if (boundary == 0) continue;
101 UChar32 cp = sText.char32At(boundary-1);
106 cp = sText.char32At(boundary);
111 boundaries->addElement(boundary, status);
112 // printf("Boundary at %d\n", boundary)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
ContentImpl.java 17 private String boundary; field in class:ContentImpl
25 public ContentImpl( String content, String boundary ) {
28 this.boundary = boundary;
61 if (boundary == null) {
65 return "--" + boundary + "\r\n" + getContentTypeHeader() +
69 return "--" + boundary + "\r\n" + getContentTypeHeader() + "\r\n" + content.toString();
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);
MessageFactoryImpl.java 835 String boundary = multipartMimeCth.getParameter("boundary"); local
    [all...]
  /external/openssl/crypto/asn1/
bio_ndef.c 90 /* Boundary where content is inserted */
91 unsigned char **boundary; member in struct:ndef_aux_st
132 sarg.boundary = NULL;
140 ndef_aux->boundary = sarg.boundary;
172 if (!*ndef_aux->boundary)
175 *plen = *ndef_aux->boundary - *pbuf;
226 sarg.boundary = ndef_aux->boundary;
237 if (!*ndef_aux->boundary)
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
DateSorterTest.java 90 long boundary = dateSorter.getBoundary(i); local
93 assertEquals(i, dateSorter.getIndex(boundary + 1));
95 assertEquals(nextIndex, dateSorter.getIndex(boundary));
96 assertEquals(nextIndex, dateSorter.getIndex(boundary-1));
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 155 int boundary = dialog_bounds.width() - view_location.width(); local
156 view_location.set_x(std::min(view_location.x(), boundary));
  /external/webkit/Source/WebCore/platform/network/
FormDataBuilder.cpp 103 Vector<char> boundary; local
110 // to appear in the boundary string, because 0x41 and 0x42 are present in
124 append(boundary, "----WebKitFormBoundary");
137 boundary.append(randomBytes);
138 boundary.append(0); // Add a 0 at the end so we can use this as a C-style string.
139 return boundary;
142 void FormDataBuilder::beginMultiPartHeader(Vector<char>& buffer, const CString& boundary, const CString& name)
144 addBoundaryToMultiPartHeader(buffer, boundary);
153 void FormDataBuilder::addBoundaryToMultiPartHeader(Vector<char>& buffer, const CString& boundary, bool isLastBoundary)
156 append(buffer, boundary);
    [all...]
FormData.h 119 const Vector<char>& boundary() const { return m_boundary; } function in class:WebCore::FormData
  /external/webkit/Source/WebCore/wml/
WMLGoElement.cpp 164 Vector<char> boundary = FormDataBuilder::generateUniqueBoundaryString(); local
165 data = createFormData(boundary.data());
166 request.setHTTPContentType(m_formAttributes.encodingType() + "; boundary=" + boundary.data());
191 PassRefPtr<FormData> WMLGoElement::createFormData(const CString& boundary)
208 FormDataBuilder::beginMultiPartHeader(header, boundary, key);
221 FormDataBuilder::addBoundaryToMultiPartHeader(encodedData, boundary, true);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 29 * can be used to determine if a final boundary has been seen or not.
40 private byte[] boundary = null; field in class:MimeBoundaryInputStream
49 * @param boundary Boundary string (not including leading hyphens).
51 public MimeBoundaryInputStream(InputStream s, String boundary)
54 this.s = new PushbackInputStream(s, boundary.length() + 4);
56 boundary = "--" + boundary;
57 this.boundary = new byte[boundary.length()];
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java 240 int boundary = 0; local
253 boundary = i - 1;
262 block[boundary] = 0;
264 byte[] nblock = new byte[(block.length - boundary) / 2];
268 nblock[i] = block[2 * i + boundary + 1];
  /external/harfbuzz/src/
harfbuzz-tibetan.c 259 hb_uint32 boundary = tibetan_nextSyllableBoundary(text, from+i, end, &invalid) - from; local
263 if (boundary > len-1) boundary = len;
265 while (i < boundary) {
270 assert(i == boundary);
  /external/webkit/Source/WebCore/loader/
FormSubmission.cpp 124 inline FormSubmission::FormSubmission(Method method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState> state, PassRefPtr<FormData> data, const String& boundary, bool lockHistory, PassRefPtr<Event> event)
131 , m_boundary(boundary)
193 String boundary; local
197 boundary = formData->boundary().data();
210 return adoptRef(new FormSubmission(copiedAttributes.method(), actionURL, targetOrBaseTarget, encodingType, formState.release(), formData.release(), boundary, lockHistory, event));
239 frameRequest.resourceRequest().setHTTPContentType(m_contentType + "; boundary=" + m_boundary);
FormSubmission.h 101 const String boundary() const { return m_boundary; } function in class:WebCore::FormSubmission
111 FormSubmission(Method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, bool lockHistory, PassRefPtr<Event>);
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dm.h 61 uint8_t boundary[MAX_CONTENT_BOUNDARY_LEN]; /**< DRM message's boundary */ member in struct:_T_DRM_DM_Info
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 274 unsigned long boundary = ((unsigned long) eBoundary) & PERF_BoundaryMask; local
283 (boundary < PERF_BoundaryMax ?
284 PERF_BoundaryTypes[boundary] : "INVALID"),
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/
Multipart.java 169 String boundary = getBoundary(); local
177 writer.write(boundary + "\r\n");
182 writer.write(boundary + "--" + "\r\n");
  /external/chromium/webkit/glue/
multipart_response_delegate_unittest.cc 40 std::string& boundary() { return delegate_->boundary_; } function in class:webkit_glue::MultipartResponseDelegateTester
185 const char* boundary; member in struct:__anon3985::__anon3988
197 delegate_tester.boundary().assign(boundary_tests[i].boundary);
213 // No start boundary
232 // No end boundary
254 // Neither boundary
278 // Some servers send a boundary that is prefixed by "--". See bug 5786.
361 // Break in the first boundary
491 // Test multipart/byteranges based boundary parsing
    [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 60 BreakIterator* boundary; local
66 boundary = BreakIterator::createWordInstance("en", *status);
67 boundary->setText(str);
69 int32_t start = boundary->first();
70 for (int32_t end = boundary->next();
72 start = end, end = boundary->next())
74 printTextRange( *boundary, start, end );
83 boundary = BreakIterator::createCharacterInstance(Locale::getUS(), *status);
84 boundary->setText(str);
86 int32_t start = boundary->first()
    [all...]
  /external/opencv/cv/src/
_cvkdtree.hpp 72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right member in struct:CvKDTree::node
189 n.boundary = deref(ctor(*median), dim);
210 if (deref(p, n.dim) <= n.boundary) // left
290 nodes[i].right << ", dim " << nodes[i].dim << ", boundary " <<
291 nodes[i].boundary << std::endl;
343 if (d[n.dim] <= n.boundary) { // left
344 pq_alternate(n.right, pq, n.boundary - d[n.dim]);
347 pq_alternate(n.left, pq, d[n.dim] - n.boundary);
436 if (bounds_min[n.dim] <= n.boundary)
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_inner.h 44 uint8_t boundary[256]; member in struct:_T_DRM_DM_Binary_Node
48 uint8_t boundary[256]; member in struct:_T_DRM_DM_Base64_Node

Completed in 871 milliseconds

1 2