Searched refs:SetAttribute (Results 1 - 8 of 8) sorted by relevance
/third_party/lame/ACM/tinyxml/ |
H A D | xmltest.cpp | 130 itemElement->SetAttribute( "priority", 2 ); in main() 136 itemElement->SetAttribute( "distance", "here" ); in main() 153 item.SetAttribute( "priority", "1" ); in main() 154 item.SetAttribute( "distance", "far" ); in main() 159 meeting1.SetAttribute( "where", "School" ); in main() 162 meeting2.SetAttribute( "where", "Lunch" ); in main() 165 attendee1.SetAttribute( "name", "Marple" ); in main() 166 attendee1.SetAttribute( "position", "teacher" ); in main() 169 attendee2.SetAttribute( "name", "Vo‚" ); in main() 170 attendee2.SetAttribute( "positio in main() [all...] |
H A D | tinyxml.cpp | 443 void TiXmlElement::SetAttribute( const std::string& name, int val ) in SetAttribute() function in TiXmlElement 450 SetAttribute( name, v ); in SetAttribute() 454 void TiXmlElement::SetAttribute( const std::string& name, const std::string& value ) in SetAttribute() function in TiXmlElement 574 clone->SetAttribute( attribute->Name(), attribute->Value() ); in Clone()
|
H A D | tinyxml.h | 544 void SetAttribute( const std::string& name, 550 void SetAttribute( const std::string& name,
|
H A D | tinyxmlparser.cpp | 599 SetAttribute( attrib.Name(), attrib.Value() ); in Parse()
|
/third_party/lame/ACM/ |
H A D | AEncodeProperties.cpp | 940 tmpNode->SetAttribute("name",config_name); 1279 CurrentNode->SetAttribute("default",the_string); 1289 the_elt->SetAttribute(the_string, "false"); 1291 the_elt->SetAttribute(the_string, "true"); 1332 tmpElt->SetAttribute("ratio", SmartRatioMax); 1338 tmpElt->SetAttribute("ratio", SmartRatioMax); 1347 tmpElt->SetAttribute("min", AverageBitrate_Min); 1348 tmpElt->SetAttribute("max", AverageBitrate_Max); 1349 tmpElt->SetAttribute("step", AverageBitrate_Step); 1355 tmpElt->SetAttribute("mi [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 1050 void SetAttribute( const char* name, const char * _value ); 1060 void SetAttribute( const std::string& name, const std::string& _value ); 1062 void SetAttribute( const std::string& name, int _value ); 1070 void SetAttribute( const char * name, int value );
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 1120 std::function<void(Function &)> SetAttribute; 1135 SetAttribute(SetAttr), AKind(AK), 1216 ID.SetAttribute(*F);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 34 milliseconds