HomeSort by relevance Sort by last modified time
    Searched full:_state (Results 51 - 75 of 226) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/gdb/darwin-x86/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/gdb/linux-x86/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/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]
  /external/chromium-trace/catapult/firefighter/update/common/buildbot/
builder.py 39 self._state = data['state']
59 return self._state
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketParserD00.java 50 private int _state; field in class:WebSocketParserD00
103 if (length == 0 || _state==STATE_DATA && length<_length)
133 switch (_state)
141 _state=STATE_LENGTH;
145 _state=STATE_SENTINEL_DATA;
154 _state=STATE_START;
173 _state=STATE_DATA;
184 _state=STATE_START;
  /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/autotest/client/cros/cellular/wardmodem/state_machines/
call_machine.py 26 power_level = self._state['power_level']
  /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/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/jetty/src/java/org/eclipse/jetty/io/nio/
SelectChannelEndPoint.java 71 private int _state; field in class:SelectChannelEndPoint
103 _state=STATE_UNDISPATCHED;
178 if (_state<STATE_DISPATCHED)
193 if (_state>=STATE_DISPATCHED)
199 if (_state>=STATE_DISPATCHED && !_selectSet.getManager().isDeferringInterestedOps0())
212 switch(_state)
221 _state=STATE_ASYNC;
232 if (_state<=STATE_UNDISPATCHED)
235 _state = STATE_NEEDS_DISPATCH;
238 _state = STATE_DISPATCHED
    [all...]
  /external/autotest/client/bin/
job.py 88 '_state', '_record_indent', 0, namespace='client')
90 '_state', '_max_disk_usage_rate', 0.0, namespace='client')
669 self._state.set('client', 'unexpected_reboot', (subdir, testname))
690 self._state.discard('client', 'unexpected_reboot')
755 old_mount_info = self._state.get('client', 'mount_info')
768 old_count = self._state.get('client', 'cpu_count')
874 self._state.set('client', 'mount_info', mount_info)
875 self._state.set('client', 'cpu_count', utils.count_cpus())
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpGenerator.java 178 if (_last || _state==STATE_END)
249 if (_noContent || _state!=STATE_HEADER || _content!=null && _content.length()>0 || _bufferChunked || _head )
256 _state = STATE_FLUSHING;
275 if (_last || _state==STATE_END)
311 if (_state != STATE_HEADER)
364 if (_state != STATE_HEADER)
394 _state = STATE_FLUSHING;
415 _state = STATE_CONTENT;
467 _state = STATE_CONTENT;
768 _state = STATE_CONTENT
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
future 947 typedef __future_base::_State_base _State;
950 template<typename, typename> friend class _State::_Setter;
952 shared_ptr<_State> _M_future;
957 : _M_future(std::make_shared<_State>()),
968 : _M_future(std::allocate_shared<_State>(__a)),
1013 auto __setter = _State::__setter(this, __r);
1021 auto __setter = _State::__setter(this, std::move(__r));
1029 auto __setter = _State::__setter(__p, this);
1048 typedef __future_base::_State_base _State;
1051 template<typename, typename> friend class _State::_Setter
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathRandom.h 120 unsigned long int _state; member in class:Imath::Rand32
178 unsigned short int _state[3]; member in class:Imath::Rand48
242 _state = (seed * 0xa5a573a5L) ^ 0x5a5a5a5aL;
256 _state = 1664525L * _state + 1013904223L;
265 return !!(_state & 2147483648UL);
273 return _state & 0xffffffff;
290 _state[0] = (unsigned short int) (seed & 0xFFFF);
291 _state[1] = (unsigned short int) ((seed >> 16) & 0xFFFF);
292 _state[2] = (unsigned short int) (seed & 0xFFFF)
    [all...]
  /external/autotest/client/common_lib/
base_job.py 184 self._state = {}
231 in_memory_namespace = self._state.setdefault(namespace, {})
248 self._state = on_disk_state
265 pickle.dump(self._state, outfile, self.PICKLE_PROTOCOL)
330 return copy.deepcopy(self._state[namespace][name])
345 namespace_dict = self._state.setdefault(namespace, {})
361 return namespace in self._state and name in self._state[namespace]
372 del self._state[namespace][name]
373 if len(self._state[namespace]) == 0
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h 137 _M_word_boundary(_State<_TraitsT> __state) const;
140 _M_lookahead(_State<_TraitsT> __state);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
__init__.py 24 self._state = state
  /external/xmlrpcpp/src/
base64.h 155 template<class _II, class _OI, class _State, class _Endline>
156 _II put(_II _First, _II _Last, _OI _To, _State& /* _St */, _Endline /* _Endl */) const
215 template<class _II, class _OI, class _State>
216 _II get(_II _First, _II _Last, _OI _To, _State& _St) const
  /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/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...]

Completed in 2635 milliseconds

1 23 4 5 6 7 8 910