Home
last modified time | relevance | path

Searched refs:Title_p (Results 1 – 4 of 4) sorted by relevance

/optee_test/host/xtest/adbg/src/
A Dadbg_case.c30 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 Dadbg_int.h36 char *Title_p; member
A Dadbg_run.c158 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/host/xtest/adbg/include/
A Dadbg.h36 const char *Title_p; member
54 .Title_p = Title, \

Completed in 5 milliseconds