Home
last modified time | relevance | path

Searched refs:Got (Results 1 – 2 of 2) sorted by relevance

/optee_test/host/xtest/adbg/include/
A Dadbg.h111 #define ADBG_EXPECT(Case_p, Expected, Got) \ argument
112 ADBG_EXPECT_ENUM(Case_p, Expected, Got, NULL)
118 Do_ADBG_Expect(Case_p, __FILE__, __LINE__, Expected, Got, #Got, \
123 NotExpected, Got, #Got, EnumTable_p)
128 #define ADBG_EXPECT_TRUE(Case_p, Got) \ argument
140 Do_ADBG_ExpectPointer(Case_p, __FILE__, __LINE__, Expected, Got, #Got)
142 #define ADBG_EXPECT_NOT_NULL(Case_p, Got) \ argument
143 Do_ADBG_ExpectPointerNotNULL(Case_p, __FILE__, __LINE__, Got, #Got)
161 if (!ADBG_EXPECT(Case_p, Expected, Got)) \
173 if (!ADBG_EXPECT_TRUE(Case_p, Got)) \
[all …]
/optee_test/host/xtest/adbg/src/
A Dadbg_expect.c37 const int Got, in Do_ADBG_Expect() argument
42 if (ADBG_AssertHelper(Case_p, FileName_p, LineNumber, Expected == Got)) in Do_ADBG_Expect()
50 Got, Do_ADBG_GetEnumName(Got, EnumTable_p), in Do_ADBG_Expect()
57 GotVarName_p, Got, Expected); in Do_ADBG_Expect()
68 const int Got, in Do_ADBG_ExpectNot() argument
74 Got)) in Do_ADBG_ExpectNot()
82 Got, Do_ADBG_GetEnumName(Got, EnumTable_p), in Do_ADBG_ExpectNot()
89 GotVarName_p, (size_t)Got, (size_t)NotExpected); in Do_ADBG_ExpectNot()

Completed in 4 milliseconds