Searched refs:testDesc (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/
H A Dtestrecurse.c44 typedef struct testDesc testDesc; typedef in typeref:struct:testDesc
45 typedef testDesc *testDescPtr;
46 struct testDesc { struct
792 testDesc testDescriptions[] = {
H A Dtestlimits.c1403 typedef struct testDesc testDesc; typedef in typeref:struct:testDesc
1404 typedef testDesc *testDescPtr;
1405 struct testDesc { struct
1411 testDesc testDescriptions[] = {
H A Druntest.c95 typedef struct testDesc testDesc; typedef in typeref:struct:testDesc
96 typedef testDesc *testDescPtr;
97 struct testDesc { struct
4228 testDesc testDescriptions[] = {
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp138 std::string testDesc; local
150 testDesc = "gl_FrontFacing " + getPrimitiveTopologyShortName(m_topology) + " ";
190 testDesc += "passed";
191 return tcu::TestStatus::pass(testDesc.c_str());
195 testDesc += "failed";
196 return tcu::TestStatus::fail(testDesc.c_str());
341 std::string testDesc; local
1161 testDesc = "gl_FragDepth " + getPrimitiveTopologyShortName(m_topology) + " ";
1164 testDesc += "passed";
1165 return tcu::TestStatus::pass(testDesc
[all...]
H A DvktShaderRenderLoopTests.cpp1328 std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; local
1329 de::MovePtr<ShaderLoopCase> testCase(createGenericLoopCase(m_testCtx, testName.c_str(), testDesc.c_str(), isVertexCase, (LoopType)loopType, (LoopCountType)loopCountType, (glu::Precision)precision, loopDataType));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCalendarRegressionTest.java605 String output, testDesc;
615 testDesc = ("Test" + String.valueOf(firstDay) + String.valueOf(minDays));
616 logln(testDesc + " => 1st day of week=" +
629 output = testDesc + " - " + sdf.format(d) + "\t";
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java602 String output, testDesc;
612 testDesc = ("Test" + String.valueOf(firstDay) + String.valueOf(minDays));
613 logln(testDesc + " => 1st day of week=" +
626 output = testDesc + " - " + sdf.format(d) + "\t";
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp990 UnicodeString output, testDesc, str, str2; local
1005 testDesc = (UnicodeString("Test") + firstDay + minDays);
1006 logln(testDesc + " => 1st day of week=" +
1021 output = testDesc + " - " + sdf.format(d,temp,pos) + "\t";

Completed in 248 milliseconds