Searched defs:testDesc (Results 1 - 6 of 6) 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 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));
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...]
/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 2983 milliseconds