Searched defs:testDesc (Results 1 – 5 of 5) sorted by relevance
44 typedef struct testDesc testDesc; typedef46 struct testDesc { struct47 const char *desc; /* descripton of the test */48 functest func; /* function implementing the test */49 const char *in; /* glob to path for input files */50 const char *out; /* output directory */51 const char *suffix;/* suffix for output files */52 const char *err; /* suffix for error output files */53 int options; /* parser options for the test */
91 typedef struct testDesc testDesc; typedef93 struct testDesc { struct94 const char *desc; /* descripton of the test */95 functest func; /* function implementing the test */96 const char *in; /* glob to path for input files */97 const char *out; /* output directory */98 const char *suffix;/* suffix for output files */99 const char *err; /* suffix for error output files */100 int options; /* parser options for the test */
1402 typedef struct testDesc testDesc; typedef1404 struct testDesc { struct1410 testDesc testDescriptions[] = { argument
577 String output, testDesc; in Test4103271() local
985 UnicodeString output, testDesc, str, str2; in test4103271() local