HomeSort by relevance Sort by last modified time
    Searched full:boundary (Results 451 - 475 of 4900) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk.c 51 * must be aligned on a 16-byte boundary. According to
58 * must be aligned on a 16-byte boundary.
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 108 #GAN 29Mar09 bugs 1555570, 1721862 Confusion at 8K boundary ending with \r:
283 boundary = self._cur.get_boundary()
284 if boundary is None:
286 # defined a boundary. That's a problem which we'll handle by
299 # boundary as well as the end-of-multipart boundary. Don't push
302 separator = '--' + boundary
318 # If we're looking at the end boundary, we're done with
320 # the closing boundary, then we need to initialize the
325 # We saw an inter-part boundary. Were we in the preamble
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 108 #GAN 29Mar09 bugs 1555570, 1721862 Confusion at 8K boundary ending with \r:
283 boundary = self._cur.get_boundary()
284 if boundary is None:
286 # defined a boundary. That's a problem which we'll handle by
299 # boundary as well as the end-of-multipart boundary. Don't push
302 separator = '--' + boundary
318 # If we're looking at the end boundary, we're done with
320 # the closing boundary, then we need to initialize the
325 # We saw an inter-part boundary. Were we in the preamble
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 27 // A position n in x is called a boundary if conversion to the form can
263 // QuickSpan returns a boundary n such that b[0:n] == f(b[0:n]).
270 // Span implements transform.SpanningTransformer. It returns a boundary n such
284 // SpanString returns a boundary n such that s[0:n] == f(s[0:n]).
298 // quickSpan returns a boundary n such that src[0:n] == f(src[0:n]) and
356 // QuickSpanString returns a boundary n such that s[0:n] == f(s[0:n]).
363 // FirstBoundary returns the position i of the first boundary in b
364 // or -1 if b contains no boundary.
397 // FirstBoundaryInString returns the position i of the first boundary in s
398 // or -1 if s contains no boundary
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 27 // A position n in x is called a boundary if conversion to the form can
263 // QuickSpan returns a boundary n such that b[0:n] == f(b[0:n]).
270 // Span implements transform.SpanningTransformer. It returns a boundary n such
284 // SpanString returns a boundary n such that s[0:n] == f(s[0:n]).
298 // quickSpan returns a boundary n such that src[0:n] == f(src[0:n]) and
356 // QuickSpanString returns a boundary n such that s[0:n] == f(s[0:n]).
363 // FirstBoundary returns the position i of the first boundary in b
364 // or -1 if b contains no boundary.
397 // FirstBoundaryInString returns the position i of the first boundary in s
398 // or -1 if s contains no boundary
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 108 #GAN 29Mar09 bugs 1555570, 1721862 Confusion at 8K boundary ending with \r:
283 boundary = self._cur.get_boundary()
284 if boundary is None:
286 # defined a boundary. That's a problem which we'll handle by
299 # boundary as well as the end-of-multipart boundary. Don't push
302 separator = '--' + boundary
318 # If we're looking at the end boundary, we're done with
320 # the closing boundary, then we need to initialize the
325 # We saw an inter-part boundary. Were we in the preamble
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 108 #GAN 29Mar09 bugs 1555570, 1721862 Confusion at 8K boundary ending with \r:
283 boundary = self._cur.get_boundary()
284 if boundary is None:
286 # defined a boundary. That's a problem which we'll handle by
299 # boundary as well as the end-of-multipart boundary. Don't push
302 separator = '--' + boundary
318 # If we're looking at the end boundary, we're done with
320 # the closing boundary, then we need to initialize the
325 # We saw an inter-part boundary. Were we in the preamble
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email_renamed.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email_renamed.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email_renamed.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 159 eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
    [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/libavc/common/armv8/
ih264_deblk_chroma_av8.s 50 //* boundary strength is set to 4 in high profile
63 //* Alpha Value for the boundary in U
66 //* Beta Value for the boundary in U
69 //* Alpha Value for the boundary in V
72 //* Beta Value for the boundary in V
150 //* boundary strength is set to 4 in high profile
163 //* Alpha Value for the boundary in U
166 //* Beta Value for the boundary in U
169 //* Alpha Value for the boundary in V
172 //* Beta Value for the boundary in
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf8.h 292 * Get a code point from a string at a code point boundary offset,
293 * and advance the offset to the next code point boundary.
325 * Get a code point from a string at a code point boundary offset,
326 * and advance the offset to the next code point boundary.
372 * Get a code point from a string at a code point boundary offset,
373 * and advance the offset to the next code point boundary.
487 * Advance the string offset from one code point boundary to the next.
501 * Advance the string offset from one code point boundary to the next.
528 * Advance the string offset from one code point boundary to the n-th next one,
548 * Advance the string offset from one code point boundary to the n-th next one
    [all...]
  /development/ndk/platforms/android-21/arch-x86_64/include/machine/
fpu.h 13 * Must be stored in memory on a 16-byte boundary.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
upload.py 138 boundary = '--------------GHSKFJDLGDS7543FJKLFHRE75642756743254'
139 sep_boundary = '\n--' + boundary
168 'multipart/form-data; boundary=%s' % boundary,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_04.txt 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx"
msg_33.txt 9 boundary*="ansi-x3.4-1968''EeQfGwPcQSOJBaQU"
msg_44.txt 6 Content-Type: multipart/mixed; boundary="h90VIIIKmx"
msg_45.txt 8 Content-Type: multipart/signed; boundary="borderline";
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuDxe.c 26 boundary, then the bytes before Start to the preceding cache line boundary
27 are also flushed. If Start+Length is not aligned to a cache line boundary,
28 then the bytes past Start+Length to the end of the next cache line boundary
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
LongJump.c 33 For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().
SetJump.c 32 boundary, then ASSERT().
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.h 24 // For code execution, thunks must be aligned on 16-byte boundary

Completed in 2058 milliseconds

<<11121314151617181920>>