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

  /development/simulator/app/
Preferences.cpp 166 elem.SetAttribute(kName, kDefault[i].name);
167 elem.SetAttribute(kValue, kDefault[i].value);
286 elem.SetAttribute(kName, str);
287 elem.SetAttribute(kValue, "");
445 pElem->SetAttribute(kValue, val);
471 pElem->SetAttribute(kValue, val);
  /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...]

Completed in 957 milliseconds