Searched defs:_state (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dframe_buffer.h87 VCMFrameBufferStateEnum _state; // Current state of the frame member in class:webrtc::VCMFrameBuffer
/external/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.h30 CLzma2Dec _state; member in class:NCompress::NLzma2::CDecoder
H A DDeltaFilter.cpp14 Byte _state[DELTA_STATE_SIZE]; member in struct:CDelta
16 void DeltaInit() { Delta_Init(_state); }
55 Delta_Encode(_state, _delta, data, size);
87 Delta_Decode(_state, _delta, data, size);
H A DLzmaDecoder.h29 CLzmaDec _state; member in class:NCompress::NLzma::CDecoder
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.h62 State _state; member in class:webrtc::EventPosix
/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.h91 Block(Offset _offset, unsigned int _size, State _state) argument
95 state(_state) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_objects.h133 rbug_shader(void *_state) argument
135 if (!_state)
137 return (struct rbug_shader *)_state;
173 rbug_shader_unwrap(void *_state) argument
176 if (!_state)
179 shader = rbug_shader(_state);
H A Drbug_context.c645 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
644 rbug_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
[all...]
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java71 private final StateClass _state; field in class:DNSState
75 _state = state;
158 return _state == StateClass.probing;
167 return _state == StateClass.announcing;
176 return _state == StateClass.announced;
185 return _state == StateClass.canceling;
194 return _state == StateClass.canceled;
203 return _state == StateClass.closing;
212 return _state == StateClass.closed;
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_objects.h133 rbug_shader(void *_state) argument
135 if (!_state)
137 return (struct rbug_shader *)_state;
173 rbug_shader_unwrap(void *_state) argument
176 if (!_state)
179 shader = rbug_shader(_state);
H A Drbug_context.c645 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
644 rbug_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSStatefulObject.java113 protected volatile DNSState _state; field in class:DNSStatefulObject.DefaultImplementation
123 _state = DNSState.PROBING_1;
145 if (this._task == null && this._state == state) {
148 if (this._task == null && this._state == state) {
181 return this._task == task && this._state == state;
198 this._state = state;
222 this.setState(this._state.advance());
243 this.setState(this._state.revert());
316 return this._state.isProbing();
324 return this._state
[all...]
H A DHostInfo.java41 private final HostInfoState _state; field in class:HostInfo
123 this._state = new HostInfoState(dns);
265 buf.append(_state);
288 return this._state.getDns();
296 return this._state.advanceState(task);
304 this._state.removeAssociationWithTask(task);
312 return this._state.revertState();
320 this._state.associateWithTask(task, state);
328 return this._state.isAssociatedWithTask(task, state);
336 return this._state
[all...]
H A DServiceInfoImpl.java64 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);
958 return _state.advanceState(task);
966 return _state.revertState();
974 return _state.cancelState();
982 return this._state.closeState();
990 return this._state.recoverState();
998 _state
[all...]
/external/stlport/stlport/stl/
H A Dtype_traits.h595 int _state; member in class:_TpWithState
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c503 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
502 galahad_context_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c454 const struct pipe_framebuffer_state *_state)
463 if (_state) {
464 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state));
465 for(i = 0; i < _state->nr_cbufs; i++)
466 unwrapped_state.cbufs[i] = identity_surface_unwrap(_state->cbufs[i]);
469 unwrapped_state.zsbuf = identity_surface_unwrap(_state->zsbuf);
453 identity_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c503 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
502 galahad_context_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
[all...]
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c454 const struct pipe_framebuffer_state *_state)
463 if (_state) {
464 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state));
465 for(i = 0; i < _state->nr_cbufs; i++)
466 unwrapped_state.cbufs[i] = identity_surface_unwrap(_state->cbufs[i]);
469 unwrapped_state.zsbuf = identity_surface_unwrap(_state->zsbuf);
453 identity_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.h453 ParseState _state; member in class:webrtc::RTCPUtility::RTCPParserV2
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs53 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
[all...]
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java53 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...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jar ... final int STARTED private final int STOPPING private volatile int _state protected org.mortbay.component.LifeCycle$Listener ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1657 milliseconds