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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/common/
loopfilter_filters.c 193 /* roughly 3/7th difference across boundary */
200 /* roughly 2/7th difference across boundary */
207 /* roughly 1/7th difference across boundary */
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 182 // If the tip sticks beyond the right of overlayRect, right-align the tip with the said boundary.
186 // If the tip sticks beyond the left of overlayRect, left-align the tip with the said boundary.
193 // If the tip still sticks beyond the bottom of overlayRect, bottom-align the tip with the said boundary.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 28 ; * block; must be aligned on a 4-byte boundary. The
32 ; * on a 4-byte boundary.
34 ; * aligned on a 4-byte boundary.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8.c 159 * = -1); must be aligned on an 8-byte boundary.
170 * boundary.
192 * either pSrcAbove or pDst is not aligned on a 8-byte boundary. Note:
  /bionic/libm/src/
s_rint.c 68 * since then it spans the word boundary.
  /bionic/linker/
Android.mk 17 # This is aligned to 4K page boundary so that both GNU ld and gold work. Gold
  /cts/tools/dx-tests/
dx-tests.html 118 A functional (normal or boundary) or an exception test case
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 289 * @param l Left boundary of partition
290 * @param r Right boundary of partition
377 * @param lo0 left boundary of array partition
378 * @param hi0 right boundary of array partition
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 87 // Visits a page that is a redirect across domain boundary to a page that sets
  /external/chromium/chrome/browser/password_manager/
encryptor_unittest.cc 47 // Test a 16-byte aligned string. This previously hit a boundary error in
  /external/chromium/webkit/glue/
webframe_unittest.cc 57 // Get the frame text where the subframe separator falls on the boundary of
  /external/kernel-headers/original/asm-arm/
page.h 21 /* to align the pointer to the (next) page boundary */
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 42 /// The list of line boundary information, sorted by address.
  /external/llvm/include/llvm/Target/
TargetData.h 226 // Round up to the next alignment boundary.
287 /// boundary specified by Alignment. For example, 7 rounded up to an
288 /// alignment boundary of 4 is 8. 8 rounded up to the alignment boundary of 4
  /external/openssl/crypto/
opensslconf.h.in 45 * boundary. See crypto/rc4/rc4_enc.c for further details.
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 220 # upon unaligned access which crosses page boundary. "Better safe
223 # block which crosses the boundary. Once found that block is aligned
229 andi. $t1,$t1,4095 ; distance to closest page boundary
233 ble- Laligned ; didn't cross the page boundary
  /external/ppp/pppd/include/
pcap-int.h 110 /* Ultrix pads to make everything line up on a nice boundary */
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_phones.utf 23 ! reserved value for the word boundary
  /external/tcpdump/
appletalk.h 62 #define ddpWKS 128 /* boundary of DDP well known sockets */
  /external/webkit/Source/WebCore/manual-tests/
drag-cursor-notallowed.html 94 Drag the red square over the drop target (demarcated by the dashed boundary). While hovering over the drop target, if the cursor
  /external/webkit/Source/WebCore/page/
PrintContext.h 44 // FIXME: This means that CSS page breaks won't be on page boundary if the size is different than what was passed to begin(). That's probably not always desirable.
  /external/webkit/Source/WebCore/platform/network/
FormData.cpp 449 Vector<uint8_t> boundary;
450 if (!decoder.decodeBytes(boundary))
452 size_t size = boundary.size();
454 memcpy(data->m_boundary.data(), boundary.data(), size);
  /external/zlib/examples/
gzjoin.c 273 boundary. If clr is false, then the last block becomes the last block of
339 /* check for block boundary (only get this when block copied out) */
376 /* copy used input, write empty blocks to get to byte boundary */
381 /* already at byte boundary, or last file: write last byte */
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 56 contentType.append("; boundary=");
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 387 * Get the boundary begin time
389 * @return The boundary begin time
396 * Get the boundary end time
398 * @return The boundary end time

Completed in 2222 milliseconds

1 2 3 4 5 6 7 8 91011>>