/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/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
StatusBarButton.js | 119 this._state = false; 121 this._state = 0; 159 return this._state; 164 if (this._state === x) 170 this.element.removeStyleClass("toggled-" + this._state); 174 this._state = x;
|
/external/chromium/net/tools/testserver/ |
xmppserver.py | 253 self._state = self._INITIAL_STREAM_NEEDED 308 if self._state == self._INITIAL_STREAM_NEEDED: 311 self._state = self._AUTH_NEEDED 313 elif self._state == self._AUTH_NEEDED: 317 self._state = self._AUTH_STREAM_NEEDED 319 elif self._state == self._AUTH_STREAM_NEEDED: 322 self._state = self._BIND_NEEDED 324 elif self._state == self._BIND_NEEDED: 336 self._state = self._SESSION_NEEDED 338 elif self._state == self._SESSION_NEEDED [all...] |
/external/chromium_org/sync/tools/testserver/ |
xmppserver.py | 258 self._state = self._INITIAL_STREAM_NEEDED 314 self._state = self._FINISHED 317 if self._state == self._INITIAL_STREAM_NEEDED: 320 self._state = self._AUTH_NEEDED 322 elif self._state == self._AUTH_NEEDED: 327 self._state = self._AUTH_STREAM_NEEDED 332 elif self._state == self._AUTH_STREAM_NEEDED: 335 self._state = self._BIND_NEEDED 337 elif self._state == self._BIND_NEEDED: 349 self._state = self._SESSION_NEEDE [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_context.c | 645 const struct pipe_framebuffer_state *_state) 661 if (_state) { 662 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state)); 664 rb_pipe->curr.nr_cbufs = _state->nr_cbufs; 665 for(i = 0; i < _state->nr_cbufs; i++) { 666 unwrapped_state.cbufs[i] = rbug_surface_unwrap(_state->cbufs[i]); 667 if (_state->cbufs[i]) 668 rb_pipe->curr.cbufs[i] = rbug_resource(_state->cbufs[i]->texture); 670 unwrapped_state.zsbuf = rbug_surface_unwrap(_state->zsbuf); 671 if (_state->zsbuf [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_context.c | 645 const struct pipe_framebuffer_state *_state) 661 if (_state) { 662 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state)); 664 rb_pipe->curr.nr_cbufs = _state->nr_cbufs; 665 for(i = 0; i < _state->nr_cbufs; i++) { 666 unwrapped_state.cbufs[i] = rbug_surface_unwrap(_state->cbufs[i]); 667 if (_state->cbufs[i]) 668 rb_pipe->curr.cbufs[i] = rbug_resource(_state->cbufs[i]->texture); 670 unwrapped_state.zsbuf = rbug_surface_unwrap(_state->zsbuf); 671 if (_state->zsbuf [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
glhd_context.c | 503 const struct pipe_framebuffer_state *_state) 511 if (_state->nr_cbufs > PIPE_MAX_COLOR_BUFS) { 513 _state->nr_cbufs, PIPE_MAX_COLOR_BUFS); 514 } else if (_state->nr_cbufs > 517 _state->nr_cbufs, 522 if (_state) { 523 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state)); 524 for(i = 0; i < _state->nr_cbufs; i++) 525 unwrapped_state.cbufs[i] = galahad_surface_unwrap(_state->cbufs[i]); 528 unwrapped_state.zsbuf = galahad_surface_unwrap(_state->zsbuf) [all...] |
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_context.c | 503 const struct pipe_framebuffer_state *_state) 511 if (_state->nr_cbufs > PIPE_MAX_COLOR_BUFS) { 513 _state->nr_cbufs, PIPE_MAX_COLOR_BUFS); 514 } else if (_state->nr_cbufs > 517 _state->nr_cbufs, 522 if (_state) { 523 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state)); 524 for(i = 0; i < _state->nr_cbufs; i++) 525 unwrapped_state.cbufs[i] = galahad_surface_unwrap(_state->cbufs[i]); 528 unwrapped_state.zsbuf = galahad_surface_unwrap(_state->zsbuf) [all...] |
/dalvik/vm/compiler/ |
CompilerIR.h | 284 #define HEAP_ACCESS_SHADOW(_state) cUnit->heapMemOp = _state 286 #define HEAP_ACCESS_SHADOW(_state)
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
Makefile.am | 42 cat ${top_srcdir}/src/cap-ng.h | grep -v '_state' > capng.h
|