Home
last modified time | relevance | path

Searched refs:expected_state (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayFBOIncompleteness.cpp67 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/
Dlibcgroup_freezer395 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/node/deps/v8/src/builtins/
Dbuiltins-lazy-gen.cc33 TNode<Uint32T> state, TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
37 Word32Equal(state, Uint32Constant(static_cast<uint32_t>(expected_state))), in TailCallRuntimeIfStateEquals()
Dbuiltins-lazy-gen.h25 TieringState expected_state,
/third_party/openssl/test/
Ddrbgtest.c193 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/
DglcKHRDebugTests.hpp325 void inspectDebugState(glw::GLboolean expected_state, glw::GLDEBUGPROC expected_callback,
DglcKHRDebugTests.cpp1813 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/
Dtest_inspector_socket.cc587 enum inspector_handshake_event expected_state = kInspectorHandshakeHttpGet; in ReportsHttpGet_handshake() local
607 EXPECT_EQ(expected_state, state); in ReportsHttpGet_handshake()
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1129 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
1132 __ cmpi(actual_state, Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc1165 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
1168 __ CmpS64(actual_state, Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc853 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
857 Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc876 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
880 __ cmp_raw_immediate(actual_state, static_cast<int>(expected_state)); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1049 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
1053 __ CompareAndBranch(actual_state, Operand(static_cast<int>(expected_state)), in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc858 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
862 Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc903 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
908 Operand(static_cast<int>(expected_state)), Label::Distance::kNear); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc827 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
831 __ cmp(actual_state, static_cast<int>(expected_state)); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc933 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
937 __ Cmp(actual_state, static_cast<int>(expected_state)); in TailCallRuntimeIfStateEquals()
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc848 TieringState expected_state, in TailCallRuntimeIfStateEquals() argument
853 Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()