| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_long_future.py | 82 for underflow in ["1 / huge", "2L / huge", "-1 / huge", "-2L / huge", 84 result = eval(underflow, namespace) 85 self.assertEqual(result, 0.0, 'expected underflow to 0 ' 86 'from {!r}'.format(underflow)) 137 # ... overflow or underflow by large margin
|
| /prebuilts/ndk/current/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();
|
| _sstream.h | 79 virtual int_type underflow();
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_long_future.py | 82 for underflow in ["1 / huge", "2L / huge", "-1 / huge", "-2L / huge", 84 result = eval(underflow, namespace) 85 self.assertEqual(result, 0.0, 'expected underflow to 0 ' 86 'from {!r}'.format(underflow)) 137 # ... overflow or underflow by large margin
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_long_future.py | 82 for underflow in ["1 / huge", "2L / huge", "-1 / huge", "-2L / huge", 84 result = eval(underflow, namespace) 85 self.assertEqual(result, 0.0, 'expected underflow to 0 ' 86 'from {!r}'.format(underflow)) 137 # ... overflow or underflow by large margin
|
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| RTSPSource.h | 82 // Buffer Prepare/Underflow/Overflow/Resume Marks 140 bool *underflow,
|
| RTSPSource.cpp | 35 // Buffer Underflow/Prepare/StartServer/Overflow Marks 313 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) { 351 *underflow = (underflowCount > 0); 358 bool prepared, underflow, overflow, startServer, finished; local 359 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished); 366 if (!mInPreparationPhase && underflow) {
|
| /ndk/sources/cxx-stl/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/avahi/avahi-compat-howl/include/corby/ |
| buffer.h | 109 sw_corby_buffer_underflow_func underflow, 119 sw_corby_buffer_underflow_func underflow,
|
| /external/eigen/lapack/ |
| dlamch.f | 45 *> emin = minimum exponent before (gradual) underflow 46 *> rmin = underflow threshold - base**(emin-1)
|
| slamch.f | 49 *> emin = minimum exponent before (gradual) underflow 50 *> rmin = underflow threshold - base**(emin-1)
|
| /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/zlib/src/contrib/iostream/ |
| zfstream.cpp | 135 int gzfilebuf::underflow() { function in class:gzfilebuf
|
| /frameworks/av/media/libstagefright/httplive/ |
| LiveSession.h | 140 // Buffer Prepare/Ready/Underflow Marks 300 bool checkBuffering(bool &underflow, bool &ready, bool &down, bool &up);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
| stdio_sync_filebuf.h | 101 underflow() function in class:stdio_sync_filebuf
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
| stdio_sync_filebuf.h | 101 underflow() function in class:stdio_sync_filebuf
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
| stdio_sync_filebuf.h | 101 underflow() function in class:stdio_sync_filebuf
|
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
| stdio_sync_filebuf.h | 101 underflow() function in class:stdio_sync_filebuf
|
| /external/iptables/libiptc/ |
| libip4tc.c | 441 assert(h->info.underflow[i] 456 entry2index(h, get_entry(h, h->info.underflow[i]));
|
| libip6tc.c | 389 assert(h->info.underflow[i] 406 iptcb_entry2index(h, get_entry(h, h->info.underflow[i]));
|