Home
last modified time | relevance | path

Searched defs:getSyncInfo (Results 1 – 25 of 35) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSSyncTreeSubscriber.java73 public SyncInfo getSyncInfo(IResource resource) throws TeamException { in getSyncInfo() method in CVSSyncTreeSubscriber
113 …protected SyncInfo getSyncInfo(IResource local, IResourceVariant base, IResourceVariant remote) th… in getSyncInfo() method in CVSSyncTreeSubscriber
H A DICVSResource.java143 public ResourceSyncInfo getSyncInfo() throws CVSException; in getSyncInfo() method
H A DCVSMergeSubscriber.java167 …protected SyncInfo getSyncInfo(IResource local, IResourceVariant base, IResourceVariant remote) th… in getSyncInfo() method in CVSMergeSubscriber
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/
H A DResourceVariantTreeSubscriber.java52 public SyncInfo getSyncInfo(IResource resource) throws TeamException { in getSyncInfo() method in ResourceVariantTreeSubscriber
73 …protected SyncInfo getSyncInfo(IResource local, IResourceVariant base, IResourceVariant remote) th… in getSyncInfo() method in ResourceVariantTreeSubscriber
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/
H A Dgl_arb_sync_event.h37 CL_GL_SYNC_INFO *getSyncInfo() { in getSyncInfo() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources.spysupport/src/org/eclipse/core/internal/resources/
H A DSpySupport.java53 public static Map<QualifiedName, Object> getSyncInfo(ResourceInfo info) { in getSyncInfo() method in SpySupport
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/
H A DLocalHistorySubscriber.java75 public SyncInfo getSyncInfo(IResource resource) throws TeamException { in getSyncInfo() method in LocalHistorySubscriber
H A DLocalHistoryParticipant.java100 protected static SyncInfo getSyncInfo(ISynchronizeModelElement element) { in getSyncInfo() method in LocalHistoryParticipant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/
H A DISynchronizer.java102 byte[] getSyncInfo(QualifiedName partner, IResource resource) throws CoreException; in getSyncInfo() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/
H A DSubscriberMergeContext.java114 protected SyncInfo getSyncInfo(IResource resource) throws CoreException { in getSyncInfo() method in SubscriberMergeContext
H A DSubscriber.java156 abstract public SyncInfo getSyncInfo(IResource resource) throws TeamException; in getSyncInfo() method in Subscriber
/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 DActiveChangeSetCollector.java370 /* private */ SyncInfo getSyncInfo(IPath path) { in getSyncInfo() method in ActiveChangeSetCollector
385 private SyncInfo getSyncInfo(SyncInfoSet set, IPath path) { in getSyncInfo() method in ActiveChangeSetCollector
H A DSyncInfoModelElement.java194 public SyncInfo getSyncInfo() { in getSyncInfo() method in SyncInfoModelElement
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/subscriber/
H A DFileSystemSubscriber.java111 …protected SyncInfo getSyncInfo(IResource local, IResourceVariant base, IResourceVariant remote) th… in getSyncInfo() method in FileSystemSubscriber
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/
H A DCVSParticipant.java97 protected static SyncInfo getSyncInfo(ISynchronizeModelElement element) { in getSyncInfo() method in CVSParticipant
H A DCVSParticipantLabelDecorator.java157 private SyncInfo getSyncInfo(Object element) { in getSyncInfo() method in CVSParticipantLabelDecorator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DResourceInfo.java242 public synchronized ObjectMap<QualifiedName, Object> getSyncInfo(boolean makeCopy) { in getSyncInfo() method in ResourceInfo
248 public synchronized byte[] getSyncInfo(QualifiedName id, boolean makeCopy) { in getSyncInfo() method in ResourceInfo
H A DSynchronizer.java120 public byte[] getSyncInfo(QualifiedName partner, IResource resource) throws CoreException { in getSyncInfo() method in Synchronizer
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/mappings/
H A DSyncInfoSetTraveralContext.java50 protected SyncInfo getSyncInfo(IFile file) { in getSyncInfo() method in SyncInfoSetTraveralContext
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/resources/
H A DRemoteResource.java115 public abstract ResourceSyncInfo getSyncInfo(); in getSyncInfo() method in RemoteResource
H A DEclipseResource.java190 public ResourceSyncInfo getSyncInfo() throws CVSException { in getSyncInfo() method in EclipseResource
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/
H A DApplyPatchSubscriber.java108 public SyncInfo getSyncInfo(IResource resource) throws TeamException { in getSyncInfo() method in ApplyPatchSubscriber
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/
H A DSyncInfoCompareInput.java228 public SyncInfo getSyncInfo() { in getSyncInfo() method in SyncInfoCompareInput
H A DAbstractSynchronizeParticipant.java341 private SyncInfo getSyncInfo(ISynchronizeModelElement element) { in getSyncInfo() method in AbstractSynchronizeParticipant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/
H A DSubscriberParticipantSyncInfoSource.java72 public SyncInfo getSyncInfo(Subscriber subscriber, IResource resource) throws TeamException { in getSyncInfo() method in SubscriberParticipantSyncInfoSource

12