HomeSort by relevance Sort by last modified time
    Searched defs:boundary (Results 26 - 50 of 76) sorted by null

12 3 4

  /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...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 72 /** Single digit [0-9] to ensure uniqueness of the MIME boundary */
186 "multipart/" + multipartType + "; boundary=\"" + multipartBoundary + "\"");
338 * Write a multipart boundary
341 * @param boundary the boundary string
342 * @param end false if inner boundary, true if final boundary
344 private static void writeBoundary(Writer writer, String boundary, boolean end)
347 writer.append(boundary);
388 * Returns a unique boundary string
391 final StringBuilder boundary = new StringBuilder(); local
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
BodyDescriptor.java 36 private String boundary = null; field in class:BodyDescriptor
120 String b = params.get("boundary");
130 boundary = b;
146 parameters.remove("boundary");
347 * Return the boundary
350 return boundary;
  /packages/services/Telephony/src/org/apache/james/mime4j/
BodyDescriptor.java 36 private String boundary = null; field in class:BodyDescriptor
120 String b = params.get("boundary");
130 boundary = b;
146 parameters.remove("boundary");
347 * Return the boundary
350 return boundary;
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 62 BreakIterator* boundary; local
68 boundary = BreakIterator::createWordInstance("en", *status);
69 boundary->setText(str);
71 int32_t start = boundary->first();
72 for (int32_t end = boundary->next();
74 start = end, end = boundary->next())
76 printTextRange( *boundary, start, end );
85 boundary = BreakIterator::createCharacterInstance(Locale::getUS(), *status);
86 boundary->setText(str);
88 int32_t start = boundary->first()
    [all...]
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 469 // We crossed the script boundary into a new script.
666 // now reset the boundary that we compare against
923 // some script boundary strings are primary ignorable.
927 // AlphabeticIndex requires some non-ignorable script boundary strings.
1009 const UnicodeString &boundary = iter.getString(); local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiPartInputStream.java 57 * Handle a MultiPart Mime input stream, breaking it up on the boundary into files and strings.
477 int bstart = _contentType.indexOf("boundary=");
485 String boundary="--"+contentTypeBoundary; local
486 byte[] byteBoundary=(boundary+"--").getBytes(StringUtil.__ISO_8859_1);
488 // Get first boundary
505 while (line != null && !line.equals(boundary))
517 throw new IOException("Missing initial multi part boundary");
671 // Look for boundary
678 // Got a character not part of the boundary, so we don't have the boundary marker
    [all...]
  /external/tinyalsa/
pcm.c 251 unsigned int boundary; member in struct:pcm
474 frames += pcm->boundary;
475 else if (frames > (int)pcm->boundary)
476 frames -= pcm->boundary;
958 pcm->boundary = sparams.boundary = pcm->buffer_size;
960 while (pcm->boundary * 2 <= INT_MAX - pcm->buffer_size)
961 pcm->boundary *= 2;
1047 avail += pcm->boundary;
1048 else if (avail > (int)pcm->boundary)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 151 private String boundary = null; field in class:BluetoothMapbMessageMime
158 if(boundary == null)
160 boundary = "--=_" + UUID.randomUUID();
161 return boundary;
405 contentType).append("; boundary=").append(getBoundary()).append("\r\n");
555 // Extract the boundary if it exists
558 if(contentTypeParts[j].contains("boundary")) {
559 boundary = contentTypeParts[j].split("boundary[\\s]*=", 2)[1].trim();
560 // removing quotes from boundary strin
    [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/boringssl/src/include/openssl/
asn1t.h 690 /* Streaming I/O boundary */
691 unsigned char **boundary; member in struct:ASN1_STREAM_ARG_st
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java 1805 double boundary=pattern.getNumericValue(part); local
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 1020 String boundary = contentTypeHeader.substring(boundaryContentStart, contentTypeHeader.length()); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 172 /* Check for page boundary straddle (2048B) */
1949 uint boundary; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 1892 double boundary=pattern.getNumericValue(part); local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 379 snd_pcm_uframes_t boundary; member in struct:snd_pcm_sw_params
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 396 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_sw_params
428 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
435 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 379 snd_pcm_uframes_t boundary; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 391 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_sw_params
421 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
428 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 379 snd_pcm_uframes_t boundary; member in struct:snd_pcm_sw_params
    [all...]

Completed in 923 milliseconds

12 3 4