Searched refs:state_type (Results 1 - 19 of 19) sorted by relevance

/external/stlport/stlport/stl/
H A D_codecvt.h50 typedef _StateT state_type; typedef in class:codecvt
62 result out(state_type& __state,
76 result unshift(state_type& __state,
84 result in(state_type& __state,
102 int length(state_type& __state,
117 virtual result do_out(state_type&,
126 virtual result do_in (state_type&,
135 virtual result do_unshift(state_type&,
147 virtual int do_length(state_type&,
157 codecvt(const codecvt<intern_type, extern_type, state_type>
[all...]
H A Dchar_traits.h138 typedef mbstate_t state_type; typedef in class:__char_traits_base
217 typedef mbstate_t state_type; typedef in class:char_traits
H A D_fstream.h157 typedef typename _Traits::state_type _State_type;
/external/stlport/src/
H A Dcodecvt.cpp30 int codecvt<char, char, mbstate_t>::do_length(state_type&,
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 */,
83 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& /* state */,
98 codecvt<wchar_t, char, mbstate_t>::do_in (state_type& /* state */,
114 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& /* state */,
128 int codecvt<wchar_t, char, mbstate_t>::do_length(state_type&,
H A Dfacets_byname.cpp306 codecvt_byname<wchar_t, char, mbstate_t>::do_out(state_type& state,
338 codecvt_byname<wchar_t, char, mbstate_t>::do_in(state_type& state,
371 codecvt_byname<wchar_t, char, mbstate_t>::do_unshift(state_type& state,
406 codecvt_byname<wchar_t, char, mbstate_t>::do_length(state_type& state,
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_gtk.cc32 AtkStateType state_type = static_cast<AtkStateType>(i); local
33 if (atk_state_set_contains_state(state_set, state_type))
34 states->AppendString(atk_state_type_get_name(state_type));
/external/bison/examples/calc++/
H A Dcalc++-parser.hh160 typedef int state_type; typedef in class:yy::calcxx_parser
162 typedef stack<state_type> state_stack_type;
/external/chromium/googleurl/base/
H A Dstring16.h83 typedef mbstate_t state_type; typedef in struct:base::string16_char_traits
84 typedef std::fpos<state_type> pos_type;
/external/chromium/base/
H A Dstring16.h70 typedef mbstate_t state_type; typedef in struct:base::string16_char_traits
71 typedef std::fpos<state_type> pos_type;
/external/chromium_org/base/strings/
H A Dstring16.h70 typedef mbstate_t state_type;
71 typedef std::fpos<state_type> pos_type;
/external/stlport/test/unit/
H A Dcodecvt_test.cpp392 cdecvt_type::state_type state;
393 memset(&state, 0, sizeof(cdecvt_type::state_type));
406 cdecvt_type::state_type state;
407 memset(&state, 0, sizeof(cdecvt_type::state_type));
439 cdecvt_type::state_type state;
440 memset(&state, 0, sizeof(cdecvt_type::state_type));
464 virtual result do_in(state_type& /*state*/, const extern_type* first1,
H A Dfstream_test.cpp608 typedef my_state state_type; typedef in struct:my_traits
609 typedef fpos<state_type> pos_type;
622 typedef my_state state_type; typedef in class:std::codecvt
625 result out(state_type&,
634 result in (state_type&,
643 result unshift(state_type&,
655 int length(const state_type&, argument
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.h140 BrowserDistribution::Type state_type() const { return state_type_; } function in class:installer::InstallerState
/external/bison/data/
H A Dlalr1.cc139 typedef int state_type;
141 typedef stack<state_type> state_stack_type;
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc176 installer_state.state_type());
H A Dinstall_worker_unittest.cc155 void set_state_type(BrowserDistribution::Type state_type) { argument
156 state_type_ = state_type;
H A Dinstall_worker.cc944 if (installer_state.state_type() != BrowserDistribution::CHROME_BINARIES) {
H A Dsetup_main.cc703 BrowserDistribution::GetSpecificDistribution(installer_state->state_type())->
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 462 milliseconds