Home
last modified time | relevance | path

Searched refs:numAttributes (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/mac/
H A DGLWindowContext_mac.mm74 int numAttributes = 0;
80 attributes[numAttributes++] = NSOpenGLPFAColorSize;
81 attributes[numAttributes++] = 24;
82 attributes[numAttributes++] = NSOpenGLPFAAlphaSize;
83 attributes[numAttributes++] = 8;
85 attributes[numAttributes++] = 0;
87 attributes[numAttributes++] = 8;
91 attributes[numAttributes++] = 1;
96 attributes[numAttributes++] = 0;
98 attributes[numAttributes++] = 0;
[all …]
H A DRasterWindowContext_mac.mm79 int numAttributes = 0;
85 attributes[numAttributes++] = NSOpenGLPFAColorSize;
86 attributes[numAttributes++] = 24;
87 attributes[numAttributes++] = NSOpenGLPFAAlphaSize;
88 attributes[numAttributes++] = 8;
90 attributes[numAttributes++] = 0;
92 attributes[numAttributes++] = 8;
95 attributes[numAttributes++] = 1;
100 attributes[numAttributes++] = 0;
102 attributes[numAttributes++] = 0;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/mac/
H A DGLWindowContext_mac.mm68 int numAttributes = 0;
74 attributes[numAttributes++] = NSOpenGLPFAColorSize;
75 attributes[numAttributes++] = 24;
76 attributes[numAttributes++] = NSOpenGLPFAAlphaSize;
77 attributes[numAttributes++] = 8;
79 attributes[numAttributes++] = 0;
81 attributes[numAttributes++] = 8;
84 attributes[numAttributes++] = 1;
89 attributes[numAttributes++] = 0;
91 attributes[numAttributes++] = 0;
[all …]
H A DRasterWindowContext_mac.mm79 int numAttributes = 0;
85 attributes[numAttributes++] = NSOpenGLPFAColorSize;
86 attributes[numAttributes++] = 24;
87 attributes[numAttributes++] = NSOpenGLPFAAlphaSize;
88 attributes[numAttributes++] = 8;
90 attributes[numAttributes++] = 0;
92 attributes[numAttributes++] = 8;
95 attributes[numAttributes++] = 1;
100 attributes[numAttributes++] = 0;
102 attributes[numAttributes++] = 0;
[all …]
/dports/graphics/openvkl/openvkl-1.1.0/testing/volume/
H A DProceduralVdbVolume.h96 uint32_t numAttributes = 1,
142 uint32_t numAttributes; member
218 numLeafVoxels * numAttributes * byteStride)); in addTemporallyConstantLeaf()
224 std::vector<void *> ptrs(numAttributes, nullptr); in addTemporallyConstantLeaf()
227 for (uint32_t va = 0; va < numAttributes; ++va) { in addTemporallyConstantLeaf()
291 std::vector<void *> ptrs(numAttributes, nullptr); in addTemporallyStructuredLeaf()
294 for (uint32_t va = 0; va < numAttributes; ++va) { in addTemporallyStructuredLeaf()
463 uint32_t numAttributes, in ProceduralVdbVolume() argument
472 numAttributes(std::max<uint32_t>(numAttributes, 1u)), in ProceduralVdbVolume()
486 std::vector<VKLDataType> voxelTypes(numAttributes, in ProceduralVdbVolume()
[all …]
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/attribute/
H A DAttributeGroup.scala39 val numAttributes: Option[Int], constant
43 require(!(numAttributes.isDefined && attrs.isDefined),
57 def this(name: String, numAttributes: Int) = this(name, Some(numAttributes), None)
82 if (numAttributes.isDefined) {
83 numAttributes.get
143 } else if (numAttributes.isDefined) {
144 bldr.putLong(NUM_ATTRIBUTES, numAttributes.get)
172 (numAttributes == o.numAttributes) &&
182 sum = 37 * sum + numAttributes.hashCode
/dports/www/firefox-esr/firefox-91.8.0/browser/app/winlauncher/
H A DProcThreadAttributes.h85 DWORD numAttributes = 0; in AssignTo() local
87 ++numAttributes; in AssignTo()
91 ++numAttributes; in AssignTo()
94 if (!numAttributes) { in AssignTo()
99 if (!::InitializeProcThreadAttributeList(nullptr, numAttributes, 0, in AssignTo()
112 if (!::InitializeProcThreadAttributeList(tmpList, numAttributes, 0, in AssignTo()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/app/winlauncher/
H A DProcThreadAttributes.h85 DWORD numAttributes = 0; in AssignTo() local
87 ++numAttributes; in AssignTo()
91 ++numAttributes; in AssignTo()
94 if (!numAttributes) { in AssignTo()
99 if (!::InitializeProcThreadAttributeList(nullptr, numAttributes, 0, in AssignTo()
112 if (!::InitializeProcThreadAttributeList(tmpList, numAttributes, 0, in AssignTo()
/dports/www/firefox/firefox-99.0/browser/app/winlauncher/
H A DProcThreadAttributes.h85 DWORD numAttributes = 0; in AssignTo() local
87 ++numAttributes; in AssignTo()
91 ++numAttributes; in AssignTo()
94 if (!numAttributes) { in AssignTo()
99 if (!::InitializeProcThreadAttributeList(nullptr, numAttributes, 0, in AssignTo()
112 if (!::InitializeProcThreadAttributeList(tmpList, numAttributes, 0, in AssignTo()
/dports/mail/thunderbird/thunderbird-91.8.0/browser/app/winlauncher/
H A DProcThreadAttributes.h85 DWORD numAttributes = 0; in AssignTo() local
87 ++numAttributes; in AssignTo()
91 ++numAttributes; in AssignTo()
94 if (!numAttributes) { in AssignTo()
99 if (!::InitializeProcThreadAttributeList(nullptr, numAttributes, 0, in AssignTo()
112 if (!::InitializeProcThreadAttributeList(tmpList, numAttributes, 0, in AssignTo()
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/src/
H A DArtsAttributeVector.cc350 std::istream & ArtsAttributeVector::read(std::istream & is, uint16_t numAttributes) in read() argument
358 if (numAttributes > 0) { in read()
359 this->reserve(numAttributes); in read()
360 for (attrNum = 0; attrNum < numAttributes; attrNum++) { in read()
375 int ArtsAttributeVector::read(int fd, uint16_t numAttributes) in read() argument
385 if (numAttributes > 0) { in read()
386 this->reserve(numAttributes); in read()
387 for (attrNum = 0; attrNum < numAttributes; attrNum++) { in read()
/dports/graphics/partio/partio-1.14.6/src/tests/
H A Dtestclonecopy.cpp155 int numAttributes = p->numAttributes(); in testCloneParticleDataAttributes() local
156 check(test, numAttributes == 3, "cloneSchema()->numAttributes()", in testCloneParticleDataAttributes()
157 "expected 3, got " + to_string(numAttributes)); in testCloneParticleDataAttributes()
163 std::vector<std::string> expectedName(numAttributes); in testCloneParticleDataAttributes()
164 std::vector<Partio::ParticleAttributeType> expectedType(numAttributes); in testCloneParticleDataAttributes()
165 std::vector<int> expectedCount(numAttributes); in testCloneParticleDataAttributes()
179 for (int i=0;i<numAttributes;++i) { in testCloneParticleDataAttributes()
252 check(test, p->numAttributes() == 3, in testCloneParticleDataFullCopy()
254 to_string(p->numAttributes())); in testCloneParticleDataFullCopy()
/dports/textproc/xom/XOM/src/nu/xom/
H A DElement.java59 private int numAttributes = 0; field in Element
168 this.numAttributes = element.numAttributes; in Element()
180 if (numAttributes == 0) return null; in copyAttributes()
203 result.numAttributes = source.numAttributes; in copyTag()
483 attributes[numAttributes] = attribute; in add()
484 numAttributes++; in add()
501 int toCopy = numAttributes-index-1; in remove()
505 numAttributes--; in remove()
506 attributes[numAttributes] = null; in remove()
633 return numAttributes; in getAttributeCount()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DSerializable.cpp726 unsigned numAttributes = networkAttributes->Size(); in AllocateNetworkState() local
734 for (unsigned i = 0; i < numAttributes; ++i) in AllocateNetworkState()
751 unsigned numAttributes = attributes->Size(); in WriteInitialDeltaUpdate() local
755 for (unsigned i = 0; i < numAttributes; ++i) in WriteInitialDeltaUpdate()
766 for (unsigned i = 0; i < numAttributes; ++i) in WriteInitialDeltaUpdate()
785 unsigned numAttributes = attributes->Size(); in WriteDeltaUpdate() local
792 for (unsigned i = 0; i < numAttributes; ++i) in WriteDeltaUpdate()
811 unsigned numAttributes = attributes->Size(); in WriteLatestDataUpdate() local
815 for (unsigned i = 0; i < numAttributes; ++i) in WriteLatestDataUpdate()
828 unsigned numAttributes = attributes->Size(); in ReadDeltaUpdate() local
[all …]
/dports/textproc/dom4j/dom4j-1.6.1/src/samples/org/dom4j/samples/
H A DCountDemo.java35 private int numAttributes; field in CountDemo
50 numAttributes = 0; in process()
60 ++numAttributes; in process()
84 println(numElements + "\t\t" + numAttributes + "\t\t" + numComments in process()
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/volume/vdb/
H A DVdbVolume.cpp326 numLeaves, std::vector<range1f>(grid->numAttributes)); in computeValueRanges()
332 for (unsigned int j = 0; j < grid->numAttributes; j++) { in computeValueRanges()
354 level.valueRange[v * grid->numAttributes + j].extend( in computeValueRanges()
483 uint32_t numAttributes, in initNode() argument
487 for (uint32_t a = 0; a < numAttributes; ++a) { in initNode()
623 grid->numAttributes = denseData.size(); in commit()
626 allocator.allocate<uint32_t>(grid->numAttributes); in commit()
628 for (uint32_t i = 0; i < grid->numAttributes; ++i) { in commit()
644 allocator.allocate<uint32_t>(grid->numAttributes); in commit()
771 grid->numLeaves * grid->numAttributes); in commit()
[all …]
/dports/graphics/openvkl/openvkl-1.1.0/testing/apps/tests/
H A Dhit_iterator.cpp115 const unsigned int numAttributes = vklGetNumAttributes(vklVolume); variable
120 assert(numAttributes == 4);
127 for (unsigned int i = 1; i < numAttributes; i++) {
170 const unsigned int numAttributes = vklGetNumAttributes(vklVolume); variable
175 assert(numAttributes == 4);
182 for (unsigned int i = 1; i < numAttributes; i++) {
/dports/devel/simgear/simgear-2020.3.11/simgear/hla/
H A DHLAObjectInstance.cxx148 unsigned numAttributes = getNumAttributes(); in setAttributeDataElement() local
149 if (numAttributes <= index) in setAttributeDataElement()
151 _attributeVector.resize(numAttributes); in setAttributeDataElement()
378 unsigned numAttributes = _attributeVector.size(); in encodeAttributeValues() local
379 for (unsigned i = 0; i < numAttributes;++i) { in encodeAttributeValues()
470 unsigned numAttributes = getNumAttributes(); in _setRTIObjectInstance() local
471 _attributeVector.resize(numAttributes); in _setRTIObjectInstance()
472 for (unsigned i = 0; i < numAttributes; ++i) { in _setRTIObjectInstance()
487 for (unsigned i = 0; i < numAttributes; ++i) { in _setRTIObjectInstance()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java99 int numAttributes = (areaAttributes != null) ? areaAttributes.size() : in getAreas() local
101 if (numAttributes != 0) { in getAreas()
102 AttributeSet[] retValue = new AttributeSet[numAttributes]; in getAreas()
117 int numAttributes = (areaAttributes != null) ? in getArea() local
120 if (numAttributes > 0) { in getArea()
124 areas = new Vector<RegionContainment>(numAttributes); in getArea()
126 for (int counter = 0; counter < numAttributes; counter++) { in getArea()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java99 int numAttributes = (areaAttributes != null) ? areaAttributes.size() : in getAreas() local
101 if (numAttributes != 0) { in getAreas()
102 AttributeSet[] retValue = new AttributeSet[numAttributes]; in getAreas()
117 int numAttributes = (areaAttributes != null) ? in getArea() local
120 if (numAttributes > 0) { in getArea()
124 areas = new Vector<RegionContainment>(numAttributes); in getArea()
126 for (int counter = 0; counter < numAttributes; counter++) { in getArea()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java99 int numAttributes = (areaAttributes != null) ? areaAttributes.size() : in getAreas() local
101 if (numAttributes != 0) { in getAreas()
102 AttributeSet[] retValue = new AttributeSet[numAttributes]; in getAreas()
117 int numAttributes = (areaAttributes != null) ? in getArea() local
120 if (numAttributes > 0) { in getArea()
124 areas = new Vector<RegionContainment>(numAttributes); in getArea()
126 for (int counter = 0; counter < numAttributes; counter++) { in getArea()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java98 int numAttributes = (areaAttributes != null) ? areaAttributes.size() : in getAreas() local
100 if (numAttributes != 0) { in getAreas()
101 AttributeSet[] retValue = new AttributeSet[numAttributes]; in getAreas()
116 int numAttributes = (areaAttributes != null) ? in getArea() local
119 if (numAttributes > 0) { in getArea()
123 areas = new Vector<RegionContainment>(numAttributes); in getArea()
125 for (int counter = 0; counter < numAttributes; counter++) { in getArea()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java99 int numAttributes = (areaAttributes != null) ? areaAttributes.size() : in getAreas() local
101 if (numAttributes != 0) { in getAreas()
102 AttributeSet[] retValue = new AttributeSet[numAttributes]; in getAreas()
117 int numAttributes = (areaAttributes != null) ? in getArea() local
120 if (numAttributes > 0) { in getArea()
124 areas = new Vector<RegionContainment>(numAttributes); in getArea()
126 for (int counter = 0; counter < numAttributes; counter++) { in getArea()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java99 int numAttributes = (areaAttributes != null) ? areaAttributes.size() : in getAreas() local
101 if (numAttributes != 0) { in getAreas()
102 AttributeSet[] retValue = new AttributeSet[numAttributes]; in getAreas()
117 int numAttributes = (areaAttributes != null) ? in getArea() local
120 if (numAttributes > 0) { in getArea()
124 areas = new Vector<RegionContainment>(numAttributes); in getArea()
126 for (int counter = 0; counter < numAttributes; counter++) { in getArea()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java99 int numAttributes = (areaAttributes != null) ? areaAttributes.size() : in getAreas() local
101 if (numAttributes != 0) { in getAreas()
102 AttributeSet[] retValue = new AttributeSet[numAttributes]; in getAreas()
117 int numAttributes = (areaAttributes != null) ? in getArea() local
120 if (numAttributes > 0) { in getArea()
124 areas = new Vector<RegionContainment>(numAttributes); in getArea()
126 for (int counter = 0; counter < numAttributes; counter++) { in getArea()

12345678910>>...31