HomeSort by relevance Sort by last modified time
    Searched full:boundary (Results 276 - 300 of 1437) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 95 * range (e.g., boundary checks in basic_string). */
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 95 * range (e.g., boundary checks in basic_string). */
  /libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java 185 // more boundary testing
433 // equality principle with some boundary conditions
517 // Try setting a bit on a 64 boundary
580 // more boundary testing
717 // Try setting a bit on a 64 boundary
804 // more boundary testing
    [all...]
  /bionic/libc/stdio/
fseek.c 203 * By aligning the file offset to a block boundary, we can let
205 * copying bytes laboriously. Using a block boundary also
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_ContentPipe.h 167 block may straddle the boundary of the circular buffer. By default a pipe implementation
170 boundary. Here the client may retrieve the data in segments over successive calls. */
  /external/chromium/base/
atomicops_unittest.cc 133 // Test at rollover boundary between int_max and int_min
144 // Test at 32-bit boundary for 64-bit atomic type.
  /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/tcpdump/
ip6.h 117 /* XXX should we pad it to force alignment on an 8-byte boundary? */
125 /* XXX should we pad it to force alignment on an 8-byte boundary? */
  /external/v8/test/cctest/
test-double.cc 158 // Therefore its lower boundary is twice as close as the upper boundary.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/String/
regress-83293.js 113 * end-boundary of the word, instead of the one at the beginning.
128 * at the beginning boundary of the word, before the first character.
  /frameworks/base/core/java/android/widget/
OverScroller.java 416 * a springback boundary.
419 * a springback boundary.
422 * a springback boundary.
425 * a springback boundary.
450 * Notify the scroller that we've reached a horizontal boundary.
467 * Notify the scroller that we've reached a vertical boundary.
572 // The allowed overshot distance before boundary is reached.
    [all...]
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 68 description: "Starting with a word boundary (the \b) find at least one
71 of upper case, lower case or numeric until the next word boundary (the
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.h 61 /* structure to store parameters needed for access unit boundary checking */
119 /* access unit boundary checking related data */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 167 block may straddle the boundary of the circular buffer. By default a pipe implementation
170 boundary. Here the client may retrieve the data in segments over successive calls. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 167 block may straddle the boundary of the circular buffer. By default a pipe implementation
170 boundary. Here the client may retrieve the data in segments over successive calls. */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 167 block may straddle the boundary of the circular buffer. By default a pipe implementation
170 boundary. Here the client may retrieve the data in segments over successive calls. */
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/
MimeStreamParser.java 163 // + "Higher level boundary detected or "
253 // + "Boundary detected in header or EOF reached.");
  /external/icu4c/test/intltest/
tzbdtest.cpp 99 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
100 else dataerrln(UnicodeString("FAIL: Expected boundary at ") + expectedBoundary);
150 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
151 else errln(UnicodeString("FAIL: Expected boundary at ") + expectedBoundary);
410 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
411 else errln(UnicodeString("FAIL: Expected boundary at ") + expectedBoundary);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 253 first bit, otherwise our incrementing to the next word boundary
321 first bit, otherwise our incrementing to the next word boundary
369 first bit, otherwise our incrementing to the next word boundary
406 /* Round up to the word boundary. We might have just iterated past
453 /* Round up to the word boundary. We might have just iterated past
520 /* Round up to the word boundary. We might have just iterated past
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 253 first bit, otherwise our incrementing to the next word boundary
321 first bit, otherwise our incrementing to the next word boundary
369 first bit, otherwise our incrementing to the next word boundary
406 /* Round up to the word boundary. We might have just iterated past
453 /* Round up to the word boundary. We might have just iterated past
520 /* Round up to the word boundary. We might have just iterated past
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
bitmap.h 253 first bit, otherwise our incrementing to the next word boundary
321 first bit, otherwise our incrementing to the next word boundary
369 first bit, otherwise our incrementing to the next word boundary
406 /* Round up to the word boundary. We might have just iterated past
453 /* Round up to the word boundary. We might have just iterated past
520 /* Round up to the word boundary. We might have just iterated past
  /external/icu4c/common/unicode/
utext.h 92 * a returned index will always point to a boundary between characters.
99 * It is possible to test whether a native index is on a code point boundary
101 * If the index is returned unchanged, it was on a code point boundary. If
557 * The returned position will always be aligned to a code point boundary.
568 * boundary at or preceding the specified index.
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 117 /* from the head of the stream, get the next page. boundary specifies
121 boundary: -1) unbounded search
131 ogg_int64_t boundary){
132 if(boundary>0)boundary+=vf->offset;
136 if(boundary>0 && vf->offset>=boundary)return OV_FALSE;
145 if(!boundary)return OV_FALSE;
543 bitstream boundary and dumps the decoding machine. If the decoding
646 /* has our decoding just traversed a bitstream boundary? *
    [all...]
  /external/icu4c/common/
normalizer2impl.cpp 102 reorderStart=limit+1; // Ok if not a code point boundary.
579 // Just merge the strings at the boundary.
614 // decomp after-boundary: same as hasFCDBoundaryAfter(),
622 // if(trailCC==1) test leadCC==0, same as checking for before-boundary
830 ++starter; // temporarily increment for the loop boundary
909 * that has a composition boundary before it with ccc==0 and quick check "yes".
910 * Keeping track of prevBoundary saves us looking for a composition boundary
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
BitSetTest.java 243 // pos1 and pos2 is in the same bitset element, boundary testing
258 // more boundary testing
526 // equality principle with some boundary conditions
611 // Try setting a bit on a 64 boundary
701 // more boundary testing
821 // Try setting a bit on a 64 boundary
894 // pos1 and pos2 is in the same bitset element, boundary testing
906 // more boundary testing
    [all...]

Completed in 863 milliseconds

<<11121314151617181920>>