HomeSort by relevance Sort by last modified time
    Searched full:boundary (Results 76 - 100 of 1424) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/icu/unicode/
utf16.h 207 * Get a code point from a string at a code point boundary offset,
208 * and advance the offset to the next code point boundary.
233 * Get a code point from a string at a code point boundary offset,
234 * and advance the offset to the next code point boundary.
314 * Advance the string offset from one code point boundary to the next.
330 * Advance the string offset from one code point boundary to the next.
347 * Advance the string offset from one code point boundary to the n-th next one,
367 * Advance the string offset from one code point boundary to the n-th next one,
388 * Adjust a random-access offset to a code point boundary
407 * Adjust a random-access offset to a code point boundary
    [all...]
utf8.h 199 * Get a code point from a string at a code point boundary offset,
200 * and advance the offset to the next code point boundary.
235 * Get a code point from a string at a code point boundary offset,
236 * and advance the offset to the next code point boundary.
321 * Advance the string offset from one code point boundary to the next.
335 * Advance the string offset from one code point boundary to the next.
360 * Advance the string offset from one code point boundary to the n-th next one,
380 * Advance the string offset from one code point boundary to the n-th next one,
401 * Adjust a random-access offset to a code point boundary
418 * Adjust a random-access offset to a code point boundary
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf16.h 207 * Get a code point from a string at a code point boundary offset,
208 * and advance the offset to the next code point boundary.
233 * Get a code point from a string at a code point boundary offset,
234 * and advance the offset to the next code point boundary.
314 * Advance the string offset from one code point boundary to the next.
330 * Advance the string offset from one code point boundary to the next.
347 * Advance the string offset from one code point boundary to the n-th next one,
367 * Advance the string offset from one code point boundary to the n-th next one,
388 * Adjust a random-access offset to a code point boundary
407 * Adjust a random-access offset to a code point boundary
    [all...]
utf8.h 199 * Get a code point from a string at a code point boundary offset,
200 * and advance the offset to the next code point boundary.
235 * Get a code point from a string at a code point boundary offset,
236 * and advance the offset to the next code point boundary.
321 * Advance the string offset from one code point boundary to the next.
335 * Advance the string offset from one code point boundary to the next.
360 * Advance the string offset from one code point boundary to the n-th next one,
380 * Advance the string offset from one code point boundary to the n-th next one,
401 * Adjust a random-access offset to a code point boundary
418 * Adjust a random-access offset to a code point boundary
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 68 the pixels that are outside the VOP using the boundary pixels for the block.
77 First, this functions determines which VOP boundary(ies) the motion vector
80 of block pixels inside the the boundary in the x and y directions are stored
82 boundary, the respectively end is set to 0.
84 After the boundaries are tested, any pixels lying outside a boundary are
85 interpolated from the boundary pixels. For example, if the block is outside the
86 bottom boundary, boundary pixels alone the bottom of the VOP as used to
87 interpolated those pixels lying outside the bottom boundary. The interpolation
88 used is a simple column-wise or row-wise copy of the boundary pixels (inside th
    [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...]
  /external/chromium/webkit/glue/
multipart_response_delegate.h 72 const std::string& boundary);
84 // Returns the multi part boundary string from the Content-type header
119 // Find the next boundary in data_. Returns std::string::npos if there's no
130 // Multipart boundary token
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:__anon3903::__anon3906
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/netcat/data/
rip.d 8 # u_char rip_res1[2]; /* pad to 32-bit boundary */
  /external/qemu/slirp/
if.h 23 * and 8 bytes for PPP, but need to have it on an 8byte boundary
  /external/qemu/slirp-android/
if.h 23 * and 8 bytes for PPP, but need to have it on an 8byte boundary
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
word_boundary.js 50 // testing whether all boundary characters are matched when they should be
60 // testing whether all non-boundary characters are matched when they should be
72 // testing whether all boundary characters are not matched when they should not be
89 // testing whether all non-boundary characters are not matched when they should not be
  /external/webkit/Source/WebCore/wml/
