HomeSort by relevance Sort by last modified time
    Searched refs:CLOSED (Results 26 - 50 of 255) sorted by null

12 3 4 5 6 7 8 91011

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ContiguousSetTest.java 19 import static com.google.common.collect.BoundType.CLOSED;
61 ContiguousSet.create(Range.closed(1, 3), integers()),
65 ContiguousSet.create(Range.closed(1, 3), NOT_EQUAL_TO_INTEGERS),
73 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
76 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
79 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
109 ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers());
123 assertThat(ContiguousSet.create(Range.closed(1, 3), integers()).headSet(0)).isEmpty();
127 ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers());
139 assertThat(ContiguousSet.create(Range.closed(1, 3), integers()).tailSet(4)).isEmpty()
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 19 import static com.google.common.collect.BoundType.CLOSED;
78 ContiguousSet.create(Range.closed(1, 3), integers()),
82 ContiguousSet.create(Range.closed(1, 3), NOT_EQUAL_TO_INTEGERS),
90 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
93 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
96 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
106 ContiguousSet<Integer> regular = ContiguousSet.create(Range.closed(1, 3), integers());
147 ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers());
161 assertThat(ContiguousSet.create(Range.closed(1, 3), integers()).headSet(0)).isEmpty();
165 ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers())
    [all...]
RangeTest.java 19 import static com.google.common.collect.BoundType.CLOSED;
72 Range<Integer> range = Range.closed(5, 7);
76 assertEquals(CLOSED, range.lowerBoundType());
79 assertEquals(CLOSED, range.upperBoundType());
87 Range.closed(4, 3);
101 assertEquals(CLOSED, range.upperBoundType());
112 assertEquals(CLOSED, range.lowerBoundType());
122 assertTrue(Range.closed(3, 5).isConnected(Range.open(5, 6)));
123 assertTrue(Range.closed(3, 5).isConnected(Range.openClosed(5, 5)));
124 assertTrue(Range.open(3, 5).isConnected(Range.closed(5, 6)))
    [all...]
TreeMultisetTest.java 19 import static com.google.common.collect.BoundType.CLOSED;
346 assertEquals(Integer.MAX_VALUE, ms.headMultiset("c", CLOSED).size());
347 assertEquals(Integer.MAX_VALUE, ms.headMultiset("b", CLOSED).size());
348 assertEquals(Integer.MAX_VALUE, ms.headMultiset("a", CLOSED).size());
350 assertEquals(3, ms.tailMultiset("c", CLOSED).size());
351 assertEquals(Integer.MAX_VALUE, ms.tailMultiset("b", CLOSED).size());
352 assertEquals(Integer.MAX_VALUE, ms.tailMultiset("a", CLOSED).size());
ForwardingSortedMultisetTest.java 17 import static com.google.common.collect.BoundType.CLOSED;
254 forward().headMultiset("abcd", CLOSED);
259 forward().subMultiset("abcd", CLOSED, "dcba", OPEN);
  /external/ppp/pppd/
