Home
last modified time | relevance | path

Searched refs:testCaseName (Results 1 – 15 of 15) sorted by relevance

/external/junit-params/src/main/java/junitparams/naming/
DMacroSubstitutionNamingStrategy.java28 TestCaseName testCaseName = method.getAnnotation(TestCaseName.class); in getTestCaseName() local
30 String template = getTemplate(testCaseName); in getTestCaseName()
40 private String getTemplate(TestCaseName testCaseName) { in getTemplate() argument
41 if (testCaseName != null) { in getTemplate()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsExtensionlessTests.cpp86 static ComputeShaderSpec getComputeShaderSpec (Context& ctx, const std::string& testCaseName) in getComputeShaderSpec() argument
88 …const deUint32 baseSeed = deStringHash(testCaseName.c_str()) + static_cast<deUint32>(ctx.getTest… in getComputeShaderSpec()
159 SpvAsmFloatControlsExtensionlessInstance (Context& ctx, const std::string& testCaseName);
162 …sInstance::SpvAsmFloatControlsExtensionlessInstance (Context& ctx, const std::string& testCaseName) in SpvAsmFloatControlsExtensionlessInstance() argument
163 : ComputeShaderSpec(getComputeShaderSpec(ctx, testCaseName)) in SpvAsmFloatControlsExtensionlessInstance()
/external/catch2/include/internal/
Dcatch_objc.hpp64 std::string const& testCaseName ) { in getAnnotation() argument
65 …r = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCaseName.c_str()]; in getAnnotation()
91 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods() local
92 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods()
93 … std::string desc = Detail::getAnnotation( cls, "Description", testCaseName ); in registerTestMethods()
/external/deqp/scripts/
Drun_nightly.py208 def __init__ (self, testCaseName, innerHTML): argument
209 self.testCaseName = testCaseName
232 if row.testCaseName is not None and matchesAnyPattern(row.testCaseName, ignoreCases):
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp2170 …std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNam… in createImageClearingTestsCommon() local
2202 …rColorImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon()
2208 testCaseName += "_multiple_subresourcerange"; in createImageClearingTestsCommon()
2209 …sourceRangeTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon()
2214 …rColorImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon()
2255 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon() local
2288 …tencilImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Depth/S… in createImageClearingTestsCommon()
2298 …tencilImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Depth/S… in createImageClearingTestsCommon()
2357 …const std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNa… in createImageClearingTestsCommon() local
2383 …rAttachmentTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color A… in createImageClearingTestsCommon()
[all …]
DvktApiExternalMemoryTests.cpp4497 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests() local
4499 …addFunctionCase(formatGroup.get(), testCaseName, "", testAndroidHardwareBufferImageFormat, format); in createMemoryTests()
/external/deqp/modules/egl/
DteglThreadCleanUpTests.cpp151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName() function in deqp::egl::__anon0a1556e90111::ThreadCleanUpTest
170 …: TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context c… in ThreadCleanUpTest()
/external/deqp/framework/common/
DtcuCommandLine.hpp116 bool checkCaseFraction (int i, const std::string& testCaseName) const;
DtcuCommandLine.cpp964 bool CaseListFilter::checkCaseFraction (int i, const std::string& testCaseName) const in checkCaseFraction()
968 …_caseFractionMandatoryTests.get()!=DE_NULL && m_caseFractionMandatoryTests->matches(testCaseName)); in checkCaseFraction()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp499 const auto testCaseName = formatCaseName + params.testNameSuffix; in createTests() local
500 …testGroup->addChild(new DepthClampTest(testGroup->getTestContext(), testCaseName, "Depth clamp", p… in createTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5045 … const string testCaseName = de::toString(attachmentCountNdx * testCaseCount + testCaseNdx); in addAttachmentTests() local
5063 …onCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentTests()
5122 const string testCaseName = "start_index_" + de::toString(drawStartNdx); in addAttachmentWriteMaskTests() local
5147 …onCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentWriteMaskTests()
5601 const string testCaseName = de::toString(testCaseNdx); in addAttachmentAllocationTests() local
5620 …ionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentAllocationTests()
5775 const string testCaseName = de::toString(testCaseNdx); in addAttachmentAllocationTests() local
5816 …ionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentAllocationTests()
/external/bcc/tests/cc/
Dcatch.hpp2929 std::string const& testCaseName ) { in getAnnotation() argument
2930 …r = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCaseName.c_str()]; in getAnnotation()
2956 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods() local
2957 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods()
2958 … std::string desc = Detail::getAnnotation( cls, "Description", testCaseName ); in registerTestMethods()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp6655 … std::string testCaseName = "point_size_" + de::toString(testCombinations[testCombNdx].pointSize); in createRasterizationTests() local
6659 …ddChild(new PointSizeTestCase<PointSizeTestInstance> (testCtx, testCaseName, testCaseName, renderS… in createRasterizationTests()
/external/catch2/single_include/catch2/
Dcatch.hpp4858 std::string const& testCaseName ) { in getAnnotation() argument
4859 …r = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCaseName.c_str()]; in getAnnotation()
4885 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods() local
4886 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods()
4887 … std::string desc = Detail::getAnnotation( cls, "Description", testCaseName ); in registerTestMethods()
/external/libabigail/tests/lib/
Dcatch.hpp4889 std::string const& testCaseName ) { in getAnnotation() argument
4890 …r = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCaseName.c_str()]; in getAnnotation()
4916 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods() local
4917 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods()
4918 … std::string desc = Detail::getAnnotation( cls, "Description", testCaseName ); in registerTestMethods()