Home
last modified time | relevance | path

Searched refs:__state (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/src/
Dregex.cpp279 __match_any_but_newline<char>::__exec(__state& __s) const in __exec()
287 __s.__do_ = __state::__reject; in __exec()
291 __s.__do_ = __state::__accept_and_consume; in __exec()
299 __s.__do_ = __state::__reject; in __exec()
306 __match_any_but_newline<wchar_t>::__exec(__state& __s) const in __exec()
316 __s.__do_ = __state::__reject; in __exec()
320 __s.__do_ = __state::__accept_and_consume; in __exec()
328 __s.__do_ = __state::__reject; in __exec()
Dfuture.cpp189 future<void>::future(__assoc_sub_state* __state) in future() argument
190 : __state_(__state) in future()
/external/libcxx/include/
Dregex1295 struct __state
1322 __state()
1335 typedef _VSTD::__state<_CharT> __state;
1343 virtual void __exec(__state&) const {};
1345 virtual void __exec_split(bool, __state&) const {};
1355 typedef _VSTD::__state<_CharT> __state;
1360 virtual void __exec(__state&) const;
1365 __end_state<_CharT>::__exec(__state& __s) const
1367 __s.__do_ = __state::__end_state;
1420 typedef _VSTD::__state<_CharT> __state;
[all …]
Dios317 void clear(iostate __state = goodbit);
318 _LIBCPP_INLINE_VISIBILITY void setstate(iostate __state);
522 ios_base::setstate(iostate __state)
524 clear(__rdstate_ | __state);
588 _LIBCPP_ALWAYS_INLINE void clear(iostate __state = goodbit) {ios_base::clear(__state);}
589 _LIBCPP_ALWAYS_INLINE void setstate(iostate __state) {ios_base::setstate(__state);}
Dfuture1072 explicit future(__assoc_state<_Rp>* __state);
1138 future<_Rp>::future(__assoc_state<_Rp>* __state)
1139 : __state_(__state)
1176 explicit future(__assoc_state<_Rp&>* __state);
1242 future<_Rp&>::future(__assoc_state<_Rp&>* __state)
1243 : __state_(__state)
1275 explicit future(__assoc_sub_state* __state);
Dfstream876 state_type __state = __st_last_;
890 const int __off = __cv_->length(__state, __extbuf_,
906 __st_ = __state;
Dlocale3777 wstring_convert(_Codecvt* __pcvt, state_type __state);
3824 wstring_convert(_Codecvt* __pcvt, state_type __state)
3825 : __cvtptr_(__pcvt), __cvtstate_(__state), __cvtcount_(0)
4043 _Codecvt* __pcvt = new _Codecvt, state_type __state = state_type());
4079 wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt, state_type __state)
4088 __st_(__state),
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dtransport.py69 self.__state = remote.RpcState.RUNNING
88 return self.__state
104 if self.__state == remote.RpcState.RUNNING:
112 error_class = remote.RpcError.from_state(self.__state)
120 if self.__state != remote.RpcState.RUNNING:
125 self.__state = state
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/
Dservices.py235 self.__state = state
258 remaining_tokens, next_refresh = self.__state[name]
260 self.__state[name] = new_tokens, next_refresh
283 remaining_tokens, next_refresh = self.__state.get(name, (None, None))
297 self.__state[name] = bucket.initial_tokens, next_refresh
/external/valgrind/perf/
Dtest_input_for_tinycc.c4898 __mbstate_t __state; member
4903 __mbstate_t __state; member
5033 __mbstate_t __state; member