HomeSort by relevance Sort by last modified time
    Searched full:_state (Results 26 - 50 of 220) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_automaton.h 106 struct _State : _State_base
112 explicit _State(_Opcode __opcode) : _State_base(__opcode) { }
154 : _NFA_base, std::vector<_State<_TraitsT>>
156 typedef _State<_TraitsT> _StateT;
261 /// Describes a sequence of one or more %_State, its current start
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
future 860 typedef __future_base::_State_base _State;
863 template<typename, typename> friend class _State::_Setter;
865 shared_ptr<_State> _M_future;
870 : _M_future(std::make_shared<_State>()),
881 : _M_future(std::allocate_shared<_State>(__a)),
919 auto __setter = _State::__setter(this, __r);
926 auto __setter = _State::__setter(this, std::move(__r));
933 auto __setter = _State::__setter(__p, this);
952 typedef __future_base::_State_base _State;
955 template<typename, typename> friend class _State::_Setter
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 860 typedef __future_base::_State_base _State;
863 template<typename, typename> friend class _State::_Setter;
865 shared_ptr<_State> _M_future;
870 : _M_future(std::make_shared<_State>()),
881 : _M_future(std::allocate_shared<_State>(__a)),
919 auto __setter = _State::__setter(this, __r);
926 auto __setter = _State::__setter(this, std::move(__r));
933 auto __setter = _State::__setter(__p, this);
952 typedef __future_base::_State_base _State;
955 template<typename, typename> friend class _State::_Setter
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 860 typedef __future_base::_State_base _State;
863 template<typename, typename> friend class _State::_Setter;
865 shared_ptr<_State> _M_future;
870 : _M_future(std::make_shared<_State>()),
881 : _M_future(std::allocate_shared<_State>(__a)),
919 auto __setter = _State::__setter(this, __r);
926 auto __setter = _State::__setter(this, std::move(__r));
933 auto __setter = _State::__setter(__p, this);
952 typedef __future_base::_State_base _State;
955 template<typename, typename> friend class _State::_Setter
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 64 private final ServiceInfoState _state; field in class:ServiceInfoImpl
95 if (this._state.isAnnounced()) {
199 this._state = new ServiceInfoState(this);
233 this._state = new ServiceInfoState(this);
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 53 int _state = Base.StateInit(); field in class:Encoder
59 _state = Base.StateInit();
604 _optimum[0].State = _state;
608 _optimum[1].Price = SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isMatch[(_state << Base.kNumPosStatesBitsMax) + posState]) +
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!Base.StateIsCharState(_state), matchByte, currentByte);
612 int matchPrice = SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isMatch[(_state << Base.kNumPosStatesBitsMax) + posState]);
613 int repMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep[_state]);
617 int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState);
666 int normalMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRep[_state]);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
future 921 typedef __future_base::_State_base _State;
924 template<typename, typename> friend class _State::_Setter;
926 shared_ptr<_State> _M_future;
931 : _M_future(std::make_shared<_State>()),
942 : _M_future(std::allocate_shared<_State>(__a)),
986 auto __setter = _State::__setter(this, __r);
993 auto __setter = _State::__setter(this, std::move(__r));
1000 auto __setter = _State::__setter(__p, this);
1019 typedef __future_base::_State_base _State;
1022 template<typename, typename> friend class _State::_Setter
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
future 921 typedef __future_base::_State_base _State;
924 template<typename, typename> friend class _State::_Setter;
926 shared_ptr<_State> _M_future;
931 : _M_future(std::make_shared<_State>()),
942 : _M_future(std::allocate_shared<_State>(__a)),
986 auto __setter = _State::__setter(this, __r);
993 auto __setter = _State::__setter(this, std::move(__r));
1000 auto __setter = _State::__setter(__p, this);
1019 typedef __future_base::_State_base _State;
1022 template<typename, typename> friend class _State::_Setter
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
wchar_s.h 150 _CRTIMP errno_t __cdecl mbsrtowcs_s(size_t *_Retval,wchar_t *_Dst,size_t _SizeInWords,const char **_PSrc,size_t _N,mbstate_t *_State);
151 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,mbsrtowcs_s,size_t*,_Retval,wchar_t,_Dst,const char**,_PSrc,size_t,_N,mbstate_t,_State)
153 _CRTIMP errno_t __cdecl wcrtomb_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,wchar_t _Ch,mbstate_t *_State);
154 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_2(errno_t,wcrtomb_s,size_t*,_Retval,char,_Dst,wchar_t,_Ch,mbstate_t,_State)
156 _CRTIMP errno_t __cdecl wcsrtombs_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,const wchar_t **_Src,size_t _Size,mbstate_t *_State);
157 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,wcsrtombs_s,size_t,_Retval,char,_Dst,const wchar_t**,_Src,size_t,_Size,mbstate_t,_State)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
future 921 typedef __future_base::_State_base _State;
924 template<typename, typename> friend class _State::_Setter;
926 shared_ptr<_State> _M_future;
931 : _M_future(std::make_shared<_State>()),
942 : _M_future(std::allocate_shared<_State>(__a)),
986 auto __setter = _State::__setter(this, __r);
993 auto __setter = _State::__setter(this, std::move(__r));
1000 auto __setter = _State::__setter(__p, this);
1019 typedef __future_base::_State_base _State;
1022 template<typename, typename> friend class _State::_Setter
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
future 945 typedef __future_base::_State_base _State;
948 template<typename, typename> friend class _State::_Setter;
950 shared_ptr<_State> _M_future;
955 : _M_future(std::make_shared<_State>()),
966 : _M_future(std::allocate_shared<_State>(__a)),
1010 auto __setter = _State::__setter(this, __r);
1017 auto __setter = _State::__setter(this, std::move(__r));
1024 auto __setter = _State::__setter(__p, this);
1043 typedef __future_base::_State_base _State;
1046 template<typename, typename> friend class _State::_Setter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 66 self._state = (self.size, self.name)
70 return self._state
73 self.size, self.name = self._state = state
244 self._state = (block, size)
248 (arena, start, stop), size = self._state
254 return self._state[1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 66 self._state = (self.size, self.name)
70 return self._state
73 self.size, self.name = self._state = state
244 self._state = (block, size)
248 (arena, start, stop), size = self._state
254 return self._state[1]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_nfa.h 200 struct _State
211 explicit _State(_OpcodeT __opcode)
215 _State(const _Matcher& __m)
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224 _State(_StateIdT __next, _StateIdT __alt)
256 : public _Automaton, public std::vector<_State>
259 typedef _State _StateT;
335 // Describes a sequence of one or more %_State, its current start and end(s).
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 200 struct _State
211 explicit _State(_OpcodeT __opcode)
215 _State(const _Matcher& __m)
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224 _State(_StateIdT __next, _StateIdT __alt)
256 : public _Automaton, public std::vector<_State>
259 typedef _State _StateT;
335 // Describes a sequence of one or more %_State, its current start and end(s).
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 200 struct _State
211 explicit _State(_OpcodeT __opcode)
215 _State(const _Matcher& __m)
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224 _State(_StateIdT __next, _StateIdT __alt)
256 : public _Automaton, public std::vector<_State>
259 typedef _State _StateT;
335 // Describes a sequence of one or more %_State, its current start and end(s).
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 200 struct _State
211 explicit _State(_OpcodeT __opcode)
215 _State(const _Matcher& __m)
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224 _State(_StateIdT __next, _StateIdT __alt)
256 : public _Automaton, public std::vector<_State>
259 typedef _State _StateT;
335 // Describes a sequence of one or more %_State, its current start and end(s).
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 200 struct _State
211 explicit _State(_OpcodeT __opcode)
215 _State(const _Matcher& __m)
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224 _State(_StateIdT __next, _StateIdT __alt)
256 : public _Automaton, public std::vector<_State>
259 typedef _State _StateT;
335 // Describes a sequence of one or more %_State, its current start and end(s).
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 932 typedef __future_base::_State_base _State;
935 template<typename, typename> friend class _State::_Setter;
937 shared_ptr<_State> _M_future;
942 : _M_future(std::make_shared<_State>()),
953 : _M_future(std::allocate_shared<_State>(__a)),
997 auto __setter = _State::__setter(this, __r);
1004 auto __setter = _State::__setter(this, std::move(__r));
1011 auto __setter = _State::__setter(__p, this);
1030 typedef __future_base::_State_base _State;
1033 template<typename, typename> friend class _State::_Setter
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 932 typedef __future_base::_State_base _State;
935 template<typename, typename> friend class _State::_Setter;
937 shared_ptr<_State> _M_future;
942 : _M_future(std::make_shared<_State>()),
953 : _M_future(std::allocate_shared<_State>(__a)),
997 auto __setter = _State::__setter(this, __r);
1004 auto __setter = _State::__setter(this, std::move(__r));
1011 auto __setter = _State::__setter(__p, this);
1030 typedef __future_base::_State_base _State;
1033 template<typename, typename> friend class _State::_Setter
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 125 self._state.ruleMemo = {}
169 self._state.token = None
170 self._state.channel = DEFAULT_CHANNEL
171 self._state.tokenStartCharIndex = self.input.index()
172 self._state.tokenStartCharPositionInLine = self.input.charPositionInLine
173 self._state.tokenStartLine = self.input.line
174 self._state._text = None
179 self._state.backtracking = 1
183 self._state.backtracking = 0
193 return self._state.toke
    [all...]
  /external/clang/test/CodeGenObjC/
2010-03-17-StructRef.m 12 int _state;
  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.h 29 CLzmaDec _state; member in class:NCompress::NLzma::CDecoder
  /external/webrtc/src/system_wrappers/source/
event_posix.h 62 State _state; member in class:webrtc::EventPosix
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 53 Base.State _state = new Base.State(); field in class:SevenZip.Compression.LZMA.Encoder
59 _state.Init();
604 _optimum[0].State = _state;
608 _optimum[1].Price = _isMatch[(_state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice0() +
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte);
612 UInt32 matchPrice = _isMatch[(_state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice1();
613 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
617 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState);
666 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
    [all...]

Completed in 1156 milliseconds

12 3 4 5 6 7 8 9