Home
last modified time | relevance | path

Searched refs:getChangeCount (Results 1 – 22 of 22) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DRefreshParticipantJob.java238 int getChangeCount(); in getChangeCount() method
377 if (event.getChangeDescription().getChangeCount() > 0) { in run()
398 protected abstract int getChangeCount(); in getChangeCount() method in RefreshParticipantJob
418 int changeCount = event.getChangeDescription().getChangeCount(); in calculateStatus()
419 int numChanges = getChangeCount(); in calculateStatus()
H A DRefreshModelParticipantJob.java47 public int getChangeCount() { in getChangeCount() method in RefreshModelParticipantJob.ChangeDescription
94 protected int getChangeCount() { in getChangeCount() method in RefreshModelParticipantJob
H A DRefreshChangeListener.java72 public int getChangeCount() { in getChangeCount() method in RefreshChangeListener
H A DRefreshSubscriberParticipantJob.java44 protected int getChangeCount() { in getChangeCount() method in RefreshSubscriberParticipantJob
H A DSubscriberRefreshSchedule.java230 int changeCount = event.getChangeDescription().getChangeCount(); in refreshEventAsString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/
H A DJDIVariable.java276 protected int getChangeCount() { in getChangeCount() method in JDIVariable
285 return getChangeCount() == getJavaDebugTarget().getSuspendCount(); in hasValueChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/
H A DStatusLineContributionGroup.java82 final int total = getChangeCount(); in updateCounts()
108 protected abstract int getChangeCount(); in getChangeCount() method in StatusLineContributionGroup
H A DSyncInfoSetStatusLineContributionGroup.java62 protected int getChangeCount() { in getChangeCount() method in SyncInfoSetStatusLineContributionGroup
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/core/
H A Dview_item.cpp231 uint changeCount = screenManager->_mouseCursor->getChangeCount(); in MouseMoveMsg()
236 if (screenManager->_mouseCursor->getChangeCount() == changeCount) in MouseMoveMsg()
252 if (!handleMouseMsg(msg, false) || (screenManager->_mouseCursor->getChangeCount() == changeCount)) in MouseMoveMsg()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/core/
H A Dview_item.cpp231 uint changeCount = screenManager->_mouseCursor->getChangeCount(); in MouseMoveMsg()
236 if (screenManager->_mouseCursor->getChangeCount() == changeCount) in MouseMoveMsg()
252 if (!handleMouseMsg(msg, false) || (screenManager->_mouseCursor->getChangeCount() == changeCount)) in MouseMoveMsg()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/org/osgi/service/cm/
H A DConfiguration.java314 public long getChangeCount(); in getChangeCount() method
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dmouse_cursor.h133 uint getChangeCount() const { return _setCursorCount; } in getChangeCount() function
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/support/
H A Dmouse_cursor.h133 uint getChangeCount() const { return _setCursorCount; } in getChangeCount() function
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWWindView.cpp112 if (changeCount_ != Landscape::instance()->getChangeCount()) in draw()
114 changeCount_ = Landscape::instance()->getChangeCount(); in draw()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/
H A DDiffTreeStatusLineContributionGroup.java44 protected int getChangeCount() { in getChangeCount() method in DiffTreeStatusLineContributionGroup
/dports/games/scorched3d/scorched/src/client/landscape/
H A DLandscape.h83 unsigned int getChangeCount() { return changeCount_; } in getChangeCount() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/
H A DConfigurationImpl.java287 dictionary.put(CHANGE_COUNT, Long.valueOf(config.getChangeCount())); in fileAutoProperties()
557 public long getChangeCount() { in getChangeCount() method in ConfigurationImpl
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/include/
H A DOgreTerrainMaterialGenerator.h259 unsigned long long int getChangeCount() const { return mChangeCounter; } in getChangeCount() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/include/
H A DOgreTerrainMaterialGenerator.h260 unsigned long long int getChangeCount() const { return mChangeCounter; } in getChangeCount() function
/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/lib/Horde/ActiveSync/State/
H A DBase.php242 public function getChangeCount() function in Horde_ActiveSync_State_Base
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrain.cpp2544 mMaterialGenerator->getChangeCount() != mMaterialGenerationCount || in getMaterial()
2554 mMaterialGenerationCount = mMaterialGenerator->getChangeCount(); in getMaterial()
3301 mMaterialGenerationCount = mMaterialGenerator->getChangeCount(); in handleGenerateMaterialResponse()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrain.cpp2529 mMaterialGenerator->getChangeCount() != mMaterialGenerationCount || in getMaterial()
2539 mMaterialGenerationCount = mMaterialGenerator->getChangeCount(); in getMaterial()
3294 mMaterialGenerationCount = mMaterialGenerator->getChangeCount(); in handleGenerateMaterialResponse()