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

12

/external/guava/guava/src/com/google/common/collect/
H A DBoundType.java34 return CLOSED;
40 CLOSED { enum constant in enum:BoundType
51 return inclusive ? CLOSED : OPEN;
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java61 CLOSED("closed", StateClass.closed); enum constant in enum:DNSState
113 return CLOSED;
114 case CLOSED:
115 return CLOSED;
144 case CLOSED:
145 return CLOSED;
/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java25 public static final int CLOSED = 0; field in class:DoorAnimationComponent.Animation
111 mSprite.playAnimation(Animation.CLOSED);
161 mSprite.playAnimation(Animation.CLOSED);
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DDataChannel.java93 public enum State { CONNECTING, OPEN, CLOSING, CLOSED }; enum constant in enum:DataChannel.State
H A DPeerConnection.java52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED enum constant in enum:PeerConnection.IceConnectionState
58 HAVE_REMOTE_PRANSWER, CLOSED enum constant in enum:PeerConnection.SignalingState
/external/ppp/pppd/
H A Dfsm.h125 #define CLOSED 2 /* Up, hasn't been opened */ macro
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DWebSocketChannelClient.java60 NEW, CONNECTED, REGISTERED, CLOSED, ERROR enum constant in enum:WebSocketChannelClient.WebSocketConnectionState
146 case CLOSED:
186 state = WebSocketConnectionState.CLOSED;
273 if (state != WebSocketConnectionState.CLOSED) {
274 state = WebSocketConnectionState.CLOSED;
H A DWebSocketRTCClient.java45 NEW, CONNECTED, CLOSED, ERROR enum constant in enum:WebSocketRTCClient.ConnectionState
127 roomState = ConnectionState.CLOSED;
/external/brotli/java/org/brotli/dec/
H A DDecode.java31 private static final int CLOSED = 11; field in class:Decode
168 if (s.runningState == CLOSED) {
171 s.runningState = CLOSED;
722 if (s.runningState == CLOSED) {
/external/syslinux/core/lwip/src/include/lwip/
H A Dtcp.h128 CLOSED = 0, enumerator in enum:tcp_state
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DNanoWSD.java62 CLOSED enum constant in enum:NanoWSD.State
144 if (this.state == State.CLOSED) {
161 this.state = State.CLOSED;
/external/scapy/scapy/layers/
H A Dinet.py1543 def CLOSED(self): member in class:TCP_client
1596 raise self.CLOSED()
1612 raise self.CLOSED()
/external/tinyxml2/
H A Dtinyxml2.h1588 CLOSED, // <foo/> enumerator in enum:tinyxml2::XMLElement::ElementClosingType
/external/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 501 milliseconds

12