HomeSort by relevance Sort by last modified time
    Searched refs:SetAttribute (Results 1 - 6 of 6) sorted by null

  /external/tinyxml2/
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 );
    [all...]
  /external/tinyxml/
xmltest.cpp 172 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( "position", "counselor" )
    [all...]
tinyxml.h 905 void SetAttribute( const char* name, const char * _value );
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 165 (<st>).SetAttribute("<attrName>",<expr>);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 147 (<st>).SetAttribute("<attrName>",<expr>);
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 254 ele->SetAttribute(BLUEDROID_NAME_TAG, name_tag);
256 ele->SetAttribute(BLUEDROID_VALUE_TYPE, value_type);

Completed in 885 milliseconds