/third_party/mbedtls/library/ |
H A D | psa_crypto_slot_management.h | 130 * 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 D | esextcTextureCubeMapArrayFBOIncompleteness.cpp | 61 * @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 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/node/deps/v8/src/builtins/ |
H A D | builtins-lazy-gen.h | 25 TieringState expected_state,
|
H A D | builtins-lazy-gen.cc | 33 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 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/ |
H A D | glcKHRDebugTests.hpp | 325 void inspectDebugState(glw::GLboolean expected_state, glw::GLDEBUGPROC expected_callback,
|
H A D | glcKHRDebugTests.cpp | 1809 * @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 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/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 845 // 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 D | builtins-mips64.cc | 855 // 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 D | builtins-ppc.cc | 1126 // 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 D | builtins-ia32.cc | 824 // 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 D | builtins-loong64.cc | 850 // 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 D | builtins-x64.cc | 930 // 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 D | builtins-arm64.cc | 1046 // 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 D | builtins-arm.cc | 873 // 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 D | builtins-riscv64.cc | 900 // 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 D | builtins-s390.cc | 1162 // 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
|