Home
last modified time | relevance | path

Searched refs:AbortFrame (Results 1 - 6 of 6) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_core.c61 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member
81 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member
/third_party/unity/extras/memory/test/
H A Dunity_memory_Test.c130 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 Dunity_fixture_Test.c336 memcpy(TestAbortFrame, Unity.AbortFrame, sizeof(jmp_buf)); \
342 memcpy(Unity.AbortFrame, TestAbortFrame, sizeof(jmp_buf)); \
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h398 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 Dunity_internals.h520 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 Dtestunity.c103 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member
119 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() member

Completed in 16 milliseconds