Home
last modified time | relevance | path

Searched refs:expectedState (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/objctests/
DRTCPeerConnectionSyncObserver.m162 int expectedState = [self popFirstElementAsInt:_expectedSignalingChanges];
167 expectedState];
168 NSAssert(expectedState == (int)stateChanged, message);
207 int expectedState = [self popFirstElementAsInt:_expectedICEGatheringChanges];
208 NSAssert(expectedState == (int)newState,
219 int expectedState = [self popFirstElementAsInt:_expectedICEConnectionChanges];
220 NSAssert(expectedState == (int)newState,
241 int expectedState = [self popFirstElementAsInt:_expectedStateChanges];
242 NSAssert(expectedState == channel.state, @"Channel state should match");
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DSupportFragmentControllerTest.java161 Bundle expectedState = new Bundle(); in savesInstanceState() local
162 expectedState.putBoolean("isRestored", true); in savesInstanceState()
163 activity.setState(expectedState); in savesInstanceState()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayFBOIncompleteness.hpp77 glw::GLboolean checkState(glw::GLint expectedState, const char* message);