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

/external/webrtc/src/system_wrappers/source/
H A Devent_posix.h62 State _state; member in class:webrtc::EventPosix
/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/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/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 ...

Completed in 229 milliseconds