Searched refs:caseDesc (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DSourceSinkTester.java79 private final String caseDesc; field in class:SourceSinkTester
81 SourceSinkTester(F factory, T data, String suiteName, String caseDesc, Method method) { argument
87 this.caseDesc = checkNotNull(caseDesc);
92 return super.getName() + " [" + suiteName + " [" + caseDesc + "]]";
H A DByteSinkTester.java78 String caseDesc, Method method) {
79 super(factory, data, suiteName, caseDesc, method);
77 ByteSinkTester(ByteSinkFactory factory, byte[] data, String suiteName, String caseDesc, Method method) argument
H A DCharSinkTester.java67 String suiteName, String caseDesc, Method method) {
68 super(factory, string, suiteName, caseDesc, method);
66 CharSinkTester(CharSinkFactory factory, String string, String suiteName, String caseDesc, Method method) argument
H A DByteSourceTester.java99 String suiteName, String caseDesc, Method method) {
100 super(factory, bytes, suiteName, caseDesc, method);
98 ByteSourceTester(ByteSourceFactory factory, byte[] bytes, String suiteName, String caseDesc, Method method) argument
H A DCharSourceTester.java68 String suiteName, String caseDesc, Method method) {
69 super(factory, string, suiteName, caseDesc, method);
67 CharSourceTester(CharSourceFactory factory, String string, String suiteName, String caseDesc, Method method) argument
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp369 const DispatchCaseDesc& caseDesc,
389 const DispatchCaseDesc& caseDesc,
391 : vkt::TestCase (testCtx, caseDesc.m_name, caseDesc.m_description)
392 , m_bufferSize (caseDesc.m_bufferSize)
393 , m_workGroupSize (caseDesc.m_workGroupSize)
394 , m_dispatchCommands (caseDesc.m_dispatchCommands)
513 const DispatchCaseDesc& caseDesc,
515 : IndirectDispatchCaseBufferUpload(testCtx, caseDesc, glslVersion) {}
388 IndirectDispatchCaseBufferUpload(tcu::TestContext& testCtx, const DispatchCaseDesc& caseDesc, const glu::GLSLVersion glslVersion) argument
512 IndirectDispatchCaseBufferGenerate(tcu::TestContext& testCtx, const DispatchCaseDesc& caseDesc, const glu::GLSLVersion glslVersion) argument
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp1570 std::ostringstream caseDesc; local
1572 caseDesc << std::string(VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].name) << " from type " << getFormatName(attributeInfo.vkType) << " with ";
1575 caseDesc << "vertex input rate ";
1577 caseDesc << "instance input rate ";
1579 return caseDesc.str();
1584 std::ostringstream caseDesc; local
1586 caseDesc << "Uses vertex attributes:\n";
1589 caseDesc << "\t- " << getAttributeInfoDescription (attributeInfos[attributeNdx]) << "\n";
1591 return caseDesc.str();
1750 const std::string caseDesc local
[all...]
H A DvktPipelineStencilTests.cpp1113 const std::string caseDesc = getStencilStateSetDescription(stencilStateFront, stencilStateBack); local
1115 dFailOpTest->addChild(new StencilTest(testCtx, caseName, caseDesc, stencilFormat, stencilStateFront, stencilStateBack));
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp867 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; local
869 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1061 const std::string caseDesc = std::string("Replace source code of ") + ((shaderType == glu::SHADERTYPE_FRAGMENT) ? "fragment" : "vertex") + " shader."; local
1063 shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType));
1084 const std::string caseDesc = std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" : "Vertex") local
1091 shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType, numSlices, flags));
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp762 const std::string caseDesc = "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags) + " " + de::toString(testParams.flags); local
767 newTestGroup->addChild(new BuffersTestCase(testCtx, caseName.c_str(), caseDesc.c_str(), testParams));
770 newTestGroup->addChild(new DedicatedAllocationBuffersTestCase(testCtx, caseName.c_str(), caseDesc.c_str(), testParams));
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp927 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; local
929 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1492 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; local
1494 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1687 const std::string caseDesc = std::string("Replace source code of ") + shaderTypeName + " shader."; local
1689 shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType));
1710 const std::string caseDesc = std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" : "Vertex") local
1717 shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType, numSlices, flags));
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp3359 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify") local
3365 earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType));

Completed in 776 milliseconds