Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/
Dtestrecurse.c40 typedef struct testDesc testDesc; typedef
42 struct testDesc { struct
43 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 */
Dtestlimits.c1393 typedef struct testDesc testDesc; typedef
1395 struct testDesc { struct
1401 testDesc testDescriptions[] = { argument
Druntest.c96 typedef struct testDesc testDesc; typedef
98 struct testDesc { struct
99 const char *desc; /* description of the test */
100 functest func; /* function implementing the test */
101 const char *in; /* glob to path for input files */
102 const char *out; /* output directory */
103 const char *suffix;/* suffix for output files */
104 const char *err; /* suffix for error output files */
105 int options; /* parser options for the test */
/external/libxml2/
Dtestrecurse.c40 typedef struct testDesc testDesc; typedef
42 struct testDesc { struct
43 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 */
Dtestlimits.c1393 typedef struct testDesc testDesc; typedef
1395 struct testDesc { struct
1401 testDesc testDescriptions[] = { argument
Druntest.c96 typedef struct testDesc testDesc; typedef
98 struct testDesc { struct
99 const char *desc; /* description of the test */
100 functest func; /* function implementing the test */
101 const char *in; /* glob to path for input files */
102 const char *out; /* output directory */
103 const char *suffix;/* suffix for output files */
104 const char *err; /* suffix for error output files */
105 int options; /* parser options for the test */
/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
365 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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp5707 …const auto testDesc = "Dynamically change patch control points and draw first with a pipeline usin… in createExtendedDynamicStateTests() local
6476 …const auto testDesc = "Dynamically " + finalState + " coverage to color in " + (multisample ? "m… in createExtendedDynamicStateTests() local
6509 …const auto testDesc = "Dynamically enable coverage to color in location " + locName + " using " + … in createExtendedDynamicStateTests() local
6555 …const auto testDesc = std::string("Dynamically set coverage modulation mode to ") + modulationMode… in createExtendedDynamicStateTests() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingShaderBindingTableTests.cpp1575 const auto testDesc = "Check aligning shader group handles to " + alignStr + " bytes"; in createShaderBindingTableTests() local
/external/cronet/third_party/icu/source/test/intltest/
Dcalregts.cpp996 UnicodeString output, testDesc, str, str2; in test4103271() local
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp997 UnicodeString output, testDesc, str, str2; in test4103271() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp4982 …const auto testDesc = "Draw the maximum number of triangles using a work group size of " + wgsSt… in createMeshShaderMiscTestsEXT() local