Home
last modified time | relevance | path

Searched defs:testCaseInfo (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/test/vts/vts_hal_hidl_target/
H A DVtsHalHidlTargetTestBase.h43 string testCaseInfo = getTestCaseInfo(); in SetUp() local
59 string testCaseInfo = getTestCaseInfo(); in TearDown() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp3756 void TestGroupBuilderBase::specializeOperation(const OperationTestCaseInfo &testCaseInfo, in specializeOperation()
4155 …OperationTestCaseInfo testCaseInfo = {variableType, argumentsFromInput, VK_SHADER_STAGE_COMPUTE_BI… in createOperationTests() local
4308 void ComputeTestGroupBuilder::fillShaderSpec(const OperationTestCaseInfo &testCaseInfo, ComputeShad… in fillShaderSpec() argument
4491 void ComputeTestGroupBuilder::fillShaderSpec(const SettingsTestCaseInfo &testCaseInfo, ComputeShade… in fillShaderSpec() argument
4973 …OperationTestCaseInfo testCaseInfo = {variableType, argumentsFromInput, VK_SHADER_STAGE_VERTEX_BIT, in createOperationTests() local
4993 …OperationTestCaseInfo testCaseInfo = {variableType, argumentsFromInput, VK_SHADER_STAGE_FRAGMENT_B… in createOperationTests() local
H A DvktSpvAsmFloatControls2Tests.cpp2244 void TestGroupBuilderBase::specializeOperation(const OperationTestCaseInfo &testCaseInfo, in specializeOperation()
2478 … OperationTestCaseInfo testCaseInfo = {floatType, argumentsFromInput, VK_SHADER_STAGE_COMPUTE_BIT, in createOperationTests() local
2490 void ComputeTestGroupBuilder::fillShaderSpec(const OperationTestCaseInfo &testCaseInfo, ComputeShad… in fillShaderSpec() argument
2912 OperationTestCaseInfo testCaseInfo = {floatType, argumentsFromInput, stages[i], in createOperationTests() local
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp5312 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTests() local
5340 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTestsNamesOnly() local
6036 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition() local
6067 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest() local
7381 void setTags( TestCaseInfo& testCaseInfo, std::set<std::string> const& tags ) in setTags()