HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 276 - 300 of 752) sorted by null

<<11121314151617181920>>

  /external/zlib/src/contrib/iostream/
zfstream.h 31 virtual int overflow( int = EOF );
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
sp_dec.cpp 71 Description: Created overflow and pass the variable into the decoder.
73 Description: Changed inititlaization of the pointer to overflow flag. Removed
645 Flag *pOverflow = &(st->decoder_amrState.overflow); /* Overflow flag */
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 153 // std::bad_alloc() on overflow.
154 bool overflow = false; local
157 overflow = true;
161 overflow = true;
163 if (overflow)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
put_time.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
CharT_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char_to_wide.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char_to_wide_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
signed_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
signed_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
unsigned_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
unsigned_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /external/bluetooth/bluedroid/stack/smp/
smp_cmac.c 97 UINT8 i, overflow = 0 , next_overflow = 0; local
103 output[i] = (input[i] << 1) | overflow;
104 overflow = next_overflow;
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 39 overflow: hidden;
46 overflow: hidden;
185 overflow-y: auto;
197 overflow: hidden;
286 overflow: hidden;
321 overflow: auto;
  /external/chromium_org/chrome/browser/resources/options/
options_page.css 166 overflow: hidden;
168 text-overflow: ellipsis;
320 overflow: hidden;
321 text-overflow: ellipsis;
391 overflow: hidden;
392 text-overflow: ellipsis;
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 76 overflow: hidden;
135 overflow: hidden;
256 /* The negative right margin causes the track to overflow its container. */
317 overflow: hidden;
350 overflow-wrap: break-word;
351 overflow: hidden;
369 overflow: hidden;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourcesPanel.css 73 overflow: hidden;
75 text-overflow: ellipsis;
123 overflow: hidden;
136 overflow: hidden;
150 overflow-y: overlay;
151 overflow-x: hidden;
  /external/stlport/stlport/stl/
_sstream.h 82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
_streambuf.c 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} function in class:basic_stringbuf
_streambuf.c 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { function in class:_Traits

Completed in 1081 milliseconds

<<11121314151617181920>>