WMLGoElement.h 50 PassRefPtr<FormData> createFormData(const CString& boundary);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 39 * stream buffer. There is no boundary check for the bit stream
45 * an 8-byte boundary.
47 * on an 8-byte boundary.
70 * an 8-byte boundary.
omxVCM4P2_TransRecBlockCoef_intra.c 37 * an 8-byte boundary.
50 * be aligned on an 8-byte boundary.
54 * aligned on an 8-byte boundary.
84 * pDstmust be aligned on a 16-byte boundary.
86 * 8-byte boundary.
  /libcore/luni/src/main/java/java/util/
SortedMap.java 52 * the high boundary of the range specified.
85 * the low boundary of the range (inclusive).
87 * the high boundary of the range (exclusive),
111 * the low boundary of the range specified.
  /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);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
ContentTypeField.java 63 * The name of the <code>boundary</code> parameter.
65 public static final String PARAM_BOUNDARY = "boundary";
103 * If child's MIME type is multipart but no boundary
152 * Gets the value of the <code>boundary</code> parameter if set.
154 * @return the <code>boundary</code> parameter value or <code>null</code>
  /external/tinyalsa/
pcm.c 151 unsigned int boundary; member in struct:pcm
355 frames += pcm->boundary;
356 else if (frames > (int)pcm->boundary)
357 frames -= pcm->boundary;
567 pcm->boundary = sparams.boundary = pcm->buffer_size;
569 while (pcm->boundary * 2 <= LONG_MAX - pcm->buffer_size)
570 pcm->boundary *= 2;
631 avail += pcm->boundary;
632 else if (avail > (int)pcm->boundary)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 437 * Code describing free format for PEM boundary suffix:
443 * Code describing PEM boundary suffix for X.509 certificate:
453 * the first '-' of the opening boundary has already been read from
455 * are equal to "-----BEGIN" boundary prefix. Than if boundary_suffix
460 * After the opening boundary has been read and checked, the method
461 * read Base64 encoded data until closing PEM boundary is not reached.<br>
462 * Than it checks closing boundary - it should start with new line +
469 * boundary delimiter.<br>
471 * @throws IOException If PEM boundary delimiter does not comply
477 // check and skip opening boundary delimite
    [all...]
  /external/webkit/Source/WebCore/dom/
Range.cpp 354 // point is in the middle of this range, or on the boundary points
938 // NO_MODIFICATION_ALLOWED_ERR: Raised if an ancestor container of either boundary-point of
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 82 * - pDstPred is not aligned on an 8-byte boundary.
130 * - pDstPred is not aligned on a 16-byte boundary.
165 * expanded; must be aligned on an 8-byte boundary.
178 * boundary.
186 * - pSrcDstPlane is not aligned on an 8-byte boundary.
212 * aligned on an 8-byte boundary.
220 * boundary.
229 * boundary: pSrc, pDst
250 * aligned on a 16-byte boundary.
258 * 16-byte boundary.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 82 * - pDstPred is not aligned on an 8-byte boundary.
130 * - pDstPred is not aligned on a 16-byte boundary.
165 * expanded; must be aligned on an 8-byte boundary.
178 * boundary.
186 * - pSrcDstPlane is not aligned on an 8-byte boundary.
212 * aligned on an 8-byte boundary.
220 * boundary.
229 * boundary: pSrc, pDst
250 * aligned on a 16-byte boundary.
258 * 16-byte boundary.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 82 * - pDstPred is not aligned on an 8-byte boundary.
130 * - pDstPred is not aligned on a 16-byte boundary.
165 * expanded; must be aligned on an 8-byte boundary.
178 * boundary.
186 * - pSrcDstPlane is not aligned on an 8-byte boundary.
212 * aligned on an 8-byte boundary.
220 * boundary.
229 * boundary: pSrc, pDst
250 * aligned on a 16-byte boundary.
258 * 16-byte boundary.
    [all...]

Completed in 1227 milliseconds

1 2 34 5 6 7 8 91011>>