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

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16733.go 8 // beyond the capacity of a MULQ instruction (32 bits).
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16733.go 8 // beyond the capacity of a MULQ instruction (32 bits).
  /external/Microsoft-GSL/tests/
span_tests.cpp 917 auto beyond = s.end();
918 CHECK(it != beyond);
919 CHECK_THROW(*beyond, fail_fast);
921 CHECK(beyond - first == 4);
923 CHECK(beyond - beyond == 0);
930 CHECK(beyond - it == 3);
940 CHECK(it == beyond);
941 CHECK(it - beyond == 0);
974 auto beyond = s.cend()
    [all...]
  /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 52 // Make sure that nextfd is beyond any currently open files so
exec_solaris.go 67 // Make sure that nextfd is beyond any currently open files so
  /prebuilts/go/linux-x86/src/syscall/
route_freebsd_32bit.go 22 // FreeBSD 10 and beyond have a restructured mbuf
  /cts/tests/tests/content/
Android.mk 40 # on compatibility-device-util pushes us beyond 64k methods.
  /prebuilts/go/darwin-x86/src/debug/pe/
string.go 63 return "", fmt.Errorf("offset %d is beyond the end of string table", start)
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_ppc64x.go 16 // to check for ISA 2.03 and beyond.
  /prebuilts/go/linux-x86/src/debug/pe/
string.go 63 return "", fmt.Errorf("offset %d is beyond the end of string table", start)
  /prebuilts/go/linux-x86/src/runtime/
os_linux_ppc64x.go 16 // to check for ISA 2.03 and beyond.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 106 // Accounts for one more input code point read beyond the end of the marks buffer.
113 // Returns the number of code points read beyond the skipped marks
117 int beyond = pos - length; local
118 if(beyond > 0) {
119 if(beyond >= n) {
124 // Back out all beyond-oldBuffer code points and re-enter the buffer.
125 pos = oldBuffer.offsetByCodePoints(length, beyond - n);
126 return beyond;
166 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
713 // Number of code points read beyond the original code point
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 79 // Accounts for one more input code point read beyond the end of the marks buffer.
86 // Returns the number of code points read beyond the skipped marks
90 int32_t beyond = pos - length; local
91 if(beyond > 0) {
92 if(beyond >= n) {
97 // Back out all beyond-oldBuffer code points and re-enter the buffer.
98 pos = oldBuffer.moveIndex32(length, beyond - n);
99 return beyond;
137 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
495 // 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 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()).
711 // Number of code points read beyond the original code point
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
read.go 60 // peekByte returns the next byte from the input reader but does not advance beyond it.
113 // nextByte is like peekByte but advances beyond the returned byte.
  /prebuilts/go/linux-x86/src/go/build/
read.go 60 // peekByte returns the next byte from the input reader but does not advance beyond it.
113 // 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/syslinux/mbr/
oldmbr.asm 35 ; is needed if the active partition starts beyond cylinder 1024.
  /prebuilts/go/darwin-x86/src/compress/bzip2/
huffman.go 112 // zero any bits beyond the end of the code.
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 19 trunc bool // discarded nonzero digits beyond d[:nd]

Completed in 1123 milliseconds

1 2 3 4 5 6