Home
last modified time | relevance | path

Searched defs:testDesc (Results 1 – 8 of 8) 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 */
Dtestlimits.c1403 typedef struct testDesc testDesc; typedef
1405 struct testDesc { struct
1411 testDesc testDescriptions[] = { argument
Druntest.c95 typedef struct testDesc testDesc; typedef
97 struct testDesc { struct
98 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 */
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1328 …std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + … in init() local
DvktShaderRenderBuiltinVarTests.cpp138 std::string testDesc; in iterate() local
338 std::string testDesc; in iterate() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java596 String output, testDesc; in Test4103271() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java595 String output, testDesc; in Test4103271() local
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp987 UnicodeString output, testDesc, str, str2; in test4103271() local