Home
last modified time | relevance | path

Searched refs:expected_state (Results 1 - 19 of 19) sorted by relevance

/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.h130 * This function changes the state of the key slot from expected_state to
131 * new state. If the state of the slot was not expected_state, the state is
138 * \param[in] expected_state The current state of the slot.
144 * The slot's state was not expected_state.
147 psa_key_slot_t *slot, psa_key_slot_state_t expected_state, in psa_key_slot_state_transition()
150 if (slot->state != expected_state) { in psa_key_slot_state_transition()
146 psa_key_slot_state_transition( psa_key_slot_t *slot, psa_key_slot_state_t expected_state, psa_key_slot_state_t new_state) psa_key_slot_state_transition() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayFBOIncompleteness.cpp61 * @param expected_state Anticipated FBO completeness status;
67 glw::GLboolean TextureCubeMapArrayFBOIncompleteness::checkState(glw::GLint expected_state, const char* message) 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/
H A 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/
H A Dbuiltins-lazy-gen.h25 TieringState expected_state,
H A Dbuiltins-lazy-gen.cc33 TNode<Uint32T> state, TieringState expected_state, in TailCallRuntimeIfStateEquals()
37 Word32Equal(state, Uint32Constant(static_cast<uint32_t>(expected_state))), in TailCallRuntimeIfStateEquals()
32 TailCallRuntimeIfStateEquals( TNode<Uint32T> state, TieringState expected_state, Runtime::FunctionId function_id, TNode<JSFunction> function) TailCallRuntimeIfStateEquals() argument
/third_party/openssl/test/
H A 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/
H A DglcKHRDebugTests.hpp325 void inspectDebugState(glw::GLboolean expected_state, glw::GLDEBUGPROC expected_callback,
H A DglcKHRDebugTests.cpp1809 * @param expected_state Expected state of DEBUG_OUTPUT
1813 void ReceivingMessagesTest::inspectDebugState(GLboolean expected_state, GLDEBUGPROC expected_callback, 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/
H A 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/mips/
H A Dbuiltins-mips.cc845 // Tail-call |function_id| if |actual_state| == |expected_state|
848 TieringState expected_state, in TailCallRuntimeIfStateEquals()
853 Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
846 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc855 // Tail-call |function_id| if |actual_state| == |expected_state|
858 TieringState expected_state, in TailCallRuntimeIfStateEquals()
862 Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
856 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc1126 // Tail-call |function_id| if |actual_state| == |expected_state|
1129 TieringState expected_state, in TailCallRuntimeIfStateEquals()
1132 __ cmpi(actual_state, Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
1127 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc824 // Tail-call |function_id| if |actual_state| == |expected_state|
827 TieringState expected_state, in TailCallRuntimeIfStateEquals()
831 __ cmp(actual_state, static_cast<int>(expected_state)); in TailCallRuntimeIfStateEquals()
825 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc850 // Tail-call |function_id| if |actual_state| == |expected_state|
853 TieringState expected_state, in TailCallRuntimeIfStateEquals()
857 Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
851 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc930 // Tail-call |function_id| if |actual_state| == |expected_state|
933 TieringState expected_state, in TailCallRuntimeIfStateEquals()
937 __ Cmp(actual_state, static_cast<int>(expected_state)); in TailCallRuntimeIfStateEquals()
931 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1046 // Tail-call |function_id| if |actual_state| == |expected_state|
1049 TieringState expected_state, in TailCallRuntimeIfStateEquals()
1053 __ CompareAndBranch(actual_state, Operand(static_cast<int>(expected_state)), in TailCallRuntimeIfStateEquals()
1047 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc873 // Tail-call |function_id| if |actual_state| == |expected_state|
876 TieringState expected_state, in TailCallRuntimeIfStateEquals()
880 __ cmp_raw_immediate(actual_state, static_cast<int>(expected_state)); in TailCallRuntimeIfStateEquals()
874 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc900 // Tail-call |function_id| if |actual_state| == |expected_state|
903 TieringState expected_state, in TailCallRuntimeIfStateEquals()
908 Operand(static_cast<int>(expected_state)), Label::Distance::kNear); in TailCallRuntimeIfStateEquals()
901 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1162 // Tail-call |function_id| if |actual_state| == |expected_state|
1165 TieringState expected_state, in TailCallRuntimeIfStateEquals()
1168 __ CmpS64(actual_state, Operand(static_cast<int>(expected_state))); in TailCallRuntimeIfStateEquals()
1163 TailCallRuntimeIfStateEquals(MacroAssembler* masm, Register actual_state, TieringState expected_state, Runtime::FunctionId function_id) TailCallRuntimeIfStateEquals() argument

Completed in 65 milliseconds