Home
last modified time | relevance | path

Searched refs:newGroup (Results 1 – 5 of 5) sorted by relevance

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_groupby.hpp124 group_type& newGroup = groups.back(); in insert() local
126 groupIndex.insert( std::make_pair(key, &newGroup) ); in insert()
128 newGroup.fin = elements.end(); in insert()
129 --(newGroup.start = newGroup.fin); in insert()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp1897 …tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, TestMgr::getParentGroupName(), Test… in create64bitCompareGraphicsGroup() local
1898newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc… in create64bitCompareGraphicsGroup()
1899newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDes… in create64bitCompareGraphicsGroup()
1900newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getGroupDe… in create64bitCompareGraphicsGroup()
1901 return newGroup; in create64bitCompareGraphicsGroup()
1911 …tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, TestMgr::getParentGroupName(), Test… in create64bitCompareComputeGroup() local
1912newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc… in create64bitCompareComputeGroup()
1913newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDes… in create64bitCompareComputeGroup()
1914newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getGroupDe… in create64bitCompareComputeGroup()
1915 return newGroup; in create64bitCompareComputeGroup()
/external/deqp/executor/
DxeTestCase.cpp306 TestGroup* newGroup = curGroup->createGroup(components[ndx].c_str(), "" /* description */); in createCase() local
307 m_groupMap.insert(std::make_pair(curGroupPath, newGroup)); in createCase()
308 curGroup = newGroup; in createCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp921 …tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, "precision_fconvert", "OpFConvert p… in createPrecisionFconvertGroup() local
940 newGroup->addChild(new FConvertTestCase(testCtx, testName, testDescription, params)); in createPrecisionFconvertGroup()
943 return newGroup; in createPrecisionFconvertGroup()
/external/aac/libDRCdec/src/
DdrcDec_reader.cpp1074 int newGroup = 1; in _skipEqInstructions() local
1079 newGroup = 0; in _skipEqInstructions()
1082 if (newGroup == 1) { in _skipEqInstructions()