HomeSort by relevance Sort by last modified time
    Searched refs:underflow (Results 126 - 150 of 200) sorted by null

1 2 3 4 56 7 8

  /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
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /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
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /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
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /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
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /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
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /external/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
_sstream.h 79 virtual int_type underflow();
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 158 /* Underflow points. */
159 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_getinfo
187 /* Underflow points. */
188 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_replace
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 162 bool underflow = updatedSize < m_decodedPropertiesSize && deltaBytes > 0;
163 ASSERT(!overflow && !underflow);
  /external/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/zlib/src/contrib/iostream3/
zfstream.h 113 underflow();
143 * This calls underflow(EOF) to do the job.
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 285 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:xt_table_info
  /external/zlib/src/contrib/iostream/
zfstream.cpp 135 int gzfilebuf::underflow() { function in class:gzfilebuf

Completed in 1181 milliseconds

1 2 3 4 56 7 8