Searched refs:AbortFrame (Results 1 - 6 of 6) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_core.c | 61 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member 81 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member
|
/third_party/unity/extras/memory/test/ |
H A D | unity_memory_Test.c | 130 memcpy(TestAbortFrame, Unity.AbortFrame, sizeof(jmp_buf)); \ 136 memcpy(Unity.AbortFrame, TestAbortFrame, sizeof(jmp_buf)); \
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 336 memcpy(TestAbortFrame, Unity.AbortFrame, sizeof(jmp_buf)); \ 342 memcpy(Unity.AbortFrame, TestAbortFrame, sizeof(jmp_buf)); \
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity_internals.h | 398 jmp_buf AbortFrame; member 588 #define TEST_PROTECT() (setjmp(Unity.AbortFrame) == 0) 589 #define TEST_ABORT() longjmp(Unity.AbortFrame, 1)
|
/third_party/unity/src/ |
H A D | unity_internals.h | 520 jmp_buf AbortFrame; member 775 #define TEST_PROTECT() (setjmp(Unity.AbortFrame) == 0) 785 #define TEST_ABORT() longjmp(Unity.AbortFrame, 1)
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 103 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member 119 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member
|
Completed in 16 milliseconds