Searched refs:SetAttribute (Results 1 - 6 of 6) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.h806 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 = FindOrCreateAttribute( name ); a->SetAttribute( _value ); } function in class:tinyxml2::XMLElement
920 void SetAttribute( const char* name, int _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); a->SetAttribute( _valu function in class:tinyxml2::XMLElement
922 void SetAttribute( const char* name, unsigned _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); a->SetAttribute( _value ); } function in class:tinyxml2::XMLElement
924 void SetAttribute( const char* name, bool _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); a->SetAttribute( _value ); } function in class:tinyxml2::XMLElement
926 void SetAttribute( const char* name, double _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); a->SetAttribute( _value ); } function in class:tinyxml2::XMLElement
[all...]
/external/tinyxml/
H A Dxmltest.cpp172 itemElement->SetAttribute( "priority", 2 );
178 itemElement->SetAttribute( "distance", "here" );
195 item.SetAttribute( "priority", "1" );
196 item.SetAttribute( "distance", "far" );
201 meeting1.SetAttribute( "where", "School" );
204 meeting2.SetAttribute( "where", "Lunch" );
207 attendee1.SetAttribute( "name", "Marple" );
208 attendee1.SetAttribute( "position", "teacher" );
211 attendee2.SetAttribute( "name", "Voel" );
212 attendee2.SetAttribute( "positio
[all...]
H A Dtinyxml.h905 void SetAttribute( const char* name, const char * _value );
915 void SetAttribute( const std::string& name, const std::string& _value ) function in class:TiXmlElement
920 SetAttribute (n.buffer, v.buffer );
923 void SetAttribute( const std::string& name, int _value ) function in class:TiXmlElement
927 SetAttribute (n.buffer, _value);
934 void SetAttribute( const char * name, int value );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DST.stg165 (<st>).SetAttribute("<attrName>",<expr>);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DST.stg147 (<st>).SetAttribute("<attrName>",<expr>);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp254 ele->SetAttribute(BLUEDROID_NAME_TAG, name_tag);
256 ele->SetAttribute(BLUEDROID_VALUE_TYPE, value_type);

Completed in 422 milliseconds