Home
last modified time | relevance | path

Searched refs:findWorkingCopy (Results 1 – 10 of 10) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dkitmodel.cpp147 KitNode *n = findWorkingCopy(k); in indexOf()
204 KitNode *node = findWorkingCopy(k); in markForRemoval()
264 KitNode *KitModel::findWorkingCopy(Kit *k) const in findWorkingCopy() function in ProjectExplorer::Internal::KitModel
H A Dkitmodel.h86 KitNode *findWorkingCopy(Kit *k) const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DWorkingCopyTests.java570 assertTrue("Should find shared working copy", this.cu.findWorkingCopy(owner) == shared); in testShared1()
574 assertTrue("Should not find cu with same owner", this.cu.findWorkingCopy(owner) == null); in testShared1()
588 assertTrue("Should find shared working copy", this.cu.findWorkingCopy(owner) == shared); in testShared2()
593 assertTrue("Should not find cu with same owner", this.cu.findWorkingCopy(owner) == null); in testShared2()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DICompilationUnit.java364 ICompilationUnit findWorkingCopy(WorkingCopyOwner owner); in findWorkingCopy() method
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DCompilationUnit.java524 return findWorkingCopy(BufferFactoryWrapper.create(factory)); in findSharedWorkingCopy()
530 public ICompilationUnit findWorkingCopy(WorkingCopyOwner workingCopyOwner) { in findWorkingCopy() method in CompilationUnit
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCompilationUnit.java608 return findWorkingCopy(BufferFactoryWrapper.create(factory)); in findSharedWorkingCopy()
615 public ICompilationUnit findWorkingCopy(WorkingCopyOwner workingCopyOwner) { in findWorkingCopy() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/
H A DSuperTypeRefactoringProcessor.java673 ICompilationUnit copy= unit.findWorkingCopy(fOwner); in getSharedWorkingCopy()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DPullUpRefactoringProcessor.java1452 unit= unit.findWorkingCopy(fOwner); in createWorkingCopyLayer()
1889 unit= unit.findWorkingCopy(fOwner); in resetEnvironment()
H A DPushDownRefactoringProcessor.java444 unit= unit.findWorkingCopy(fOwner); in checkFinalConditions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DUtil.java792 ICompilationUnit workingCopy = cu.findWorkingCopy(workingCopyOwner);