/external/guava/guava-tests/test/com/google/common/io/ |
D | SourceSinkTester.java | 79 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()
|
D | ByteSinkTester.java | 77 ByteSinkFactory factory, byte[] data, String suiteName, String caseDesc, Method method) { in ByteSinkTester() argument 78 super(factory, data, suiteName, caseDesc, method); in ByteSinkTester()
|
D | CharSinkTester.java | 64 CharSinkFactory factory, String string, String suiteName, String caseDesc, Method method) { in CharSinkTester() argument 65 super(factory, string, suiteName, caseDesc, method); in CharSinkTester()
|
D | CharSourceTester.java | 87 CharSourceFactory factory, String string, String suiteName, String caseDesc, Method method) { in CharSourceTester() argument 88 super(factory, string, suiteName, caseDesc, method); in CharSourceTester()
|
D | ByteSourceTester.java | 115 ByteSourceFactory factory, byte[] bytes, String suiteName, String caseDesc, Method method) { in ByteSourceTester() argument 116 super(factory, bytes, suiteName, caseDesc, method); in ByteSourceTester()
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | SourceSinkTester.java | 79 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()
|
D | CharSinkTester.java | 65 CharSinkFactory factory, String string, String suiteName, String caseDesc, Method method) { in CharSinkTester() argument 66 super(factory, string, suiteName, caseDesc, method); in CharSinkTester()
|
D | ByteSinkTester.java | 77 ByteSinkFactory factory, byte[] data, String suiteName, String caseDesc, Method method) { in ByteSinkTester() argument 78 super(factory, data, suiteName, caseDesc, method); in ByteSinkTester()
|
D | CharSourceTester.java | 84 CharSourceFactory factory, String string, String suiteName, String caseDesc, Method method) { in CharSourceTester() argument 85 super(factory, string, suiteName, caseDesc, method); in CharSourceTester()
|
D | ByteSourceTester.java | 115 ByteSourceFactory factory, byte[] bytes, String suiteName, String caseDesc, Method method) { in ByteSourceTester() argument 116 super(factory, bytes, suiteName, caseDesc, method); in ByteSourceTester()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 370 const DispatchCaseDesc& caseDesc, 390 const DispatchCaseDesc& caseDesc, in IndirectDispatchCaseBufferUpload() argument 392 : vkt::TestCase (testCtx, caseDesc.m_name, caseDesc.m_description) in IndirectDispatchCaseBufferUpload() 393 , m_bufferSize (caseDesc.m_bufferSize) in IndirectDispatchCaseBufferUpload() 394 , m_workGroupSize (caseDesc.m_workGroupSize) in IndirectDispatchCaseBufferUpload() 395 , m_dispatchCommands (caseDesc.m_dispatchCommands) in IndirectDispatchCaseBufferUpload() 515 const DispatchCaseDesc& caseDesc, in IndirectDispatchCaseBufferGenerate() argument 517 : IndirectDispatchCaseBufferUpload(testCtx, caseDesc, glslVersion) {} in IndirectDispatchCaseBufferGenerate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 1679 std::ostringstream caseDesc; in getAttributeInfoDescription() local 1681 …caseDesc << std::string(VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].name) << "… in getAttributeInfoDescription() 1684 caseDesc << "vertex input rate "; in getAttributeInfoDescription() 1686 caseDesc << "instance input rate "; in getAttributeInfoDescription() 1688 return caseDesc.str(); in getAttributeInfoDescription() 1693 std::ostringstream caseDesc; in getAttributeInfosDescription() local 1695 caseDesc << "Uses vertex attributes:\n"; in getAttributeInfosDescription() 1698 caseDesc << "\t- " << getAttributeInfoDescription (attributeInfos[attributeNdx]) << "\n"; in getAttributeInfosDescription() 1700 return caseDesc.str(); in getAttributeInfosDescription() 1871 const std::string caseDesc = getAttributeInfosDescription(newAttributeInfos); in createMultipleAttributeCases() local [all …]
|
D | vktPipelineStencilTests.cpp | 1011 …const std::string caseDesc = getStencilStateSetDescription(stencilStateFront, stencilStateBack); in createStencilTests() local 1013 …dFailOpTest->addChild(new StencilTest(testCtx, caseName, caseDesc, stencilFormat, stencilStateFron… in createStencilTests()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 475 const string caseDesc = formatStr + ", TEXTURETYPE_2D"; in populateTextureSwizzleTests() local 492 …d(new SwizzleTestCase<Swizzle2DTestInstance>(testCtx, caseName.c_str(), caseDesc.c_str(), testPara… in populateTextureSwizzleTests() 502 const string caseDesc = formatStr + ", TEXTURETYPE_2D"; in populateTextureSwizzleTests() local 521 …d(new SwizzleTestCase<Swizzle2DTestInstance>(testCtx, caseName.c_str(), caseDesc.c_str(), testPara… in populateTextureSwizzleTests()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 867 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/ |
D | es3fShaderApiTests.cpp | 927 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/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 642 …const std::string caseDesc = "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags)… in createBufferUsageCases() local 647 …newTestGroup->addChild(new BuffersTestCase(testCtx, caseName.c_str(), caseDesc.c_str(), testParams… in createBufferUsageCases() 650 …Child(new DedicatedAllocationBuffersTestCase(testCtx, caseName.c_str(), caseDesc.c_str(), testPara… in createBufferUsageCases()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 3368 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify") in init() local 3374 …earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str()… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 18813 const string caseDesc ("Compare output of " + test.desc); in createFloat32ComparisonComputeSet() local 18818 caseDesc.c_str(), in createFloat32ComparisonComputeSet() 18858 const string caseDesc ("Compare output of " + test.desc); in createFloat32ComparisonGraphicsSet() local 18863 caseDesc.c_str(), in createFloat32ComparisonGraphicsSet()
|