Searched refs:testDesc (Results 1 - 7 of 7) 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.c1402 typedef struct testDesc testDesc; typedef in typeref:struct:testDesc
1403 typedef testDesc *testDescPtr;
1404 struct testDesc { struct
1410 testDesc testDescriptions[] = {
H A Druntest.c91 typedef struct testDesc testDesc; typedef in typeref:struct:testDesc
92 typedef testDesc *testDescPtr;
93 struct testDesc { struct
4143 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));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCalendarRegression.java581 String output, testDesc;
591 testDesc = ("Test" + String.valueOf(firstDay) + String.valueOf(minDays));
592 logln(testDesc + " => 1st day of week=" +
605 output = testDesc + " - " + sdf.format(d) + "\t";
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegression.java577 String output, testDesc;
587 testDesc = ("Test" + String.valueOf(firstDay) + String.valueOf(minDays));
588 logln(testDesc + " => 1st day of week=" +
601 output = testDesc + " - " + sdf.format(d) + "\t";
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp985 UnicodeString output, testDesc, str, str2; local
1000 testDesc = (UnicodeString("Test") + firstDay + minDays);
1001 logln(testDesc + " => 1st day of week=" +
1016 output = testDesc + " - " + sdf.format(d,temp,pos) + "\t";

Completed in 393 milliseconds