Home
last modified time | relevance | path

Searched refs:partType (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/actions/
H A DAddBlockCommentAction.java92 String partType = partition.getType(); in handleFirstPartition() local
97 if (partType == IDocument.DEFAULT_CONTENT_TYPE in handleFirstPartition()
101 } else if (isSpecialPartition(partType)) { in handleFirstPartition()
126 String partType = partition.getType(); in handleInteriorPartition() local
147 partType = partition.getType(); in handleInteriorPartition()
154 if (partType == IDocument.DEFAULT_CONTENT_TYPE in handleInteriorPartition()
156 || isSpecialPartition(partType)) { in handleInteriorPartition()
189 String partType = partition.getType(); in handleLastPartition() local
191 if (partType == IDocument.DEFAULT_CONTENT_TYPE in handleLastPartition()
195 } else if (isSpecialPartition(partType)) { in handleLastPartition()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/src/System/Composition/TypedParts/Discovery/
H A DTypeInspector.cs44 private IEnumerable<DiscoveredExport> DiscoverExports(TypeInfo partType) in DiscoverExports() argument
46 foreach (var export in DiscoverInstanceExports(partType)) in DiscoverExports()
49 foreach (var export in DiscoverPropertyExports(partType)) in DiscoverExports()
55 var partTypeAsType = partType.AsType(); in DiscoverInstanceExports()
65 CheckInstanceExportCompatibility(partType, contractType.GetTypeInfo()); in DiscoverInstanceExports()
78 var partTypeAsType = partType.AsType(); in DiscoverPropertyExports()
167 if (partType.IsGenericTypeDefinition) in CheckPropertyExportCompatibility()
194 …if (!(mappedType == partType || mappedType.GenericTypeArguments.SequenceEqual(partType.GenericType… in CheckGenericContractCompatibility()
227 if (partType.IsGenericTypeDefinition) in CheckInstanceExportCompatibility()
229 CheckGenericContractCompatibility(partType, partType, contractType); in CheckInstanceExportCompatibility()
[all …]
H A DDiscoveredPart.cs41 TypeInfo partType, in DiscoveredPart() argument
46 _partType = partType; in DiscoveredPart()
53 TypeInfo partType, in DiscoveredPart() argument
57 _partType = partType; in DiscoveredPart()
60 _partMetadata = new Lazy<IDictionary<string, object>>(() => GetPartMetadata(partType)); in DiscoveredPart()
178 public IDictionary<string, object> GetPartMetadata(TypeInfo partType) in GetPartMetadata() argument
181 … foreach (var attr in _attributeContext.GetDeclaredAttributes(partType.AsType(), partType)) in GetPartMetadata()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/
H A DAddBlockCommentAction.java97 String partType= partition.getType(); in handleFirstPartition() local
105 } else if (isSpecialPartition(partType)) { in handleFirstPartition()
138 String partType= partition.getType(); in handleInteriorPartition() local
144 if (IJavaPartitions.JAVA_DOC.equals(partType)) { in handleInteriorPartition()
157 partType= partition.getType(); in handleInteriorPartition()
164 if (IDocument.DEFAULT_CONTENT_TYPE.equals(partType) in handleInteriorPartition()
165 || isSpecialPartition(partType)) { in handleInteriorPartition()
171 if (IJavaPartitions.JAVA_DOC.equals(partType)) { in handleInteriorPartition()
197 String partType= partition.getType(); in handleLastPartition() local
202 } else if (isSpecialPartition(partType)) { in handleLastPartition()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderScrollbar.cpp155 s_styleResolvePart = partType; in getScrollbarPseudoStyle()
229 if (partType == NoPart) in updateScrollbarPart()
232 …rStyle> partStyle = !destroy ? getScrollbarPseudoStyle(partType, pseudoForScrollbarPart(partType)… in updateScrollbarPart()
239 switch (partType) { in updateScrollbarPart()
259 RenderScrollbarPart* partRenderer = m_parts.get(partType); in updateScrollbarPart()
262 m_parts.set(partType, partRenderer); in updateScrollbarPart()
264 m_parts.remove(partType); in updateScrollbarPart()
281 IntRect RenderScrollbar::buttonRect(ScrollbarPart partType) in buttonRect() argument
290 if (partType == BackButtonStartPart) in buttonRect()
292 if (partType == ForwardButtonEndPart) in buttonRect()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/LSDyna/
H A DvtkLSDynaPartCollection.cxx136 if (!this->Info[partType].empty()) in RegisterCell()
138 PartInfo* info = &this->Info[partType].back(); in RegisterCell()
151 this->Info[partType].push_back(newInfo); in RegisterCell()
158 this->Info[partType].push_back(newInfo); in RegisterCell()
196 this->CellInsertionIterators[partType].inc(); in InsertCell()
219 void InitPartIteration(const int& partType) in InitPartIteration() argument
354 if (!this->Info[partType].empty()) in InitCellIteration()
360 this->CellIterator = this->Info[partType].end(); in InitCellIteration()
585 this->Storage->InitCellIteration(partType); in SetCellDeadFlags()
768 vtkIdType size = this->MaxIds[partType] - this->MinIds[partType]; in GetPartReadInfo()
[all …]
H A DvtkLSDynaPartCollection.h50 void GetPartReadInfo(const int& partType, vtkIdType& numberOfCells, vtkIdType& numCellsToSkip,
62 void RegisterCellIndexToPart(const int& partType, const vtkIdType& matIdx,
73 void InsertCell(const int& partType, const vtkIdType& matIdx, const int& cellType,
79 const int& partType, vtkUnsignedCharArray* death, const int& deadCellsAsGhostArray);
/dports/math/vtk8/VTK-8.2.0/IO/LSDyna/
H A DvtkLSDynaPartCollection.cxx131 if(!this->Info[partType].empty()) in RegisterCell()
133 PartInfo *info = &this->Info[partType].back(); in RegisterCell()
146 this->Info[partType].push_back(newInfo); in RegisterCell()
153 this->Info[partType].push_back(newInfo); in RegisterCell()
197 this->CellInsertionIterators[partType].inc(); in InsertCell()
223 void InitPartIteration(const int &partType) in InitPartIteration() argument
362 if(!this->Info[partType].empty()) in InitCellIteration()
561 this->Storage->RegisterCell(partType,matId-1,npts); in RegisterCellIndexToPart()
602 this->Storage->InitCellIteration(partType); in SetCellDeadFlags()
790 vtkIdType size = this->MaxIds[partType]-this->MinIds[partType]; in GetPartReadInfo()
[all …]
H A DvtkLSDynaPartCollection.h51 void GetPartReadInfo(const int& partType, vtkIdType& numberOfCells,
64 void RegisterCellIndexToPart(const int& partType,const vtkIdType& matIdx,
75 void InsertCell(const int& partType,const vtkIdType& matIdx,
80 void SetCellDeadFlags(const int& partType, vtkUnsignedCharArray *death,
/dports/math/vtk6/VTK-6.2.0/IO/LSDyna/
H A DvtkLSDynaPartCollection.cxx131 if(this->Info[partType].size() != 0) in RegisterCell()
133 PartInfo *info = &this->Info[partType].back(); in RegisterCell()
146 this->Info[partType].push_back(newInfo); in RegisterCell()
153 this->Info[partType].push_back(newInfo); in RegisterCell()
197 this->CellInsertionIterators[partType].inc(); in InsertCell()
223 void InitPartIteration(const int &partType) in InitPartIteration() argument
362 if(this->Info[partType].size()>0) in InitCellIteration()
561 this->Storage->RegisterCell(partType,matId-1,npts); in RegisterCellIndexToPart()
602 this->Storage->InitCellIteration(partType); in SetCellDeadFlags()
790 vtkIdType size = this->MaxIds[partType]-this->MinIds[partType]; in GetPartReadInfo()
[all …]
H A DvtkLSDynaPartCollection.h50 void GetPartReadInfo(const int& partType, vtkIdType& numberOfCells,
63 void RegisterCellIndexToPart(const int& partType,const vtkIdType& matIdx,
74 void InsertCell(const int& partType,const vtkIdType& matIdx,
79 void SetCellDeadFlags(const int& partType, vtkUnsignedCharArray *death,
/dports/comms/ebusd/ebusd-21.3/src/lib/ebus/
H A Ddata.h350 PartType partType, size_t length) in SingleDataField() argument
352 m_partType(partType), m_dataType(dataType), m_length(length) {} in SingleDataField()
394 size_t getLength(PartType partType, size_t maxLength) const override;
397 result_t derive(const string& name, PartType partType, int divisor,
505 : SingleDataField(name, attributes, dataType, partType, length), in ValueListDataField()
517 result_t derive(const string& name, PartType partType, int divisor,
557 PartType partType, size_t length, const string& value, bool verify) in ConstantDataField() argument
558 : SingleDataField(name, attributes, dataType, partType, length), in ConstantDataField()
570 result_t derive(const string& name, PartType partType, int divisor,
653 size_t getLength(PartType partType, size_t maxLength) const override;
[all …]
H A Ddata.cpp213 PartType partType; in create() local
217 partType = pt_any; in create()
226 partType = pt_masterData; in create()
229 partType = pt_slaveData; in create()
642 partType, m_length, values)); in derive()
655 if (partType != m_partType) { in getLength()
943 if (field->getPartType() == partType) { in getLength()
944 …if (!previousFullByteOffset[partType] && !field->hasFullByteOffset(false, previousFirstBit[partTyp… in getLength()
955 previousFullByteOffset[partType] = field->hasFullByteOffset(true, previousFirstBit[partType]); in getLength()
1040 if (field->getPartType() != partType) { in read()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dfindversion.h50 BOOL findPart##T(T * part, DWORD partType, OSVERSIONINFOEX * ret, T a, T b) \
54 DWORDLONG const eq = eqFor(partType); \
55 DWORDLONG const gt = gtFor(partType); \
61 while ((funx = testValue(ret, partType, eq, gt)) != FV_EQUAL) \
73 if (testValue(ret, partType, eq, gt) == FV_EQUAL) \
78 if (testValue(ret, partType, eq, gt) == FV_EQUAL) \
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dfindversion.h50 BOOL findPart##T(T * part, DWORD partType, OSVERSIONINFOEX * ret, T a, T b) \
54 DWORDLONG const eq = eqFor(partType); \
55 DWORDLONG const gt = gtFor(partType); \
61 while ((funx = testValue(ret, partType, eq, gt)) != FV_EQUAL) \
73 if (testValue(ret, partType, eq, gt) == FV_EQUAL) \
78 if (testValue(ret, partType, eq, gt) == FV_EQUAL) \
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dfakeentities.h23 void setPartType(const PartType &partType) in setPartType() argument
25 m_partType = partType; in setPartType()
26 Part::setPartType(partType); in setPartType()
29 PartType partType() const in partType() function
/dports/net-mgmt/prometheus-collectd-exporter/collectd_exporter-0.5.0/vendor/collectd.org/network/
H A Dparse.go54 partType, err := readUint16(buf)
76 switch partType {
78 if err := parseIdentifier(partType, payload, &state); err != nil {
83 if err := parseTime(partType, payload, &state); err != nil {
139 log.Printf("ignoring field of type %#x", partType)
146 func parseIdentifier(partType uint16, payload []byte, state *api.ValueList) error {
152 switch partType {
168 func parseTime(partType uint16, payload []byte, state *api.ValueList) error {
174 switch partType {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/src/System/Composition/Hosting/
H A DContainerConfiguration.cs82 public ContainerConfiguration WithPart(Type partType) in WithPart() argument
84 return WithPart(partType, null); in WithPart()
94 public ContainerConfiguration WithPart(Type partType, AttributedModelProvider conventions) in WithPart() argument
96 if (partType == null) throw new ArgumentNullException(nameof(partType)); in WithPart()
97 return WithParts(new[] { partType }, conventions); in WithPart()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dkicadmoduledialog.cpp40 KicadModuleDialog::KicadModuleDialog(const QString & partType, const QString & filename, const QStr… in KicadModuleDialog() argument
42 this->setWindowTitle(QObject::tr("Select %1").arg(partType)); in KicadModuleDialog()
52 formLayout->addRow(QString("%1:").arg(partType), m_comboBox ); in KicadModuleDialog()
56 …1 %3 descriptions in '%2'. Please select one.").arg(modules.count()).arg(filename).arg(partType)); in KicadModuleDialog()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/src/System/Composition/TypedParts/ActivationFeatures/
H A DOnImportsSatisfiedFeature.cs30 TypeInfo partType, in RewriteActivator() argument
37 var partTypeAsType = partType.AsType(); in RewriteActivator()
46 … string message = SR.Format(SR.OnImportsSatisfiedFeature_AttributeError, partType, m.Name); in RewriteActivator()
52 Expression.Call(Expression.Convert(ois, partType.AsType()), m), ois).Compile(); in RewriteActivator()
H A DPropertyInjectionFeature.cs28 …public override IEnumerable<CompositionDependency> GetDependencies(TypeInfo partType, DependencyAc… in GetDependencies() argument
30 var partTypeAsType = partType.AsType(); in GetDependencies()
63 TypeInfo partType, in RewriteActivator() argument
78 var typed = Expression.Variable(partType.AsType()); in RewriteActivator()
81 var assignTyped = Expression.Assign(typed, Expression.Convert(inst, partType.AsType())); in RewriteActivator()
/dports/devel/libvirt/libvirt-7.10.0/src/storage/
H A Dstorage_backend_disk.c47 if (def->source.partType == VIR_STORAGE_VOL_DISK_TYPE_EXTENDED) in virStorageVolPartFindExtended()
156 vol->source.partType = VIR_STORAGE_VOL_DISK_TYPE_PRIMARY; in virStorageBackendDiskMakeDataVol()
158 vol->source.partType = VIR_STORAGE_VOL_DISK_TYPE_LOGICAL; in virStorageBackendDiskMakeDataVol()
160 vol->source.partType = VIR_STORAGE_VOL_DISK_TYPE_EXTENDED; in virStorageBackendDiskMakeDataVol()
162 vol->source.partType = VIR_STORAGE_VOL_DISK_TYPE_NONE; in virStorageBackendDiskMakeDataVol()
186 if (vol->source.partType == VIR_STORAGE_VOL_DISK_TYPE_EXTENDED) { in virStorageBackendDiskMakeDataVol()
208 if (vol->source.partType == VIR_STORAGE_VOL_DISK_TYPE_LOGICAL) { in virStorageBackendDiskMakeDataVol()
672 int partType = virStorageBackendDiskPartTypeToCreate(pool); in virStorageBackendDiskPartBoundaries() local
697 if (partType == VIR_STORAGE_VOL_DISK_TYPE_LOGICAL) in virStorageBackendDiskPartBoundaries()
705 if (partType == VIR_STORAGE_VOL_DISK_TYPE_LOGICAL && in virStorageBackendDiskPartBoundaries()
[all …]
/dports/games/sdb/sdb-1.0.2/src/
H A Dobjects.cpp31 ParticleType partType[NUM_PART_TYPES]; variable
1719 rotVel = partType[pType].minRotVel + frand()*partType[pType].maxRandAddedToRotVel; in launch()
1720 fadeSpeed = partType[pType].minFadeSpeed + frand()*partType[pType].maxRandAddedToFadeSpeed; in launch()
1722 …anim.set(partType[pType].animNumFrames, partType[pType].animDelay + frand()*partType[pType].maxRan… in launch()
1776 if (partType[pType].glow) in draw()
1779 if (partType[pType].animNumFrames <= 1) in draw()
1818 switch (partType[pType].hitBehavior) in levelCollisionDetection()
1855 speed += partType[pType].accel * timer.dT(); in update()
1894 if (partType[pType].startFade == 0 || health <= partType[pType].startFade) in update()
1902 if (partType[pType].scaleStop == 0 || in update()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Ddecompose.go166 var partType *types.Type
168 partType = cfgtypes.Int32
170 partType = cfgtypes.UInt32
173 hi := v.Block.NewValue0(v.Pos, OpPhi, partType)
176 hi.AddArg(a.Block.NewValue1(v.Pos, OpInt64Hi, partType, a))
186 var partType *types.Type
189 partType = cfgtypes.Float32
191 partType = cfgtypes.Float64
196 real := v.Block.NewValue0(v.Pos, OpPhi, partType)
197 imag := v.Block.NewValue0(v.Pos, OpPhi, partType)
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Ddecompose.go161 var partType *types.Type
163 partType = cfgtypes.Int32
165 partType = cfgtypes.UInt32
168 hi := v.Block.NewValue0(v.Pos, OpPhi, partType)
171 hi.AddArg(a.Block.NewValue1(v.Pos, OpInt64Hi, partType, a))
181 var partType *types.Type
184 partType = cfgtypes.Float32
186 partType = cfgtypes.Float64
191 real := v.Block.NewValue0(v.Pos, OpPhi, partType)
192 imag := v.Block.NewValue0(v.Pos, OpPhi, partType)
[all …]

123456789