HomeSort by relevance Sort by last modified time
    Searched defs:underflow (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
underflow.pass.cpp 14 // int_type underflow();
28 base::int_type underflow() {return base::underflow();} function in struct:test
36 assert(sb.underflow() == '1');
37 assert(sb.underflow() == '1');
39 assert(sb.underflow() == '2');
40 assert(sb.underflow() == '2');
42 assert(sb.underflow() == '3');
43 assert(sb.underflow() == '3');
45 assert(sb.underflow() == EOF)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
underflow.pass.cpp 15 // int_type underflow();
28 typename base::int_type underflow() {return base::underflow();} function in struct:testbuf
37 assert(sb.underflow() == '1');
38 assert(sb.underflow() == '1');
40 assert(sb.underflow() == '2');
41 assert(sb.underflow() == '2');
43 assert(sb.underflow() == '3');
44 assert(sb.underflow() == '3');
46 assert(sb.underflow() == std::char_traits<char>::eof())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetc.pass.cpp 35 int_type underflow() function in struct:test
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 36 virtual int_type underflow() {return base::underflow();} function in struct:test_buf
underflow.pass.cpp 12 // int_type underflow();
34 virtual int_type underflow() {return base::underflow();} function in struct:test_buf
41 assert(f.open("underflow.dat", std::ios_base::in) != 0);
46 assert(f.underflow() == '1');
54 assert(f.open("underflow.dat", std::ios_base::in) != 0);
60 assert(f.underflow() == '1');
77 assert(f.open("underflow.dat", std::ios_base::in) != 0);
82 assert(f.underflow() == L'1');
91 assert(f.open("underflow.dat", std::ios_base::in) != 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
underflow.pass.cpp 14 // int_type underflow();
38 virtual int_type underflow() {return base::underflow();} function in struct:test_buf
44 std::ifstream bs("underflow.dat");
49 assert(f.underflow() == L'1');
56 std::ifstream bs("underflow.dat");
61 assert(f.underflow() == L'1');
  /sdk/emulator/qtools/
hist_trace.cpp 9 int underflow, overflow; variable
39 underflow += 1;
58 per = 100.0 * underflow / total;
59 printf("under: %6d %6.2f\n", underflow, per);
  /external/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
  /external/zlib/src/contrib/iostream3/
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 102 underflow() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 102 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 92 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 102 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 102 underflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits

Completed in 902 milliseconds

1 2 3 4 5 6 7