Searched defs:testDesc (Results 1 – 8 of 8) 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 */
1403 typedef struct testDesc testDesc; typedef1405 struct testDesc { struct1411 testDesc testDescriptions[] = { argument
95 typedef struct testDesc testDesc; typedef97 struct testDesc { struct98 const char *desc; /* descripton of the test */99 functest func; /* function implementing the test */100 const char *in; /* glob to path for input files */101 const char *out; /* output directory */102 const char *suffix;/* suffix for output files */103 const char *err; /* suffix for error output files */104 int options; /* parser options for the test */
1328 …std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + … in init() local
138 std::string testDesc; in iterate() local338 std::string testDesc; in iterate() local
596 String output, testDesc; in Test4103271() local
595 String output, testDesc; in Test4103271() local
987 UnicodeString output, testDesc, str, str2; in test4103271() local