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

/external/guava/guava/src/com/google/common/collect/
H A DBoundType.java38 CLOSED; enum constant in enum:BoundType
44 return inclusive ? CLOSED : OPEN;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DChannelCondition.java23 * something like <code>((cond & ChannelCondition.CLOSED) != 0)</code>.
33 public static final int CLOSED = 2; field in interface:ChannelCondition
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.h61 CLOSED = 2 enumerator in enum:WebCore::WebSocket::State
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.h81 CLOSED, // The panel is closed. enumerator in enum:chromeos::NotificationPanel::State
/external/chromium/net/websockets/
H A Dwebsocket_job.h40 CLOSED = 3, enumerator in enum:net::WebSocketJob::State
H A Dwebsocket.h66 CLOSED = 3, enumerator in enum:net::WebSocket::State
/external/webkit/Source/WebCore/page/
H A DEventSource.h66 CLOSED = 2, enumerator in enum:WebCore::EventSource::State
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_manager.h34 CLOSED, enumerator in enum:syncable::DirectoryManagerEvent::__anon2357
/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/ppp/pppd/
H A Dfsm.h125 #define CLOSED 2 /* Up, hasn't been opened */ macro
/external/chromium/net/spdy/
H A Dspdy_session.h171 bool IsClosed() const { return state_ == CLOSED; }
261 CLOSED enumerator in enum:net::SpdySession::State
/external/tinyxml2/
H A Dtinyxml2.h1007 CLOSED, // <foo/> enumerator in enum:tinyxml2::XMLElement::__anon13437

Completed in 1402 milliseconds