Searched refs:newGroup (Results 1 – 5 of 5) sorted by relevance
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq_groupby.hpp | 124 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/ |
D | vktSpvAsm64bitCompareTests.cpp | 1897 …tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, TestMgr::getParentGroupName(), Test… in create64bitCompareGraphicsGroup() local 1898 …newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc… in create64bitCompareGraphicsGroup() 1899 …newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDes… in create64bitCompareGraphicsGroup() 1900 …newGroup->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 1912 …newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc… in create64bitCompareComputeGroup() 1913 …newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDes… in create64bitCompareComputeGroup() 1914 …newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getGroupDe… in create64bitCompareComputeGroup() 1915 return newGroup; in create64bitCompareComputeGroup()
|
/external/deqp/executor/ |
D | xeTestCase.cpp | 306 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/ |
D | vktShaderFConvertTests.cpp | 921 …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/ |
D | drcDec_reader.cpp | 1074 int newGroup = 1; in _skipEqInstructions() local 1079 newGroup = 0; in _skipEqInstructions() 1082 if (newGroup == 1) { in _skipEqInstructions()
|