Home
last modified time | relevance | path

Searched defs:testDesc (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/
Dtestrecurse.c44 typedef struct testDesc testDesc; typedef
46 struct testDesc { struct
47 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 */
Druntest.c91 typedef struct testDesc testDesc; typedef
93 struct testDesc { struct
94 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 */
Dtestlimits.c1402 typedef struct testDesc testDesc; typedef
1404 struct testDesc { struct
1410 testDesc testDescriptions[] = { argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1328 …std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + … in init() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegression.java577 String output, testDesc; in Test4103271() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegression.java581 String output, testDesc; in Test4103271() local
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp985 UnicodeString output, testDesc, str, str2; in test4103271() local