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

1 2 3 4 5 6 7 8

  /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...]
  /ndk/sources/cxx-stl/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...]
  /prebuilts/ndk/5/sources/cxx-stl/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...]
  /prebuilts/ndk/6/sources/cxx-stl/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...]
  /prebuilts/ndk/7/sources/cxx-stl/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...]
  /prebuilts/ndk/8/sources/cxx-stl/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_state.h 37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
43 return __atomic_compare_exchange_n(&_GLIBCXX_PROFILE_DATA(__state),
58 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; }
62 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; }
66 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.tcc 56 const std::__regex::_State& __state = __nfa[*__i];
57 if (__state._M_opcode == std::__regex::_S_opcode_match
58 && __state._M_matches(__p))
59 __m.insert(__state._M_next);
151 const _State& __state = _M_nfa->operator[](__t);
152 switch (__state._M_opcode)
155 __add_visited_state(__state._M_next, __stack, __e);
156 __add_visited_state(__state._M_alt, __stack, __e);
159 __add_visited_state(__state._M_next, __stack, __e);
160 __state._M_tagger(_M_pattern, _M_results)
    [all...]
codecvt.h 117 out(state_type& __state, const intern_type* __from,
122 return this->do_out(__state, __from, __from_end, __from_next,
156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
158 { return this->do_unshift(__state, __to,__to_end,__to_next); }
197 in(state_type& __state, const extern_type* __from,
202 return this->do_in(__state, __from, __from_end, __from_next,
215 length(state_type& __state, const extern_type* __from,
217 { return this->do_length(__state, __from, __end, __max); }
238 do_out(state_type& __state, const intern_type* __from,
244 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.tcc 56 const std::__regex::_State& __state = __nfa[*__i];
57 if (__state._M_opcode == std::__regex::_S_opcode_match
58 && __state._M_matches(__p))
59 __m.insert(__state._M_next);
151 const _State& __state = _M_nfa->operator[](__t);
152 switch (__state._M_opcode)
155 __add_visited_state(__state._M_next, __stack, __e);
156 __add_visited_state(__state._M_alt, __stack, __e);
159 __add_visited_state(__state._M_next, __stack, __e);
160 __state._M_tagger(_M_pattern, _M_results)
    [all...]
codecvt.h 117 out(state_type& __state, const intern_type* __from,
122 return this->do_out(__state, __from, __from_end, __from_next,
156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
158 { return this->do_unshift(__state, __to,__to_end,__to_next); }
197 in(state_type& __state, const extern_type* __from,
202 return this->do_in(__state, __from, __from_end, __from_next,
215 length(state_type& __state, const extern_type* __from,
217 { return this->do_length(__state, __from, __end, __max); }
238 do_out(state_type& __state, const intern_type* __from,
244 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.tcc 56 const std::__regex::_State& __state = __nfa[*__i];
57 if (__state._M_opcode == std::__regex::_S_opcode_match
58 && __state._M_matches(__p))
59 __m.insert(__state._M_next);
151 const _State& __state = _M_nfa->operator[](__t);
152 switch (__state._M_opcode)
155 __add_visited_state(__state._M_next, __stack, __e);
156 __add_visited_state(__state._M_alt, __stack, __e);
159 __add_visited_state(__state._M_next, __stack, __e);
160 __state._M_tagger(_M_pattern, _M_results)
    [all...]
codecvt.h 117 out(state_type& __state, const intern_type* __from,
122 return this->do_out(__state, __from, __from_end, __from_next,
156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
158 { return this->do_unshift(__state, __to,__to_end,__to_next); }
197 in(state_type& __state, const extern_type* __from,
202 return this->do_in(__state, __from, __from_end, __from_next,
215 length(state_type& __state, const extern_type* __from,
217 { return this->do_length(__state, __from, __end, __max); }
238 do_out(state_type& __state, const intern_type* __from,
244 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.tcc 56 const std::__regex::_State& __state = __nfa[*__i];
57 if (__state._M_opcode == std::__regex::_S_opcode_match
58 && __state._M_matches(__p))
59 __m.insert(__state._M_next);
151 const _State& __state = _M_nfa->operator[](__t);
152 switch (__state._M_opcode)
155 __add_visited_state(__state._M_next, __stack, __e);
156 __add_visited_state(__state._M_alt, __stack, __e);
159 __add_visited_state(__state._M_next, __stack, __e);
160 __state._M_tagger(_M_pattern, _M_results)
    [all...]
codecvt.h 107 * @param __state Persistent conversion state data.
117 out(state_type& __state, const intern_type* __from,
122 return this->do_out(__state, __from, __from_end, __from_next,
149 * @param __state Persistent conversion state data.
156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
158 { return this->do_unshift(__state, __to,__to_end,__to_next); }
187 * @param __state Persistent conversion state data.
197 in(state_type& __state, const extern_type* __from,
202 return this->do_in(__state, __from, __from_end, __from_next,
215 length(state_type& __state, const extern_type* __from
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_state.h 44 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
48 { return (_GLIBCXX_PROFILE_DATA(__state)
49 == __sync_val_compare_and_swap(&_GLIBCXX_PROFILE_DATA(__state),
62 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; }
66 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; }
70 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_state.h 44 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
48 { return (_GLIBCXX_PROFILE_DATA(__state)
49 == __sync_val_compare_and_swap(&_GLIBCXX_PROFILE_DATA(__state),
62 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; }
66 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; }
70 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_state.h 44 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
48 { return (_GLIBCXX_PROFILE_DATA(__state)
49 == __sync_val_compare_and_swap(&_GLIBCXX_PROFILE_DATA(__state),
62 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; }
66 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; }
70 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
enc_filebuf.h 48 enc_filebuf(state_type& __state)
50 { this->_M_state_beg = __state; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
_G_config.h 25 __mbstate_t __state; member in struct:__anon26046
30 __mbstate_t __state; member in struct:__anon26047

Completed in 627 milliseconds

1 2 3 4 5 6 7 8