Searched refs:Title (Results 1 – 2 of 2) sorted by relevance
/optee_test/host/xtest/adbg/src/ |
A D | adbg_case.c | 155 char Title[80] = { }; in Do_ADBG_BeginSubCase() local 158 vsnprintf(Title, sizeof(Title), FormatTitle_p, ArgList); in Do_ADBG_BeginSubCase() 161 SubCase_p = ADBG_Case_CreateSubCase(Case_p, Title); in Do_ADBG_BeginSubCase() 184 char Title[80] = { }; in Do_ADBG_EndSubCase() local 193 strcpy(Title, "NULL"); in Do_ADBG_EndSubCase() 196 vsnprintf(Title, sizeof(Title), FormatTitle_p, ArgList); in Do_ADBG_EndSubCase() 206 Title); in Do_ADBG_EndSubCase() 210 if (FormatTitle_p != NULL && strcmp(SubCase_p->Title_p, Title) != 0) { in Do_ADBG_EndSubCase() 213 SubCase_p->Title_p, Title); in Do_ADBG_EndSubCase() 223 SubCase_p->Title_p, Title); in Do_ADBG_EndSubCase()
|
/optee_test/host/xtest/adbg/include/ |
A D | adbg.h | 48 #define ADBG_CASE_DEFINE(Suite, TestID, Run, Title) \ argument 54 .Title_p = Title, \
|
Completed in 3 milliseconds