HomeSort by relevance Sort by last modified time
    Searched refs:CLOSED (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /external/chromium_org/ppapi/proxy/
audio_input_resource.h 71 CLOSED
video_capture_resource.cc 121 if (open_state_ == CLOSED)
126 open_state_ = CLOSED;
197 open_state_ = CLOSED;
  /external/chromium_org/remoting/protocol/
connection_to_client_unittest.cc 97 session_->event_handler()->OnSessionStateChange(Session::CLOSED);
connection_to_host.cc 129 VLOG(1) << "Connection closed.";
208 case Session::CLOSED:
210 SetState(CLOSED, OK);
215 // the connection was closed by the peer.
224 SetState(CLOSED, OK);
connection_to_host.h 62 CLOSED,
jingle_session.cc 567 SetState(CLOSED);
592 DCHECK(state_ == FAILED || state_ == CLOSED);
593 // The remote host closed the connection while the authentication was being
661 if (state_ != FAILED && state_ != CLOSED) {
665 SetState(CLOSED);
674 DCHECK_NE(state_, CLOSED);
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 19 import static com.google.common.collect.BoundType.CLOSED;
212 upType = CLOSED;
260 case CLOSED:
279 case CLOSED:
RegularContiguousSet.java 19 import static com.google.common.collect.BoundType.CLOSED;
139 ? Ranges.closed(lowerEndpoint, upperEndpoint).asSet(domain)
145 return range(CLOSED, CLOSED);
RegularImmutableSortedMultiset.java 160 case CLOSED:
178 case CLOSED:
  /external/chromium_org/content/browser/media/capture/
web_contents_audio_input_stream.cc 59 CLOSED
79 // Callback which is run when |stream| is closed. Deletes |stream|.
127 DCHECK(state_ == CONSTRUCTED || state_ == CLOSED);
194 state_ = CLOSED;
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocket.java 16 UNCONNECTED, CONNECTING, OPEN, CLOSING, CLOSED
153 if (state == State.CLOSED) {
170 state = State.CLOSED;
  /external/chromium_org/google_apis/gcm/base/
socket_stream_unittest.cc 170 if (input_stream()->GetState() == SocketInputStream::CLOSED)
295 ASSERT_EQ(SocketInputStream::CLOSED, input_stream()->GetState());
299 // Simulate a read after the connection is closed.
304 ASSERT_EQ(SocketInputStream::CLOSED, input_stream()->GetState());
392 ASSERT_EQ(SocketOutputStream::CLOSED, output_stream()->GetState());
396 // Simulate a write after the connection is closed.
401 ASSERT_EQ(SocketOutputStream::CLOSED, output_stream()->GetState());
  /external/chromium_org/net/websockets/
websocket_channel.cc 350 return state_ == SEND_CLOSED || state_ == CLOSE_WAIT || state_ == CLOSED;
475 SetState(CLOSED);
579 SetState(CLOSED);
683 SetState(CLOSED);
703 DCHECK_NE(CLOSED, state_);
714 // ReadFrames() must use ERR_CONNECTION_CLOSED for a closed connection
727 DCHECK_NE(CLOSED, state_);
745 SetState(CLOSED);
798 DCHECK_NE(CLOSED, state_);
    [all...]
websocket_job.h 45 CLOSED = 3,
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketTest.cpp 144 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
155 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
166 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
177 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
197 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
237 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
299 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
350 EXPECT_CALL(channel(), fail(String("WebSocket is closed before the connection is established."), WarningMessageLevel, String(), 0));
467 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState());
471 EXPECT_EQ(WebSocket::CLOSED, m_websocket->readyState())
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RangeTest.java 19 import static com.google.common.collect.BoundType.CLOSED;
69 Range<Integer> range = Ranges.closed(5, 7);
73 assertEquals(CLOSED, range.lowerBoundType());
76 assertEquals(CLOSED, range.upperBoundType());
84 Ranges.closed(4, 3);
98 assertEquals(CLOSED, range.upperBoundType());
109 assertEquals(CLOSED, range.lowerBoundType());
119 assertTrue(Ranges.closed(3, 5).isConnected(Ranges.open(5, 6)));
120 assertTrue(Ranges.closed(3, 5).isConnected(Ranges.openClosed(5, 5)));
121 assertTrue(Ranges.open(3, 5).isConnected(Ranges.closed(5, 6)))
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 86 CLOSED,
103 CLOSED
498 * This method is called when the session is closed.
500 * <p>A session is closed when a new session is created by the parent camera device,
501 * or when the parent camera device is closed (either by the user closing the device,
504 * <p>Once a session is closed, all methods on it will throw an IllegalStateException, and
515 setSessionState(SessionState.CLOSED);
550 setCameraState(CameraState.CLOSED);
560 setCameraState(CameraState.CLOSED);
573 case CLOSED
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 457 SSLEngineResult.Status.CLOSED);
461 // should throw SSLException "engine already closed"
479 SSLEngineResult.Status.CLOSED);
483 // should throw SSLException "engine already closed"
540 SSLEngineResult.Status.CLOSED,
576 assertTrue("Outbound should be closed.",
578 assertTrue("Inbound should be closed.",
622 assertFalse("Outbound should not be closed.",
624 assertTrue("Inbound should be closed.",
634 SSLEngineResult.Status.CLOSED,
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.cc 116 logging_state_(CLOSED),
130 if (logging_state_ == CLOSED) {
152 if (logging_state_ != CLOSED) {
199 logging_state_ = CLOSED;
215 logging_state_ = CLOSED;
388 logging_state_ = CLOSED;
webrtc_logging_handler_host.h 102 // in time. For example, StartLogging() is only allowed in CLOSED state.
103 // Transitions: SetMetaData(): CLOSED -> CLOSED.
104 // StartLogging(): CLOSED -> STARTING.
109 // Upload done: UPLOADING -> CLOSED.
110 // DiscardLog(): STOPPED -> CLOSED.
112 CLOSED, // Logging not started, no log in memory.
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 331 case CLOSED:
332 throw new IllegalStateException("JsonReader is closed");
374 * this reader is closed.
392 * this reader is closed.
410 * reader is closed.
508 stack.add(JsonScope.CLOSED);
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineResultTest.java 116 assertTrue("CLOSED object does not define", findEl(enS,
117 SSLEngineResult.Status.CLOSED));
139 assertEquals(SSLEngineResult.Status.valueOf("CLOSED"),
140 SSLEngineResult.Status.CLOSED);
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.cc 150 // Supposedly if |StreamSocket| is closed, the error code may be undefined.
200 if (state_ != CLOSED)
263 state_ = CLOSED;
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 194 if (state_ == CLOSED)
255 if (state_ == CLOSED)
293 if (state_ == CLOSED)
296 state_ = CLOSED;
307 if (state_ == CLOSED)
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.h 116 // closed. This method always returns a valid lock regardless of whether
167 CLOSED,
234 // is not closed "near" means within the displayed bounds or above it. When
235 // the top container is closed "near" means either within the displayed
257 // State machine for the revealed/closed animations.

Completed in 1361 milliseconds

1 23 4 5 6