Home
last modified time | relevance | path

Searched refs:oldIndices (Results 1 – 16 of 16) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/mutect/
H A DSubsettedLikelihoodMatrix.java31 final int[] oldIndices = alleles.stream().mapToInt(matrix::indexOfAllele).toArray(); in SubsettedLikelihoodMatrix() local
32 …Utils.validateArg(Arrays.stream(oldIndices).noneMatch(n -> n < 0), "All alleles must be found in l… in SubsettedLikelihoodMatrix()
33 newToOldIndexMap = new Int2IntArrayMap(newIndices, oldIndices); in SubsettedLikelihoodMatrix()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dtreemodel.cpp184 QList<QModelIndex> oldIndices, newIndices; in endRefresh() local
215 oldIndices.push_back(oldIndex); in endRefresh()
220 changePersistentIndexList(oldIndices, newIndices); in endRefresh()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/certificates/certificates/
H A Dstrategy.go205 oldIndices := findConditionIndices(oldCSR, conditionType)
207 if len(oldIndices) != len(newIndices) {
212 for i, oldIndex := range oldIndices {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/action/
H A DCoolBarManager.java970 final int[] oldIndices = coolBar.getWrapIndices(); in updateWrapIndices() local
972 if (oldIndices.length == wrapIndices.length) { in updateWrapIndices()
973 for (int i = 0; i < oldIndices.length; i++) { in updateWrapIndices()
974 if (oldIndices[i] != wrapIndices[i]) { in updateWrapIndices()
/dports/math/psurface/psurface-2.0.0-13-gb5b6825/
H A DMultiDimOctree.h231 T** oldIndices = indices;
237 indices[i] = oldIndices[oldI]; i++;
240 free(oldIndices);
/dports/graphics/wdune/wdune-1.926/src/
H A DFieldValue.h204 void getDiff(IntArray *newIndices, IntArray *oldIndices,
H A DMainWindow.cpp12334 MFInt32 *oldIndices = (MFInt32 *)oldJoint->skinCoordIndex()->copy(); in setHAnimJointWeight() local
12338 for (int i = 0; i < oldIndices->getSize(); i++) in setHAnimJointWeight()
12339 indices->appendSFValue(oldIndices->getValue(i)); in setHAnimJointWeight()
12359 long index = oldIndices->find(handle); in setHAnimJointWeight()
12376 delete oldIndices; in setHAnimJointWeight()
/dports/science/coordgenlibs/coordgenlibs-3.0.0/
H A DCoordgenFragmentBuilder.cpp117 vector<int> oldIndices; in findTemplate() local
122 oldIndices.push_back(a->_generalUseN); in findTemplate()
161 for (unsigned int i = 0; i < oldIndices.size(); i++) { in findTemplate()
162 atoms[i]->_generalUseN = oldIndices[i]; in findTemplate()
/dports/science/openbabel/openbabel-3.1.1/external/coordgen-master/coordgen/
H A DCoordgenFragmentBuilder.cpp110 vector<int> oldIndices; in findTemplate() local
115 oldIndices.push_back(a->_generalUseN); in findTemplate()
154 for (unsigned int i = 0; i < oldIndices.size(); i++) { in findTemplate()
155 atoms[i]->_generalUseN = oldIndices[i]; in findTemplate()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubscenecommand.cpp1296 std::set<int> oldIndices = indices; in collapseColumns() local
1398 std::set<int> oldIndices = indices; in collapseColumns() local
1471 std::set<int> oldIndices = indices; in collapseColumns() local
2303 std::set<int> oldIndices = indices; in collapse() local
2335 new CollapseUndo(oldIndices, index, oldData, newData, in collapse()
2352 std::set<int> oldIndices = indices; in collapse() local
2381 new CollapseUndo(oldIndices, index, oldData, newData, in collapse()
2417 std::set<int> oldIndices = indices; in collapse() local
2446 CollapseFxUndo *undo = new CollapseFxUndo(oldIndices, index, oldData, newData, in collapse()
/dports/cad/ldview/ldview-4.4/TRE/
H A DTREShapeGroup.h136 virtual void invertShapes(TCULongArray *oldIndices,
H A DTREShapeGroup.cpp1286 void TREShapeGroup::invertShapes(TCULongArray *oldIndices, in invertShapes() argument
1290 int indexCount = oldIndices->getCount(); in invertShapes()
1294 int index = (*oldIndices)[i]; in invertShapes()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/gridClasses/
H A DGridLayout.as1499 * Free each member of elements if the corresponding member of oldIndices doesn't
1508 * if ((oldIndices[i] == lastIndex) || (newIndices.indexOf(oldIndices[i]) == -1))
1515 * appears in oldIndices, we're not going to need the old element.
1519 oldIndices:Vector.<int>,
1526 const offset:int = newIndices.indexOf(oldIndices[i]);
1527 if ((oldIndices[i] == lastIndex) || (offset == -1))
1556 // assumes oldIndices.length == elements.length
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Tree/Visitors/
H A DExpressionTreeRewriter.cs833 private Expr GenerateIndexList(Expr oldIndices) in GenerateIndexList() argument
839 … for (ExpressionIterator it = new ExpressionIterator(oldIndices); !it.AtEnd(); it.MoveNext()) in GenerateIndexList()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/section/interface/
H A Dsection.c1766 const PetscInt *oldIndices = NULL; in PetscSectionCreateSubsection() local
1774 ierr = PetscSectionGetFieldConstraintIndices(s, p, fields[f], &oldIndices);CHKERRQ(ierr); in PetscSectionCreateSubsection()
1781 for (fc = 0; fc < cfdof; ++fc) indices[numConst+fc] = oldIndices[fc] + (fOff - oldFoff); in PetscSectionCreateSubsection()
1885 const PetscInt *oldIndices = NULL; in PetscSectionCreateSupersection() local
1894 ierr = PetscSectionGetFieldConstraintIndices(s[i], p, fi, &oldIndices);CHKERRQ(ierr); in PetscSectionCreateSupersection()
1895 for (fc = 0; fc < cfdof; ++fc) indices[numConst+fc] = oldIndices[fc] + fOff; in PetscSectionCreateSupersection()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DList.as2688 var oldIndices:Vector.<int> = selectedIndices;
2694 if (_selectedIndices != oldIndices)