/external/tinyxml2/ |
D | tinyxml2.h | 806 void SetAttribute( const char* value ); 808 void SetAttribute( int value ); 810 void SetAttribute( unsigned value ); 812 void SetAttribute( bool value ); 814 void SetAttribute( double value ); 816 void SetAttribute( float value ); 918 …void SetAttribute( const char* name, const char* _value ) { XMLAttribute* a = FindOrCreateAttri… in SetAttribute() function 920 …void SetAttribute( const char* name, int _value ) { XMLAttribute* a = FindOrCreateAttri… in SetAttribute() function 922 …void SetAttribute( const char* name, unsigned _value ) { XMLAttribute* a = FindOrCreateAttr… in SetAttribute() function 924 …void SetAttribute( const char* name, bool _value ) { XMLAttribute* a = FindOrCreateAttr… in SetAttribute() function [all …]
|
D | tinyxml2.cpp | 1063 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in XMLAttribute 1069 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in XMLAttribute 1077 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in XMLAttribute 1085 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in XMLAttribute 1092 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in XMLAttribute 1099 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in XMLAttribute 1373 …element->SetAttribute( a->Name(), a->Value() ); // fixme: this will always allo… in ShallowClone()
|
/external/tinyxml/ |
D | xmltest.cpp | 172 itemElement->SetAttribute( "priority", 2 ); in main() 178 itemElement->SetAttribute( "distance", "here" ); in main() 195 item.SetAttribute( "priority", "1" ); in main() 196 item.SetAttribute( "distance", "far" ); in main() 201 meeting1.SetAttribute( "where", "School" ); in main() 204 meeting2.SetAttribute( "where", "Lunch" ); in main() 207 attendee1.SetAttribute( "name", "Marple" ); in main() 208 attendee1.SetAttribute( "position", "teacher" ); in main() 211 attendee2.SetAttribute( "name", "Voel" ); in main() 212 attendee2.SetAttribute( "position", "counselor" ); in main()
|
D | tinyxml.h | 905 void SetAttribute( const char* name, const char * _value ); 915 void SetAttribute( const std::string& name, const std::string& _value ) in SetAttribute() function 920 SetAttribute (n.buffer, v.buffer ); in SetAttribute() 923 void SetAttribute( const std::string& name, int _value ) in SetAttribute() function 927 SetAttribute (n.buffer, _value); in SetAttribute() 934 void SetAttribute( const char * name, int value );
|
D | tinyxml.cpp | 721 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement 729 SetAttribute( name, buf ); in SetAttribute() 741 SetAttribute( name, buf ); in SetDoubleAttribute() 745 void TiXmlElement::SetAttribute( const char * name, const char * _value ) in SetAttribute() function in TiXmlElement 860 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | enterprise_install_attributes_unittest.cc | 60 void SetAttribute( in SetAttribute() function in policy::EnterpriseInstallAttributesTest 230 SetAttribute(&install_attrs_proto, in TEST_F() 232 SetAttribute(&install_attrs_proto, in TEST_F() 246 SetAttribute(&install_attrs_proto, in TEST_F()
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 740 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement 750 void TiXmlElement::SetAttribute( const std::string& name, int val ) in SetAttribute() function in TiXmlElement 780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue ) in SetAttribute() function in TiXmlElement 790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() function in TiXmlElement 865 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
|
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 );
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 740 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement 750 void TiXmlElement::SetAttribute( const std::string& name, int val ) in SetAttribute() function in TiXmlElement 780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue ) in SetAttribute() function in TiXmlElement 790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() function in TiXmlElement 865 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
|
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 );
|
/external/chromium_org/win8/metro_driver/ |
D | toast_notification_handler.cc | 177 hr = document_element->SetAttribute(duration_attribute_name.Get(), in DisplayNotification()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config_util.cpp | 254 ele->SetAttribute(BLUEDROID_NAME_TAG, name_tag); in add_ele() 256 ele->SetAttribute(BLUEDROID_VALUE_TYPE, value_type); in add_ele()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ST.stg | 147 (<st>).SetAttribute("<attrName>",<expr>);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ST.stg | 165 (<st>).SetAttribute("<attrName>",<expr>);
|