Home
last modified time | relevance | path

Searched refs:partId (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/
H A DIDebugContextService.java54 void addDebugContextListener(IDebugContextListener listener, String partId); in addDebugContextListener() argument
63 void removeDebugContextListener(IDebugContextListener listener, String partId); in removeDebugContextListener() argument
80 ISelection getActiveContext(String partId); in getActiveContext() argument
107 void addPostDebugContextListener(IDebugContextListener listener, String partId); in addPostDebugContextListener() argument
116 void removePostDebugContextListener(IDebugContextListener listener, String partId); in removePostDebugContextListener() argument
141 ISelection getActiveContext(String partId, String partSecondaryId); in getActiveContext() argument
152 …void addDebugContextListener(IDebugContextListener listener, String partId, String partSecondaryId… in addDebugContextListener() argument
163 …void removeDebugContextListener(IDebugContextListener listener, String partId, String partSecondar… in removeDebugContextListener() argument
175 …void addPostDebugContextListener(IDebugContextListener listener, String partId, String partSeconda… in addPostDebugContextListener() argument
186 …void removePostDebugContextListener(IDebugContextListener listener, String partId, String partSeco… in removePostDebugContextListener() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/databinding/
H A DSelectionServiceListener.java15 private final String partId; field in SelectionServiceListener
21 this.partId = partID; in SelectionServiceListener()
29 if (partId != null) { in doAddTo()
30 selectionService.addPostSelectionListener(partId, this); in doAddTo()
35 if (partId != null) { in doAddTo()
36 selectionService.addSelectionListener(partId, this); in doAddTo()
47 if (partId != null) { in doRemoveFrom()
48 selectionService.removePostSelectionListener(partId, this); in doRemoveFrom()
53 if (partId != null) { in doRemoveFrom()
54 selectionService.removeSelectionListener(partId, this); in doRemoveFrom()
H A DSingleSelectionProperty.java12 private final String partId; field in SingleSelectionProperty
16 public SingleSelectionProperty(String partId, boolean post, Object elementType) { in SingleSelectionProperty() argument
17 this.partId = partId; in SingleSelectionProperty()
24 return new SelectionServiceListener<>(this, listener, partId, post); in adaptListener()
30 if (partId != null) { in doGetValue()
31 selection = ((ISelectionService) source).getSelection(partId); in doGetValue()
H A DMultiSelectionProperty.java15 private final String partId; field in MultiSelectionProperty
19 public MultiSelectionProperty(String partId, boolean post, Object elementType) { in MultiSelectionProperty() argument
20 this.partId = partId; in MultiSelectionProperty()
27 return new SelectionServiceListener<>(this, listener, partId, post); in adaptListener()
38 if (partId != null) { in doGetList()
39 selection = ((ISelectionService) source).getSelection(partId); in doGetList()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DSlaveSelectionService.java56 public void addPostSelectionListener(String partId, ISelectionListener listener) { in addPostSelectionListener() argument
57 listenersToPartId.put(listener, partId); in addPostSelectionListener()
58 parentSelectionService.addPostSelectionListener(partId, listener); in addPostSelectionListener()
68 public void addSelectionListener(String partId, ISelectionListener listener) { in addSelectionListener() argument
69 postListenersToPartId.put(listener, partId); in addSelectionListener()
70 parentSelectionService.addPostSelectionListener(partId, listener); in addSelectionListener()
79 public ISelection getSelection(String partId) { in getSelection() argument
80 return parentSelectionService.getSelection(partId); in getSelection()
92 parentSelectionService.removePostSelectionListener(partId, listener); in removePostSelectionListener()
102 public void removeSelectionListener(String partId, ISelectionListener listener) { in removeSelectionListener() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DSelectionAggregator.java58 String partId = part.getElementId();
59 if (targetedListeners.containsKey(partId) || targetedPostListeners.containsKey(partId))
225 String partId = part.getElementId(); in track()
227 || targetedPostListeners.containsKey(partId); in track()
255 String partId = part.getElementId(); in track()
299 targetedListeners.put(partId, listeners); in addSelectionListener()
303 MPart part = partService.findPart(partId); in addSelectionListener()
312 targetedPostListeners.put(partId, listeners); in addPostSelectionListener()
316 MPart part = partService.findPart(partId); in addPostSelectionListener()
341 public Object getSelection(String partId) { in getSelection() argument
[all …]
H A DSelectionServiceImpl.java52 public Object getSelection(String partId) { in getSelection() argument
55 return aggregator.getSelection(partId); in getSelection()
77 public void addSelectionListener(String partId, ISelectionListener listener) { in addSelectionListener() argument
80 aggregator.addSelectionListener(partId, listener); in addSelectionListener()
85 public void removeSelectionListener(String partId, ISelectionListener listener) { in removeSelectionListener() argument
88 aggregator.removeSelectionListener(partId, listener); in removeSelectionListener()
109 public void addPostSelectionListener(String partId, ISelectionListener listener) { in addPostSelectionListener() argument
112 aggregator.addPostSelectionListener(partId, listener); in addPostSelectionListener()
117 public void removePostSelectionListener(String partId, ISelectionListener listener) { in removePostSelectionListener() argument
120 aggregator.removePostSelectionListener(partId, listener); in removePostSelectionListener()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/cosmotools/
H A DCosmoToolsHaloFinder.h172 DeviceAlgorithm::Copy(indexArray, partId); in HaloFinder()
175 DebugPrint("FINAL partId", partId); in HaloFinder()
241 DeviceAlgorithm::Copy(indexArray, partId); in BinParticlesAll()
250 DebugPrint("partId", partId); in BinParticlesAll()
256 DeviceAlgorithm::SortByKey(binId, partId); in BinParticlesAll()
258 DebugPrint("partId", partId); in BinParticlesAll()
296 DebugPrint("Sorted partId", partId); in MBPCenterFindingByHalo()
379 DeviceAlgorithm::Copy(partId, savePartId); in MBPCenterFindingByHalo()
382 DeviceAlgorithm::Copy(savePartId, partId); in MBPCenterFindingByHalo()
383 DeviceAlgorithm::SortByKey(partId, mbpId); in MBPCenterFindingByHalo()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/cosmotools/
H A DCosmoToolsHaloFinder.h185 DeviceAlgorithm::Copy(indexArray, partId); in HaloFinder()
188 DebugPrint("FINAL partId", partId); in HaloFinder()
203 vtkm::cont::ArrayHandle<vtkm::Id>& partId, in BinParticlesAll() argument
256 DeviceAlgorithm::Copy(indexArray, partId); in BinParticlesAll()
265 DebugPrint("partId", partId); in BinParticlesAll()
271 DeviceAlgorithm::SortByKey(binId, partId); in BinParticlesAll()
273 DebugPrint("partId", partId); in BinParticlesAll()
305 vtkm::cont::ArrayHandle<vtkm::Id>& partId, in MBPCenterFindingByHalo() argument
314 DebugPrint("Sorted partId", partId); in MBPCenterFindingByHalo()
401 DeviceAlgorithm::Copy(partId, savePartId); in MBPCenterFindingByHalo()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DActionSetRegistry.java47 public ActionSetPartAssociation(String partId, String actionSetId) { in ActionSetPartAssociation() argument
48 this.partId = partId; in ActionSetPartAssociation()
52 String partId; field in ActionSetRegistry.ActionSetPartAssociation
126 private Object addAssociation(String actionSetId, String partId) { in addAssociation() argument
128 ArrayList<String> actionSets = mapPartToActionSetIds.get(partId); in addAssociation()
131 mapPartToActionSetIds.put(partId, actionSets); in addAssociation()
135 return new ActionSetPartAssociation(partId, actionSetId); in addAssociation()
170 public IActionSetDescriptor[] getActionSetsFor(String partId) { in getActionSetsFor() argument
197 mapPartToActionSets.put(partId, actionSets); in getActionSetsFor()
237 if (partId != null) { in addActionSetPartAssociations()
[all …]
/dports/math/R-cran-wk/wk/inst/include/wk/
H A Dfilter.hpp23 virtual void nextGeometryStart(const WKGeometryMeta& meta, uint32_t partId) { in nextGeometryStart() argument
24 this->handler.nextGeometryStart(meta, partId); in nextGeometryStart()
27 virtual void nextGeometryEnd(const WKGeometryMeta& meta, uint32_t partId) { in nextGeometryEnd() argument
28 this->handler.nextGeometryEnd(meta, partId); in nextGeometryEnd()
55 virtual WKGeometryMeta newGeometryMeta(const WKGeometryMeta& meta, uint32_t partId) = 0;
62 virtual void nextGeometryStart(const WKGeometryMeta& meta, uint32_t partId) { in nextGeometryStart() argument
63 this->metaReplacement[meta.id()] = this->newGeometryMeta(meta, partId); in nextGeometryStart()
64 this->handler.nextGeometryStart(this->metaReplacement[meta.id()], partId); in nextGeometryStart()
67 virtual void nextGeometryEnd(const WKGeometryMeta& meta, uint32_t partId) { in nextGeometryEnd() argument
68 this->handler.nextGeometryEnd(this->metaReplacement[meta.id()], partId); in nextGeometryEnd()
H A Dwkt-streamer.hpp522 uint32_t partId = 0; in readMultiPoint() local
536 partId++; in readMultiPoint()
545 partId++; in readMultiPoint()
549 return partId; in readMultiPoint()
558 uint32_t partId = 0; in readMultiLineString() local
564 partId++; in readMultiLineString()
567 return partId; in readMultiLineString()
582 partId++; in readMultiPolygon()
585 return partId; in readMultiPolygon()
596 partId++; in readGeometryCollection()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contexts/
H A DDebugWindowContextService.java148 ListenerList<IDebugContextListener> list = fPostListenersByPartId.get(partId); in addPostDebugContextListener()
151 fPostListenersByPartId.put(partId, list); in addPostDebugContextListener()
163 ListenerList<IDebugContextListener> list = fPostListenersByPartId.get(partId); in removePostDebugContextListener()
310 ListenerList<IDebugContextListener> list = fListenersByPartId.get(partId); in addDebugContextListener()
313 fListenersByPartId.put(partId, list); in addDebugContextListener()
320 ListenerList<IDebugContextListener> list = fListenersByPartId.get(partId); in removeDebugContextListener()
324 fListenersByPartId.remove(partId); in removeDebugContextListener()
330 public ISelection getActiveContext(String partId) { in getActiveContext() argument
331 IDebugContextProvider provider = fProvidersByPartId.get(partId); in getActiveContext()
450 public ISelection getActiveContext(String partId, String partSecondaryId) { in getActiveContext() argument
[all …]
H A DDebugContextManager.java48 public void removePostDebugContextListener(IDebugContextListener listener, String partId) {
57 public void removeDebugContextListener(IDebugContextListener listener, String partId) {
63 public ISelection getActiveContext(String partId) {
71 public void addPostDebugContextListener(IDebugContextListener listener, String partId) {
80 public void addDebugContextListener(IDebugContextListener listener, String partId) {
86 …public void addDebugContextListener(IDebugContextListener listener, String partId, String partSeco…
90 …public void removeDebugContextListener(IDebugContextListener listener, String partId, String partS…
94 public ISelection getActiveContext(String partId, String partSecondaryId) {
98 …public void addPostDebugContextListener(IDebugContextListener listener, String partId, String part…
102 …public void removePostDebugContextListener(IDebugContextListener listener, String partId, String p…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/
H A DSelectionService.java228 for (String partId : targetedListeners.keySet()) { in setSelectionService()
233 for (String partId : targetedPostSelectionListeners.keySet()) { in setSelectionService()
240 for (String partId : targetedListeners.keySet()) { in setSelectionService()
241 selectionService.addSelectionListener(partId, targetedListener); in setSelectionService()
245 for (String partId : targetedPostSelectionListeners.keySet()) { in setSelectionService()
292 Set<ISelectionListener> listeners = targetedListeners.get(partId); in addSelectionListener()
295 targetedListeners.put(partId, listeners); in addSelectionListener()
313 targetedPostSelectionListeners.put(partId, listeners); in addPostSelectionListener()
337 public ISelection getSelection(String partId) { in getSelection() argument
338 Object selection = selectionService.getSelection(partId); in getSelection()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqwindowsxpstyle.cpp756 int partId = themeData.partId; in drawBackgroundThruNativeBuffer() local
2499 theme.partId = partId; in drawComplexControl()
2514 theme.partId = partId; in drawComplexControl()
2566 theme.partId = partId; in drawComplexControl()
2594 theme.partId = partId; in drawComplexControl()
2609 theme.partId = partId; in drawComplexControl()
2619 theme.partId = partId; in drawComplexControl()
2634 theme.partId = partId; in drawComplexControl()
2649 theme.partId = partId; in drawComplexControl()
2728 theme.partId = partId; in drawComplexControl()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/
H A DWorkbenchProperties.java98 public static <S extends ISelectionService, T> IValueProperty<S, T> singleSelection(String partId, in singleSelection() argument
100 return (IValueProperty<S, T>) singleSelection(partId, postSelection, Object.class); in singleSelection()
115 public static <S extends ISelectionService, T> IValueProperty<S, T> singleSelection(String partId, in singleSelection() argument
117 return new SingleSelectionProperty<>(partId, postSelection, valueType); in singleSelection()
156 public static <S extends ISelectionService, E> IListProperty<S, E> multipleSelection(String partId, in multipleSelection() argument
158 return (IListProperty<S, E>) multipleSelection(partId, postSelection, Object.class); in multipleSelection()
173 public static <S extends ISelectionService, E> IListProperty<S, E> multipleSelection(String partId, in multipleSelection() argument
175 return new MultiSelectionProperty<>(partId, postSelection, elementType); in multipleSelection()
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DDiskPartCache.cpp99 … DiskPartCache::messagePart(const QString &mailbox, const uint uid, const QByteArray &partId) const in messagePart()
101 QFile buf(fileForPart(mailbox, uid, partId)); in messagePart()
108 void DiskPartCache::setMsgPart(const QString &mailbox, const uint uid, const QByteArray &partId, co… in setMsgPart() argument
113 QString fileName(fileForPart(mailbox, uid, partId)); in setMsgPart()
117 …QString::fromUtf8(partId), QString::number(uid), mailbox, fileName, buf.errorString(), fileErrorTo… in setMsgPart()
122 … DiskPartCache::forgetMessagePart(const QString &mailbox, const uint uid, const QByteArray &partId) in forgetMessagePart() argument
124 QFile(fileForPart(mailbox, uid, partId)).remove(); in forgetMessagePart()
132 QString DiskPartCache::fileForPart(const QString &mailbox, const uint uid, const QByteArray &partId in fileForPart()
134 …ral("%1/%2_%3.cache").arg(dirForMailbox(mailbox), QString::number(uid), QString::fromUtf8(partId)); in fileForPart()
H A DMemoryCache.cpp109 void MemoryCache::setMsgPart(const QString &mailbox, const uint uid, const QByteArray &partId, cons… in setMsgPart() argument
112 qDebug() << "set message part" << mailbox << uid << partId << data.size(); in setMsgPart()
114 parts[mailbox][uid][partId] = data; in setMsgPart()
117 …id MemoryCache::forgetMessagePart(const QString &mailbox, const uint uid, const QByteArray &partId) in forgetMessagePart() argument
120 qDebug() << "forget message part" << mailbox << uid << partId; in forgetMessagePart()
122 parts[mailbox][uid].remove(partId); in forgetMessagePart()
159 …ay MemoryCache::messagePart(const QString &mailbox, const uint uid, const QByteArray &partId) const in messagePart()
167 if (! messageParts.contains(partId)) in messagePart()
169 return messageParts[ partId ]; in messagePart()
H A DCombinedCache.cpp122 … CombinedCache::messagePart(const QString &mailbox, const uint uid, const QByteArray &partId) const in messagePart()
124 QByteArray res = sqlCache->messagePart(mailbox, uid, partId); in messagePart()
126 res = diskPartCache->messagePart(mailbox, uid, partId); in messagePart()
131 void CombinedCache::setMsgPart(const QString &mailbox, const uint uid, const QByteArray &partId, co… in setMsgPart() argument
134 sqlCache->setMsgPart(mailbox, uid, partId, data); in setMsgPart()
136 diskPartCache->setMsgPart(mailbox, uid, partId, data); in setMsgPart()
140 … CombinedCache::forgetMessagePart(const QString &mailbox, const uint uid, const QByteArray &partId) in forgetMessagePart() argument
142 sqlCache->forgetMessagePart(mailbox, uid, partId); in forgetMessagePart()
143 diskPartCache->forgetMessagePart(mailbox, uid, partId); in forgetMessagePart()
/dports/math/vtk8/VTK-8.2.0/IO/EnSight/
H A DvtkEnSight6BinaryReader.cxx135 int partId, realId; in ReadGeometryFile() local
276 sscanf(line, " part %d", &partId); in ReadGeometryFile()
980 partId--; in ReadScalarsPerNode()
1091 sscanf(line, " part %d", &partId); in ReadScalarsPerNode()
1092 partId--; in ReadScalarsPerNode()
1159 int partId, realId, numPts, i; in ReadVectorsPerNode() local
1232 partId--; in ReadVectorsPerNode()
1317 partId--; in ReadVectorsPerNode()
1364 int partId, realId, numPts, i; in ReadTensorsPerNode() local
1430 partId--; in ReadTensorsPerNode()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/EnSight/
H A DvtkEnSight6BinaryReader.cxx131 int partId, realId; in ReadGeometryFile() local
270 sscanf(line, " part %d", &partId); in ReadGeometryFile()
948 partId--; in ReadScalarsPerNode()
1062 sscanf(line, " part %d", &partId); in ReadScalarsPerNode()
1063 partId--; in ReadScalarsPerNode()
1125 int partId, realId, numPts, i; in ReadVectorsPerNode() local
1198 partId--; in ReadVectorsPerNode()
1280 partId--; in ReadVectorsPerNode()
1331 int partId, realId, numPts, i; in ReadTensorsPerNode() local
1397 partId--; in ReadTensorsPerNode()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/EnSight/
H A DvtkEnSight6BinaryReader.cxx123 int partId, realId; in ReadGeometryFile() local
265 sscanf(line, " part %d", &partId); in ReadGeometryFile()
972 partId--; in ReadScalarsPerNode()
1083 sscanf(line, " part %d", &partId); in ReadScalarsPerNode()
1084 partId--; in ReadScalarsPerNode()
1151 int partId, realId, numPts, i; in ReadVectorsPerNode() local
1224 partId--; in ReadVectorsPerNode()
1309 partId--; in ReadVectorsPerNode()
1356 int partId, realId, numPts, i; in ReadTensorsPerNode() local
1422 partId--; in ReadTensorsPerNode()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DISelectionService.java100 void addSelectionListener(String partId, ISelectionListener listener); in addSelectionListener() argument
164 void addPostSelectionListener(String partId, ISelectionListener listener); in addPostSelectionListener() argument
184 ISelection getSelection(String partId); in getSelection() argument
202 void removeSelectionListener(String partId, ISelectionListener listener); in removeSelectionListener() argument
220 void removePostSelectionListener(String partId, ISelectionListener listener); in removePostSelectionListener() argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestPartitionedDataSetFilters.cxx36 for (vtkm::Id partId = 0; partId < static_cast<vtkm::Id>(partitionNum); partId++) in PartitionedDataSetBuilder() local
38 vtkm::Id2 dimensions((partId + 2) * (partId + 2), (partId + 2) * (partId + 2)); in PartitionedDataSetBuilder()
47 varC2D[static_cast<std::size_t>(i)] = static_cast<T>(partId * i); in PartitionedDataSetBuilder()
61 varP2D[static_cast<std::size_t>(i)] = static_cast<T>(partId); in PartitionedDataSetBuilder()

12345678910>>...27