Searched defs:STATE_READY (Results 1 - 9 of 9) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DSSLUtils.java130 static final int STATE_READY = 5; field in class:SSLUtils.EngineStates
/external/webrtc/webrtc/p2p/base/
H A Dturnport.h40 STATE_READY, // Received allocate success, can send any packets. enumerator in enum:cricket::TurnPort::PortState
80 bool ready() const { return state_ == STATE_READY; }
82 return state_ == STATE_READY || state_ == STATE_CONNECTED;
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.h134 bool ready() const { return state_ == STATE_READY; }
140 void set_ready() { ASSERT(state_ == STATE_INIT); state_ = STATE_READY; }
145 ASSERT(state_ == STATE_INIT || state_ == STATE_READY);
152 STATE_READY, // At least one candidate is ready for process. enumerator in enum:cricket::BasicPortAllocatorSession::PortData::State
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 8786 milliseconds