Home
last modified time | relevance | path

Searched defs:CLOSED (Results 1 – 25 of 34) sorted by relevance

12

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetNavigationTester.java301 expectAddFailure(sortedMultiset.tailMultiset(b.getElement(), CLOSED), a); in testAddOutOfTailBoundsSeveral() local
304 expectAddFailure(sortedMultiset.tailMultiset(c.getElement(), CLOSED), a); in testAddOutOfTailBoundsSeveral() local
305 expectAddFailure(sortedMultiset.tailMultiset(c.getElement(), CLOSED), b); in testAddOutOfTailBoundsSeveral() local
321 expectAddFailure(sortedMultiset.headMultiset(b.getElement(), CLOSED), c); in testAddOutOfHeadBoundsSeveral() local
324 expectAddFailure(sortedMultiset.headMultiset(a.getElement(), CLOSED), c); in testAddOutOfHeadBoundsSeveral() local
325 expectAddFailure(sortedMultiset.headMultiset(a.getElement(), CLOSED), b); in testAddOutOfHeadBoundsSeveral() local
341 expectRemoveZero(sortedMultiset.tailMultiset(b.getElement(), CLOSED), a); in testRemoveOutOfTailBoundsSeveral() local
344 expectRemoveZero(sortedMultiset.tailMultiset(c.getElement(), CLOSED), a); in testRemoveOutOfTailBoundsSeveral() local
345 expectRemoveZero(sortedMultiset.tailMultiset(c.getElement(), CLOSED), b); in testRemoveOutOfTailBoundsSeveral() local
361 expectRemoveZero(sortedMultiset.headMultiset(b.getElement(), CLOSED), c); in testRemoveOutOfHeadBoundsSeveral() local
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetNavigationTester.java301 expectAddFailure(sortedMultiset.tailMultiset(b.getElement(), CLOSED), a); in testAddOutOfTailBoundsSeveral() local
304 expectAddFailure(sortedMultiset.tailMultiset(c.getElement(), CLOSED), a); in testAddOutOfTailBoundsSeveral() local
305 expectAddFailure(sortedMultiset.tailMultiset(c.getElement(), CLOSED), b); in testAddOutOfTailBoundsSeveral() local
321 expectAddFailure(sortedMultiset.headMultiset(b.getElement(), CLOSED), c); in testAddOutOfHeadBoundsSeveral() local
324 expectAddFailure(sortedMultiset.headMultiset(a.getElement(), CLOSED), c); in testAddOutOfHeadBoundsSeveral() local
325 expectAddFailure(sortedMultiset.headMultiset(a.getElement(), CLOSED), b); in testAddOutOfHeadBoundsSeveral() local
341 expectRemoveZero(sortedMultiset.tailMultiset(b.getElement(), CLOSED), a); in testRemoveOutOfTailBoundsSeveral() local
344 expectRemoveZero(sortedMultiset.tailMultiset(c.getElement(), CLOSED), a); in testRemoveOutOfTailBoundsSeveral() local
345 expectRemoveZero(sortedMultiset.tailMultiset(c.getElement(), CLOSED), b); in testRemoveOutOfTailBoundsSeveral() local
361 expectRemoveZero(sortedMultiset.headMultiset(b.getElement(), CLOSED), c); in testRemoveOutOfHeadBoundsSeveral() local
[all …]
/external/guava/guava/src/com/google/common/collect/
DBoundType.java31 CLOSED(true); enumConstant
/external/guava/android/guava/src/com/google/common/collect/
DBoundType.java31 CLOSED(true); enumConstant
/external/rust/crates/async-task/src/
Dstate.rs35 pub(crate) const CLOSED: usize = 1 << 3; constant
/external/gson/gson/src/main/java/com/google/gson/stream/
DJsonScope.java70 static final int CLOSED = 8; field in JsonScope
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
DJsonScope.java63 static final int CLOSED = 8; field in JsonScope
/external/perfetto/ui/src/controller/
Dadb_base_controller.ts30
31 interface Command {
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothSocket.java22 CLOSED, enumConstant
/external/cronet/net/quic/
Dweb_transport_client.h46 CLOSED, enumerator
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DConcurrentLinkedList.kt268 private val CLOSED = Symbol("CLOSED") constant
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DAbstractCircuitBreaker.java145 CLOSED { enumConstant
/external/cronet/net/websockets/
Dwebsocket_channel.h168 CLOSED, // The Closing Handshake has completed and the connection enumerator
/external/replicaisland/src/com/replica/replicaisland/
DDoorAnimationComponent.java25 public static final int CLOSED = 0; field in DoorAnimationComponent.Animation
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxObservable.kt54 private const val CLOSED = -1 // closed, but have not signalled onCompleted/onError yet constant
/external/webrtc/sdk/android/api/org/webrtc/
DDataChannel.java97 CLOSED; enumConstant
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DDirectRTCClient.java58 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enumConstant
DWebSocketChannelClient.java60 public enum WebSocketConnectionState { NEW, CONNECTED, REGISTERED, CLOSED, ERROR } enumConstant
DWebSocketRTCClient.java44 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enumConstant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxObservable.kt54 private const val CLOSED = -1 // closed, but have not signalled onCompleted/onError yet constant
/external/rust/crates/tokio/src/sync/
Dwatch.rs229 const CLOSED: usize = 1; constant
Dbatch_semaphore.rs132 const CLOSED: usize = 1; constant
Doneshot.rs1270 const CLOSED: usize = 0b00100; constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DPublish.kt60 private const val CLOSED = -1L // closed, but have not signalled onCompleted/onError yet constant
/external/ppp/pppd/
Dfsm.h125 #define CLOSED 2 /* Up, hasn't been opened */ macro

12