Home
last modified time | relevance | path

Searched refs:conflictingAttributes (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfMultiPartOutputFile.cpp111 … std::vector<std::string> & conflictingAttributes) const;
164 std::vector<std::string> conflictingAttributes; in do_header_sanity_checks() local
167 conflictingAttributes); in do_header_sanity_checks()
172 for (size_t i=0; i<conflictingAttributes.size(); i++) in do_header_sanity_checks()
173 excMsg += " '" + conflictingAttributes[i] + "' "; in do_header_sanity_checks()
395 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
405 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
415 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
433 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
451 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
H A DImfMultiPartInputFile.cpp99 … std::vector<std::string> & conflictingAttributes) const;
229 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
231 conflictingAttributes.clear(); in checkSharedAttributesValues()
241 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
251 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
269 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
287 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfMultiPartOutputFile.cpp111 … std::vector<std::string> & conflictingAttributes) const;
164 std::vector<std::string> conflictingAttributes; in do_header_sanity_checks() local
167 conflictingAttributes); in do_header_sanity_checks()
172 for (size_t i=0; i<conflictingAttributes.size(); i++) in do_header_sanity_checks()
173 excMsg += " '" + conflictingAttributes[i] + "' "; in do_header_sanity_checks()
395 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
405 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
415 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
433 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
451 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
H A DImfMultiPartInputFile.cpp99 … std::vector<std::string> & conflictingAttributes) const;
229 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
231 conflictingAttributes.clear(); in checkSharedAttributesValues()
241 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
251 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
269 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
287 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfMultiPartOutputFile.cpp111 … std::vector<std::string> & conflictingAttributes) const;
164 std::vector<std::string> conflictingAttributes; in do_header_sanity_checks() local
167 conflictingAttributes); in do_header_sanity_checks()
172 for (size_t i=0; i<conflictingAttributes.size(); i++) in do_header_sanity_checks()
173 excMsg += " '" + conflictingAttributes[i] + "' "; in do_header_sanity_checks()
395 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
405 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
415 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
433 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
451 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
H A DImfMultiPartInputFile.cpp99 … std::vector<std::string> & conflictingAttributes) const;
229 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
231 conflictingAttributes.clear(); in checkSharedAttributesValues()
241 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
251 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
269 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
287 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfMultiPartOutputFile.cpp79 … std::vector<std::string> & conflictingAttributes) const;
138 std::vector<std::string> conflictingAttributes; in do_header_sanity_checks() local
141 conflictingAttributes); in do_header_sanity_checks()
146 for (size_t i=0; i<conflictingAttributes.size(); i++) in do_header_sanity_checks()
147 excMsg += " '" + conflictingAttributes[i] + "' "; in do_header_sanity_checks()
377 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
387 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
397 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
415 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
433 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
H A DImfMultiPartInputFile.cpp66 … std::vector<std::string> & conflictingAttributes) const;
221 vector<string> & conflictingAttributes) const in checkSharedAttributesValues()
223 conflictingAttributes.clear(); in checkSharedAttributesValues()
233 conflictingAttributes.push_back ("displayWindow"); in checkSharedAttributesValues()
243 conflictingAttributes.push_back ("pixelAspectRatio"); in checkSharedAttributesValues()
261 conflictingAttributes.push_back (TimeCodeAttribute::staticTypeName()); in checkSharedAttributesValues()
279 conflictingAttributes.push_back (ChromaticitiesAttribute::staticTypeName()); in checkSharedAttributesValues()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/
H A DCheckAnalysis.scala366 val conflictingAttributes = j.left.outputSet.intersect(j.right.outputSet) constant
375 val conflictingAttributes = i.left.outputSet.intersect(i.right.outputSet) constant
384 val conflictingAttributes = e.left.outputSet.intersect(e.right.outputSet) constant
H A DAnalyzer.scala494 val conflictingAttributes = left.outputSet.intersect(right.outputSet) constant
501 if oldVersion.outputSet.intersect(conflictingAttributes).nonEmpty =>
506 if oldVersion.outputSet.intersect(conflictingAttributes).nonEmpty =>
511 if findAliases(projectList).intersect(conflictingAttributes).nonEmpty =>
515 if findAliases(aggregateExpressions).intersect(conflictingAttributes).nonEmpty =>
519 if oldVersion.generatedSet.intersect(conflictingAttributes).nonEmpty =>
524 if AttributeSet(windowExpressions.map(_.toAttribute)).intersect(conflictingAttributes)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.h118 Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle) const;
H A DEditingStyle.cpp686 …EditingStyle* extractedStyle, Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingS… in extractConflictingImplicitStyleOfAttributes() argument
709 conflictingAttributes.append(equivalent->attributeName()); in extractConflictingImplicitStyleOfAttributes()