Lines Matching refs:Recovery
160 #define ADBG_REQUIRE(Case_p, Recovery, Expected, Got) {\ argument
162 Recovery }
164 #define ADBG_REQUIRE_ENUM(Case_p, Recovery, Expected, Got, EnumTable_p) {\ argument
166 Recovery }
168 #define ADBG_REQUIRE_BOOLEAN(Case_p, Recovery, Expected, Got) {\ argument
170 Recovery }
172 #define ADBG_REQUIRE_TRUE(Case_p, Recovery, Got) {\ argument
174 Recovery }
176 #define ADBG_REQUIRE_EQUAL(Case_p, Recovery, Buf1_p, Buf2_p, Length) {\ argument
178 Recovery }
180 #define ADBG_REQUIRE_BUFFER(Case_p, Recovery, ExpBuf_p, ExpBufLen, GotBuf_p, \ argument
184 Recovery }
186 #define ADBG_REQUIRE_POINTER(Case_p, Recovery, Expected, Got) {\ argument
188 Recovery }
190 #define ADBG_REQUIRE_NOT_NULL(Case_p, Recovery, Got) {\ argument
192 Recovery }
194 #define ADBG_REQUIRE_COMPARE_SIGNED(Case_p, Recovery, Val1, Compar, Val2) {\ argument
196 Recovery }
198 #define ADBG_REQUIRE_COMPARE_UNSIGNED(Case_p, Recovery, Val1, Compar, Val2) {\ argument
200 Recovery }
202 #define ADBG_REQUIRE_COMPARE_POINTER(Case_p, Recovery, Val1, Compar, Val2) {\ argument
204 Recovery }