Home
last modified time | relevance | path

Searched refs:caseDesc (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DSourceSinkTester.java79 private final String caseDesc; field in SourceSinkTester
81 SourceSinkTester(F factory, T data, String suiteName, String caseDesc, Method method) { in SourceSinkTester() argument
87 this.caseDesc = checkNotNull(caseDesc); in SourceSinkTester()
92 return super.getName() + " [" + suiteName + " [" + caseDesc + "]]"; in getName()
DCharSinkTester.java67 String suiteName, String caseDesc, Method method) { in CharSinkTester() argument
68 super(factory, string, suiteName, caseDesc, method); in CharSinkTester()
DByteSinkTester.java78 String caseDesc, Method method) { in ByteSinkTester() argument
79 super(factory, data, suiteName, caseDesc, method); in ByteSinkTester()
DCharSourceTester.java68 String suiteName, String caseDesc, Method method) { in CharSourceTester() argument
69 super(factory, string, suiteName, caseDesc, method); in CharSourceTester()
DByteSourceTester.java99 String suiteName, String caseDesc, Method method) { in ByteSourceTester() argument
100 super(factory, bytes, suiteName, caseDesc, method); in ByteSourceTester()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp369 const DispatchCaseDesc& caseDesc,
389 const DispatchCaseDesc& caseDesc, in IndirectDispatchCaseBufferUpload() argument
391 : vkt::TestCase (testCtx, caseDesc.m_name, caseDesc.m_description) in IndirectDispatchCaseBufferUpload()
392 , m_bufferSize (caseDesc.m_bufferSize) in IndirectDispatchCaseBufferUpload()
393 , m_workGroupSize (caseDesc.m_workGroupSize) in IndirectDispatchCaseBufferUpload()
394 , m_dispatchCommands (caseDesc.m_dispatchCommands) in IndirectDispatchCaseBufferUpload()
513 const DispatchCaseDesc& caseDesc, in IndirectDispatchCaseBufferGenerate() argument
515 : IndirectDispatchCaseBufferUpload(testCtx, caseDesc, glslVersion) {} in IndirectDispatchCaseBufferGenerate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp1469 std::ostringstream caseDesc; in getAttributeInfoDescription() local
1471caseDesc << std::string(VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].name) << "… in getAttributeInfoDescription()
1474 caseDesc << "vertex input rate "; in getAttributeInfoDescription()
1476 caseDesc << "instance input rate "; in getAttributeInfoDescription()
1478 return caseDesc.str(); in getAttributeInfoDescription()
1483 std::ostringstream caseDesc; in getAttributeInfosDescription() local
1485 caseDesc << "Uses vertex attributes:\n"; in getAttributeInfosDescription()
1488 caseDesc << "\t- " << getAttributeInfoDescription (attributeInfos[attributeNdx]) << "\n"; in getAttributeInfosDescription()
1490 return caseDesc.str(); in getAttributeInfosDescription()
1704 const std::string caseDesc = getAttributeInfosDescription(attributeInfos); in createMultipleAttributeTests() local
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp867 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; in addProgramStateCase() local
869 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType)); in addProgramStateCase()
1061 …const std::string caseDesc = std::string("Replace source code of ") + ((shaderType == glu::SHADER… in init() local
1063 …shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_st… in init()
1084 …const std::string caseDesc = std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" :… in init() local
1091 …shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp927 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; in addProgramStateCase() local
929 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType)); in addProgramStateCase()
1492 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; in addProgramBinaryPersistenceCase() local
1494 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType)); in addProgramBinaryPersistenceCase()
1687 …const std::string caseDesc = std::string("Replace source code of ") + shaderTypeName + " shader.… in init() local
1689 …shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_st… in init()
1710 …const std::string caseDesc = std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" :… in init() local
1717 …shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(… in init()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp3359 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify") in init() local
3365 …earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str()… in init()