Searched defs:testDesc (Results 1 – 12 of 12) sorted by relevance
44 typedef struct testDesc testDesc; typedef46 struct testDesc { struct47 const char *desc; /* description 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 */
1107 typedef struct testDesc testDesc; typedef1109 struct testDesc { struct1115 testDesc testDescriptions[] = { argument
97 typedef struct testDesc testDesc; typedef99 struct testDesc { struct100 const char *desc; /* description of the test */101 functest func; /* function implementing the test */102 const char *in; /* glob to path for input files */103 const char *out; /* output directory */104 const char *suffix;/* suffix for output files */105 const char *err; /* suffix for error output files */106 int options; /* parser options for the test */
40 typedef struct testDesc testDesc; typedef42 struct testDesc { struct43 const char *desc; /* description of the test */44 functest func; /* function implementing the test */45 const char *in; /* glob to path for input files */46 const char *out; /* output directory */47 const char *suffix;/* suffix for output files */48 const char *err; /* suffix for error output files */49 int options; /* parser options for the test */
1389 typedef struct testDesc testDesc; typedef1391 struct testDesc { struct1397 testDesc testDescriptions[] = { argument
94 typedef struct testDesc testDesc; typedef96 struct testDesc { struct97 const char *desc; /* description of the test */98 functest func; /* function implementing the test */99 const char *in; /* glob to path for input files */100 const char *out; /* output directory */101 const char *suffix;/* suffix for output files */102 const char *err; /* suffix for error output files */103 int options; /* parser options for the test */
603 String output, testDesc; in Test4103271() local
606 String output, testDesc; in Test4103271() local
144 std::string testDesc; in iterate() local366 std::string testDesc; in iterate() local
794 public void testDesc() throws Exception { in testDesc() method in JvstTest
997 UnicodeString output, testDesc, str, str2; in test4103271() local