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

12

/external/guava/guava/src/com/google/common/collect/
H A DBoundType.java38 CLOSED; enum constant in enum:BoundType
44 return inclusive ? CLOSED : OPEN;
/external/chromium_org/ppapi/proxy/
H A Dvideo_capture_resource.h59 CLOSED enumerator in enum:ppapi::proxy::VideoCaptureResource::OpenState
H A Daudio_input_resource.h70 CLOSED enumerator in enum:ppapi::proxy::AudioInputResource::OpenState
/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/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.h93 CLOSED, enumerator in enum:content::WebRTCIdentityStoreBackend::LoadingState
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream.h33 // in |last_error_|, and GetState() will be set to CLOSED.
35 // 1. Check the GetState() of the input stream before using it. If CLOSED, the
61 CLOSED, enumerator in enum:gcm::SocketInputStream::State
88 // Note: it is not valid to call Rebuild() if GetState() == CLOSED. The stream
93 // CLOSED.
135 // 1. Check the GetState() of the output stream before using it. If CLOSED, the
157 CLOSED, enumerator in enum:gcm::SocketOutputStream::State
173 // CLOSED.
H A Dsocket_stream.cc74 DCHECK_NE(GetState(), CLOSED); local
80 DCHECK_NE(GetState(), CLOSED); local
87 DCHECK_NE(GetState(), CLOSED); local
124 DCHECK_NE(GetState(), CLOSED); local
148 return CLOSED;
164 if (GetState() == CLOSED)
223 DCHECK_NE(GetState(), CLOSED); local
244 DCHECK_NE(GetState(), CLOSED); local
277 return CLOSED;
297 if (GetState() == CLOSED)
[all...]
/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/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.h71 // in time. For example, StartLogging() is only allowed in CLOSED state.
72 // Transitions: SetMetaData(): CLOSED -> CLOSED.
73 // StartLogging(): CLOSED -> STARTING.
78 // Upload done: UPLOADING -> CLOSED.
79 // DiscardLog(): STOPPED -> CLOSED.
81 CLOSED, // Logging not started, no log in memory. enumerator in enum:WebRtcLoggingHandlerHost::LoggingState
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket.h46 CLOSED enumerator in enum:WebSocket::State
/external/chromium_org/ppapi/shared_impl/
H A Dppb_tcp_socket_shared.h26 CLOSED enumerator in enum:ppapi::TCPSocketState::StateType
/external/chromium_org/remoting/protocol/
H A Dsession.h45 CLOSED, enumerator in enum:remoting::protocol::Session::State
57 // the session from within the handler if |state| is CLOSED or
110 // destroyed, unless the state is set to FAILED or CLOSED.
H A Dconnection_to_host.h66 CLOSED, enumerator in enum:remoting::protocol::ConnectionToHost::State
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.h68 static const State CLOSED = 2; member in class:WebCore::EventSource
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_manager.h34 CLOSED, enumerator in enum:syncable::DirectoryManagerEvent::__anon2525
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager_unittest.cc25 CLOSED enumerator in enum:web_modal::TestNativeWebContentsModalDialogManager::DialogState
42 dialog_state_[dialog] = CLOSED;
55 if (it->second == CLOSED)
221 EXPECT_EQ(TestNativeWebContentsModalDialogManager::CLOSED,
225 EXPECT_EQ(TestNativeWebContentsModalDialogManager::CLOSED,
248 EXPECT_EQ(TestNativeWebContentsModalDialogManager::CLOSED,
263 EXPECT_EQ(TestNativeWebContentsModalDialogManager::CLOSED,
272 EXPECT_EQ(TestNativeWebContentsModalDialogManager::CLOSED,
281 EXPECT_EQ(TestNativeWebContentsModalDialogManager::CLOSED,
/external/chromium_org/net/websockets/
H A Dwebsocket_channel.h111 // FRESHLY_CONSTRUCTED to CLOSED, except that the SEND_CLOSED and RECV_CLOSED
120 // to CLOSED.
123 CLOSED, // The Closing Handshake has completed and the connection enumerator in enum:net::WebSocketChannel::State
158 // Returns true if state_ is SEND_CLOSED, CLOSE_WAIT or CLOSED.
207 // fixed "Going Away" code. Closes the stream_ and sets state_ to CLOSED.
H A Dwebsocket_job.h45 CLOSED = 3, enumerator in enum:net::WebSocketJob::State
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocket.h70 CLOSED = 3 enumerator in enum:WebCore::WebSocket::State
112 // Prevent this instance from being collected while it's not in CLOSED
180 // send() method after the state changed to CLOSING or CLOSED.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DDataChannel.java91 public enum State { CONNECTING, OPEN, CLOSING, CLOSED }; enum constant in enum:DataChannel.State
/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/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DWorkgroupQueue.java33 private Status status = Status.CLOSED;
165 * <li>WorkgroupQueue.Status.CLOSED -- the queue is NOT active and NOT accepting new
186 public static final Status CLOSED = new Status("closed"); field in class:WorkgroupQueue.Status
206 else if (CLOSED.toString().equals(type)) {
207 return CLOSED;

Completed in 682 milliseconds

12