Searched refs:expected_state (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayFBOIncompleteness.cpp | 67 glw::GLboolean TextureCubeMapArrayFBOIncompleteness::checkState(glw::GLint expected_state, const ch… in checkState() argument 74 if (fbo_completeness != (glw::GLuint)expected_state) in checkState() 77 << glu::getErrorStr(expected_state) in checkState()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | libcgroup_freezer | 395 local expected_state="$2" 399 [ $rc -eq 0 -a "$ps_state" == "${expected_state}" ] && return 0 402 tst_resm ${LIB_TEST_STATE} "Expected task ${task_pid} to be in state \"${expected_state}\"" 412 local expected_state="$2" 416 [ $rc -eq 0 -a "$ps_state" != "${expected_state}" ] && return 0 419 tst_resm ${LIB_TEST_STATE} "Expected task ${task_pid} to not be in state \"${expected_state}\""
|
/third_party/openssl/test/ |
D | drbgtest.c | 193 int expected_state = (expect_success ? DRBG_READY : DRBG_ERROR); in test_drbg_reseed() local 235 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed() 236 || !TEST_int_eq(state(public), expected_state) in test_drbg_reseed() 237 || !TEST_int_eq(state(private), expected_state)) in test_drbg_reseed()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcKHRDebugTests.hpp | 325 void inspectDebugState(glw::GLboolean expected_state, glw::GLDEBUGPROC expected_callback,
|
D | glcKHRDebugTests.cpp | 1813 void ReceivingMessagesTest::inspectDebugState(GLboolean expected_state, GLDEBUGPROC expected_callba… in inspectDebugState() argument 1820 if (expected_state != debug_state) in inspectDebugState() 1823 << ", expected " << expected_state << tcu::TestLog::EndMessage; in inspectDebugState()
|
/third_party/node/test/cctest/ |
D | test_inspector_socket.cc | 587 enum inspector_handshake_event expected_state = kInspectorHandshakeHttpGet; in ReportsHttpGet_handshake() local 607 EXPECT_EQ(expected_state, state); in ReportsHttpGet_handshake()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 78 #define GST_H265_PARSE_STATE_VALID(parse, expected_state) \ argument 79 (((parse)->state & (expected_state)) == (expected_state))
|
D | gsth264parse.c | 85 #define GST_H264_PARSE_STATE_VALID(parse, expected_state) \ argument 86 (((parse)->state & (expected_state)) == (expected_state))
|