Home
last modified time | relevance | path

Searched refs:otherParent (Results 1 – 25 of 47) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/
H A DDocumentRangeNode.java276 …private Position findCorrespondingPosition(DocumentRangeNode otherParent, DocumentRangeNode child)… in findCorrespondingPosition() argument
281 int ix= otherParent.fChildren.indexOf(child); in findCorrespondingPosition()
285 DocumentRangeNode c1= otherParent.fChildren.get(i); in findCorrespondingPosition()
302 for (int i= ix; i < otherParent.fChildren.size(); i++) { in findCorrespondingPosition()
303 DocumentRangeNode c1= otherParent.fChildren.get(i); in findCorrespondingPosition()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/Update/Internal/
H A DFunctionUpdateCommand.cs369 IEntityStateEntry otherParent = other.m_stateEntries[0]; in CompareToType()
373 (int)GetModificationOperator(otherParent.State); in CompareToType()
377 … result = StringComparer.Ordinal.Compare(thisParent.EntitySet.Name, otherParent.EntitySet.Name); in CompareToType()
379 …ingComparer.Ordinal.Compare(thisParent.EntitySet.EntityContainer.Name, otherParent.EntitySet.Entit… in CompareToType()
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xpath/
H A DtxMozillaXPathTreeWalker.cpp509 nsINode* otherParent; in comparePosition() local
512 otherParent = otherNode->GetParentNode(); in comparePosition()
515 if (parent == otherParent) { in comparePosition()
530 otherNode = otherParent; in comparePosition()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xpath/
H A DtxMozillaXPathTreeWalker.cpp509 nsINode* otherParent; in comparePosition() local
512 otherParent = otherNode->GetParentNode(); in comparePosition()
515 if (parent == otherParent) { in comparePosition()
530 otherNode = otherParent; in comparePosition()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xpath/
H A DtxMozillaXPathTreeWalker.cpp509 nsINode* otherParent; in comparePosition() local
512 otherParent = otherNode->GetParentNode(); in comparePosition()
515 if (parent == otherParent) { in comparePosition()
530 otherNode = otherParent; in comparePosition()
/dports/www/firefox/firefox-99.0/dom/xslt/xpath/
H A DtxMozillaXPathTreeWalker.cpp511 nsINode* otherParent; in comparePosition() local
514 otherParent = otherNode->GetParentNode(); in comparePosition()
517 if (parent == otherParent) { in comparePosition()
537 otherNode = otherParent; in comparePosition()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xpath/
H A DtxMozillaXPathTreeWalker.cpp512 nsINode* otherParent; in comparePosition() local
515 otherParent = otherNode->GetParentNode(); in comparePosition()
518 if (parent == otherParent) { in comparePosition()
533 otherNode = otherParent; in comparePosition()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xpath/
H A DtxMozillaXPathTreeWalker.cpp611 nsINode* otherParent; in comparePosition() local
614 otherParent = otherNode->GetParentNode(); in comparePosition()
617 if (parent == otherParent) { in comparePosition()
631 otherNode = otherParent; in comparePosition()
/dports/devel/slf4j/slf4j-1.7.21/slf4j-api/src/test/java/org/slf4j/
H A DBasicMarkerTest.java199 Marker otherParent = otherFactory.getMarker(PARENT_NAME); in testHomonyms() local
202 assertTrue(parent.contains(otherParent)); in testHomonyms()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dlanguage.cpp489 for (const ResolvedProject *otherParent = other->project.get(); otherParent; in isInParentProject() local
490 otherParent = otherParent->parentProject.get()) { in isInParentProject()
491 if (otherParent == project.get()) in isInParentProject()
H A Dmoduleloader.cpp1048 for (const Item *otherParent = other.item->parent(); otherParent; in normalizeDependencies() local
1049 otherParent = otherParent->parent()) { in normalizeDependencies()
1050 if (otherParent == product.item->parent()) in normalizeDependencies()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/merge/
H A Dtrack_model.cpp668 auto otherParent = fromIndex(index(row, 0)); in moveTracksUpOrDown() local
669 Q_ASSERT(!!otherParent); in moveTracksUpOrDown()
671 if (otherParent->m_type != track->m_type) in moveTracksUpOrDown()
681 track->m_appendedTo = otherParent; in moveTracksUpOrDown()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkDataAssembly.h197 int AddSubtree(int parent, vtkDataAssembly* other, int otherParent = 0);
H A DvtkDataAssembly.cxx501 int vtkDataAssembly::AddSubtree(int parent, vtkDataAssembly* other, int otherParent) in AddSubtree() argument
518 auto onode = ointernals.FindNode(otherParent); in AddSubtree()
526 if (otherParent == 0) in AddSubtree()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dumllistviewitem.cpp762 UMLClassifier *otherParent = otherObj->umlParent()->asUMLClassifier();
770 if (otherParent == 0) {
777 if (ourParent != otherParent) {
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/Extensions/
H A DNiceIO.cs161 commonParent = path.RecursiveParents.FirstOrDefault(otherParent => otherParent == parent); in RelativeTo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/
H A DGeneratedFileManager.java1101 for (IFile otherParent : parents) { in computeObsoleteReconcileTypes()
1102 if (!_reconcileNonDeps.containsKeyValuePair(otherParent, builtChild)) { in computeObsoleteReconcileTypes()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/dix/
H A Devents.c1443 DeliverEvents(pWin, xE, count, otherParent) in DeliverEvents() argument
1444 register WindowPtr pWin, otherParent; in DeliverEvents()
1468 xE->u.destroyNotify.event = otherParent->drawable.id;
1469 deliveries += DeliverEventsToWindow(otherParent, xE, count,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp4471 const QGraphicsItem *otherParent = other->d_ptr->parent; in itemTransform() local
4483 if (otherParent == this) { in itemTransform()
4496 if (parent == otherParent) { in itemTransform()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp4471 const QGraphicsItem *otherParent = other->d_ptr->parent; in itemTransform() local
4483 if (otherParent == this) { in itemTransform()
4496 if (parent == otherParent) { in itemTransform()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp4471 const QGraphicsItem *otherParent = other->d_ptr->parent; in itemTransform() local
4483 if (otherParent == this) { in itemTransform()
4496 if (parent == otherParent) { in itemTransform()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/graphicsview/
H A Dqgraphicsitem.cpp4274 const QGraphicsItem *otherParent = other->d_ptr->parent; in itemTransform() local
4286 if (otherParent == this) { in itemTransform()
4299 if (parent == otherParent) { in itemTransform()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp4471 const QGraphicsItem *otherParent = other->d_ptr->parent; in itemTransform() local
4483 if (otherParent == this) { in itemTransform()
4496 if (parent == otherParent) { in itemTransform()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp4471 const QGraphicsItem *otherParent = other->d_ptr->parent; in itemTransform() local
4483 if (otherParent == this) { in itemTransform()
4496 if (parent == otherParent) { in itemTransform()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsitem.cpp4471 const QGraphicsItem *otherParent = other->d_ptr->parent; in itemTransform() local
4483 if (otherParent == this) { in itemTransform()
4496 if (parent == otherParent) { in itemTransform()

12