HomeSort by relevance Sort by last modified time
    Searched refs:beyond (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s 3 ; - That a .byte does not overwrite beyond the "byte", if given
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 47 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
181 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
  /prebuilts/go/darwin-x86/src/syscall/
route_freebsd_32bit.go 22 // FreeBSD 10 and beyond have a restructured mbuf
exec_bsd.go 51 // Make sure that nextfd is beyond any currently open files so
exec_solaris.go 66 // Make sure that nextfd is beyond any currently open files so
route_bsd.go 27 // NetBSD 6 and beyond kernels require 64-bit aligned
  /prebuilts/go/linux-x86/src/syscall/
route_freebsd_32bit.go 22 // FreeBSD 10 and beyond have a restructured mbuf
  /external/v8/test/mjsunit/regress/
regress-hoist-load-named-field.js 30 // Load fields should not be hoisted beyond their check maps when the check maps
48 // Polymorphic loads should not be hoisted beyond their compare maps.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 104 // Accounts for one more input code point read beyond the end of the marks buffer.
111 // Returns the number of code points read beyond the skipped marks
115 int beyond = pos - length; local
116 if(beyond > 0) {
117 if(beyond >= n) {
122 // Back out all beyond-oldBuffer code points and re-enter the buffer.
123 pos = oldBuffer.offsetByCodePoints(length, beyond - n);
124 return beyond;
164 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
705 // Number of code points read beyond the original code point
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 77 // Accounts for one more input code point read beyond the end of the marks buffer.
84 // Returns the number of code points read beyond the skipped marks
88 int32_t beyond = pos - length; local
89 if(beyond > 0) {
90 if(beyond >= n) {
95 // Back out all beyond-oldBuffer code points and re-enter the buffer.
96 pos = oldBuffer.moveIndex32(length, beyond - n);
97 return beyond;
135 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
493 // Number of code points read beyond the original code point
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 102 // Accounts for one more input code point read beyond the end of the marks buffer.
109 // Returns the number of code points read beyond the skipped marks
113 int beyond = pos - length; local
114 if(beyond > 0) {
115 if(beyond >= n) {
120 // Back out all beyond-oldBuffer code points and re-enter the buffer.
121 pos = oldBuffer.offsetByCodePoints(length, beyond - n);
122 return beyond;
162 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
703 // Number of code points read beyond the original code point
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py     [all...]
  /prebuilts/go/darwin-x86/src/go/build/
read.go 59 // peekByte returns the next byte from the input reader but does not advance beyond it.
112 // nextByte is like peekByte but advances beyond the returned byte.
  /prebuilts/go/linux-x86/src/go/build/
read.go 59 // peekByte returns the next byte from the input reader but does not advance beyond it.
112 // nextByte is like peekByte but advances beyond the returned byte.
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 138 synchronization (beyond that already required by context sharing)
  /external/libunwind/doc/
unw_get_proc_info.tex 31 instruction \emph{beyond} the end of the procedure. If this address
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 47 audio player' is not required to implement Ogg support beyond the
  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 51 // The huge constructor, nothing interesting beyond this point.
  /prebuilts/go/darwin-x86/src/compress/bzip2/
huffman.go 100 // zero any bits beyond the end of the code.
  /prebuilts/go/darwin-x86/src/encoding/json/
stream_test.go 189 // If Decode reads beyond what w.Write writes above,
  /prebuilts/go/darwin-x86/src/image/gif/
reader_test.go 248 // No error expected, unless the pixels are beyond the 2 color palette.
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 19 trunc bool // discarded nonzero digits beyond d[:nd]
  /prebuilts/go/linux-x86/src/compress/bzip2/
huffman.go 100 // zero any bits beyond the end of the code.
  /prebuilts/go/linux-x86/src/encoding/json/
stream_test.go 189 // If Decode reads beyond what w.Write writes above,
  /prebuilts/go/linux-x86/src/image/gif/
reader_test.go 248 // No error expected, unless the pixels are beyond the 2 color palette.

Completed in 1679 milliseconds

1 2 3 4 5