HomeSort by relevance Sort by last modified time
    Searched full:__state (Results 1 - 10 of 10) sorted by null

  /external/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
_ios.h 91 void clear(iostate __state = goodbit) {
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
_ios_base.h 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
_fstream.c 344 _State_type __state = _M_state; local
345 int __epos = _M_codecvt->length(__state, _M_ext_buf, _M_ext_buf_converted,
375 : _M_seek_return(__cur + __adj, __state);
_fstream.h 238 pos_type _M_seek_return(off_type __off, _State_type __state) {
251 __result.state(__state);
  /external/stlport/src/
codecvt.cpp 48 codecvt<char, char, mbstate_t>::do_unshift(state_type& /* __state */,
55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ ,
65 codecvt<char, char, mbstate_t>::do_out(state_type& /* __state */,
stdio_streambuf.cpp 128 memset( &(p.__state), 0, sizeof(p.__state) );
  /prebuilt/sdk/tools/linux/
aidl 
aapt 
  /prebuilt/linux-x86/flex/
flex-2.5.4a 

Completed in 318 milliseconds