Searched refs:kGroupName (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberGlslTests.cpp | 39 static const std::string kGroupName = "combined_operations"; in createCombinedOperationsGroup() local 46 …de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Combine… in createCombinedOperationsGroup() 49 …group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c… in createCombinedOperationsGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktNonRobustBufferAccessTests.cpp | 41 static const std::string kGroupName = "non_robust_buffer_access"; in createNonRobustBufferAccessTests() local 48 …de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Non-rob… in createNonRobustBufferAccessTests() 51 …group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c… in createNonRobustBufferAccessTests()
|
/external/libchrome/base/metrics/ |
D | field_trial_params_unittest.cc | 86 const std::string kGroupName = "A"; in TEST_F() local 90 ASSERT_TRUE(AssociateFieldTrialParams(kTrialName, kGroupName, params)); in TEST_F() 93 ASSERT_FALSE(AssociateFieldTrialParams(kTrialName, kGroupName, params)); in TEST_F() 95 FieldTrialList::CreateFieldTrial(kTrialName, kGroupName); in TEST_F()
|
D | field_trial_unittest.cc | 1046 const char kGroupName[] = "Group2"; in TEST_F() local 1052 trial->AppendGroup(kGroupName, kProbability); in TEST_F() 1053 EXPECT_EQ(kGroupName, trial->group_name()); in TEST_F()
|