Home
last modified time | relevance | path

Searched defs:CLOSED (Results 1 – 25 of 40) 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/rust/crates/async-task/src/
Dstate.rs35 pub(crate) const CLOSED: usize = 1 << 3; constant
/external/guava/android/guava/src/com/google/common/collect/
DBoundType.java30 CLOSED(true); enumConstant
/external/guava/guava/src/com/google/common/collect/
DBoundType.java30 CLOSED(true); enumConstant
/external/cros/system_api/dbus/power_manager/
Dswitch_states.proto17 CLOSED = 1; enumerator
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
DJsonScope.java45 static final int CLOSED = 8; field in JsonScope
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DConcurrentLinkedList.kt240 private val CLOSED = Symbol("CLOSED") constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedBroadcastChannel.kt50 private val CLOSED = Closed(null) in <lambda>() constant
/external/rust/crates/tokio/src/sync/
Dwatch.rs155 const CLOSED: usize = 1; constant
Dbatch_semaphore.rs116 const CLOSED: usize = 1; constant
Doneshot.rs842 const CLOSED: usize = 0b00100; constant
/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/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxObservable.kt68 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
DPeerConnection.java52 CLOSED; enumConstant
67 CLOSED; enumConstant
88 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-reactive/src/
DPublish.kt73 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
/external/perfetto/ui/src/controller/
Dadb.ts382 CLOSED = 2 enumerator
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java62 CLOSED enumConstant
/external/brotli/java/org/brotli/dec/
DDecode.java37 private static final int CLOSED = 11; field in Decode

12