fsm.h 125 #define CLOSED 2 /* Up, hasn't been opened */
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 93 public enum State { CONNECTING, OPEN, CLOSING, CLOSED };
PeerConnection.java 52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED
58 HAVE_REMOTE_PRANSWER, CLOSED
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 143 CLOSED,
358 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed");
367 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed");
381 if (mSocketState == SocketState.CLOSED)
382 throw new IOException("bt socket closed");
397 if (mSocketState == SocketState.CLOSED) return EBADFD;
523 throw new IOException("bt socket closed, read return: " + ret);
567 if(mSocketState == SocketState.CLOSED)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 19 import static com.google.common.collect.BoundType.CLOSED;
212 upType = CLOSED;
260 .append(lowerBoundType == CLOSED ? '[' : '(')
264 .append(upperBoundType == CLOSED ? ']' : ')')
RegularContiguousSet.java 19 import static com.google.common.collect.BoundType.CLOSED;
146 ? ContiguousSet.create(Range.closed(lowerEndpoint, upperEndpoint), domain)
152 return range(CLOSED, CLOSED);
Range.java 44 * endpoint) or <i>closed</i> (includes the endpoint) on that side. With three possibilities on each
46 * ({@code [ ]}) indicates that the range is closed on that side; a parenthesis ({@code ( )}) means
53 * <tr><td>{@code [a..b]} <td>{@code {x | a <= x <= b}}<td>{@link Range#closed closed}
64 * may be equal only if at least one of the bounds is closed:
176 public static <C extends Comparable<?>> Range<C> closed(C lower, C upper) { method in class:Range
208 * upper}, where each endpoint may be either inclusive (closed) or exclusive
251 * either inclusive (closed) or exclusive (open).
260 case CLOSED:
289 * (closed) or exclusive (open), with no upper bound
    [all...]
TreeRangeSet.java 469 complementLowerBoundWindow.lowerBoundType() == BoundType.CLOSED).values();
521 && complementLowerBoundWindow.upperBoundType() == BoundType.CLOSED;
725 lowerBoundWindow.lowerBoundType() == BoundType.CLOSED).values().iterator();
755 upperBoundOnLowerBounds.typeAsUpperBound() == BoundType.CLOSED)
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 87 CLOSED,
104 CLOSED
548 * This method is called when the session is closed.
550 * <p>A session is closed when a new session is created by the parent camera device,
551 * or when the parent camera device is closed (either by the user closing the device,
554 * <p>Once a session is closed, all methods on it will throw an IllegalStateException, and
565 setSessionState(SessionState.CLOSED);
607 setCameraState(CameraState.CLOSED);
617 setCameraState(CameraState.CLOSED);
629 case CLOSED
    [all...]
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.h 119 enum class State { NEW, CONFIGURING, READY, CLOSED };
EvdevInjector.cpp 61 state_ = State::CLOSED;
82 state_ = State::CLOSED;
  /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/syslinux/core/lwip/src/core/
tcp.c 59 "CLOSED",
129 * a closing state), the connection is closed, and put in a closing state.
134 * @return ERR_OK if connection has been closed
167 case CLOSED:
168 /* Closing a pcb in the CLOSED state might seem erroneous,
171 * Calling tcp_close() with a pcb that has already been closed, (i.e. twice)
172 * or for a pcb that has been used and then entered the CLOSED state
217 /* Has already been closed, do nothing. */
243 * a closing state), the connection is closed, and put in a closing state.
248 * @return ERR_OK if connection has been closed
    [all...]
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 708 offeringExpectations.expectStateChange(DataChannel.State.CLOSED);
709 answeringExpectations.expectStateChange(DataChannel.State.CLOSED);
751 expectations.expectIceConnectionChange(IceConnectionState.CLOSED);
752 expectations.expectSignalingChange(SignalingState.CLOSED);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketRTCClient.java 45 NEW, CONNECTED, CLOSED, ERROR
127 roomState = ConnectionState.CLOSED;
  /frameworks/base/core/java/android/util/
JsonReader.java 360 case CLOSED:
361 throw new IllegalStateException("JsonReader is closed");
403 * this reader is closed.
421 * this reader is closed.
439 * reader is closed.
537 stack.add(JsonScope.CLOSED);
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngine.java 43 import static javax.net.ssl.SSLEngineResult.Status.CLOSED;
104 new SSLEngineResult(CLOSED, NEED_UNWRAP, 0, 0);
107 new SSLEngineResult(CLOSED, NEED_WRAP, 0, 0);
109 new SSLEngineResult(CLOSED, NOT_HANDSHAKING, 0, 0);
380 throw new IllegalStateException("Engine has already been closed");
704 // If the inbound direction is closed. we can't send anymore.
705 return new SSLEngineResult(Status.CLOSED, getHandshakeStatusInternal(), 0, 0);
    [all...]
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 104 this.readyState = WebSocket.CLOSED;
107 if (this.readyState == WebSocket.CLOSED || this.readyState == WebSocket.CLOSING) {
222 WebSocket.CLOSED = 3;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 209 multiset.tailMultiset(firstInclusive, BoundType.CLOSED);
215 multiset = multiset.headMultiset(lastInclusive, BoundType.CLOSED);
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 68 * @param p The received data (or NULL when the connection has been closed!)
102 * receives a RST or is unexpectedly closed for any other reason.
107 * @param err Error code to indicate why the pcb has been closed
128 CLOSED = 0,
183 #define TF_RXCLOSED ((u8_t)0x10U) /* rx closed by tcp_shutdown */
184 #define TF_FIN ((u8_t)0x20U) /* Connection was closed locally (FIN segment enqueued). */

Completed in 953 milliseconds

12 3 4 5 6 7 8 91011