Searched refs:Title_p (Results 1 – 4 of 4) sorted by relevance
/optee_test-3.20.0/host/xtest/adbg/src/ |
A D | adbg_case.c | 30 const char *const Title_p); 172 Do_ADBG_Log("* %s %s", SubCase_p->TestID_p, SubCase_p->Title_p); in Do_ADBG_BeginSubCase() 174 Do_ADBG_Log("o %s %s", SubCase_p->TestID_p, SubCase_p->Title_p); in Do_ADBG_BeginSubCase() 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() 269 const char *const Title_p in ADBG_Case_CreateSubCase() argument 280 SubCase_p->Title_p = strdup(Title_p); in ADBG_Case_CreateSubCase() 281 if (SubCase_p->Title_p == NULL) in ADBG_Case_CreateSubCase() 338 free(SubCase_p->Title_p); in ADBG_SubCase_Delete()
|
A D | adbg_int.h | 36 char *Title_p; member
|
A D | adbg_run.c | 158 Do_ADBG_BeginSubCase(Case_p, "%s", case_def->Title_p); in ADBG_RunSuite() 167 Do_ADBG_EndSubCase(Case_p, "%s", case_def->Title_p); in ADBG_RunSuite()
|
/optee_test-3.20.0/host/xtest/adbg/include/ |
A D | adbg.h | 36 const char *Title_p; member 54 .Title_p = Title, \
|
Completed in 4 milliseconds