Home
last modified time | relevance | path

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

/external/libxml2/
Dtestrecurse.c44 typedef struct testDesc testDesc; typedef
46 struct testDesc { struct
47 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 */
Druntest.c95 typedef struct testDesc testDesc; typedef
97 struct testDesc { struct
98 const char *desc; /* description 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 */
Dtestlimits.c1403 typedef struct testDesc testDesc; typedef
1405 struct testDesc { struct
1411 testDesc testDescriptions[] = { argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1554 …std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + … in init() local
DvktShaderRenderBuiltinVarTests.cpp139 std::string testDesc; in iterate() local
361 std::string testDesc; in iterate() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java605 String output, testDesc; in Test4103271() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java602 String output, testDesc; in Test4103271() local
/external/javassist/src/test/javassist/
DJvstTest.java794 public void testDesc() throws Exception { in testDesc() method in JvstTest
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp994 UnicodeString output, testDesc, str, str2; in test4103271() local