Home
last modified time | relevance | path

Searched defs:SetAttribute (Results 1 – 9 of 9) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1063 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
Dtinyxml2.h918 …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
926 …void SetAttribute( const char* name, double _value ) { XMLAttribute* a = FindOrCreateAttrib… in SetAttribute() function
/external/chromium_org/tools/telemetry/telemetry/unittest/
Dsimple_mock.py69 def SetAttribute(self, name, value): member in MockObject
/external/chromium_org/chrome/browser/chromeos/policy/
Denterprise_install_attributes_unittest.cc65 void SetAttribute( in SetAttribute() function in policy::EnterpriseInstallAttributesTest
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp740 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
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp740 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
/external/tinyxml/
Dtinyxml.h915 void SetAttribute( const std::string& name, const std::string& _value ) in SetAttribute() function
923 void SetAttribute( const std::string& name, int _value ) in SetAttribute() function
Dtinyxml.cpp721 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement
745 void TiXmlElement::SetAttribute( const char * name, const char * _value ) in SetAttribute() function in TiXmlElement
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
DMatlabPlot.cc129 void MatlabLine::SetAttribute(char *plotAttrib) in SetAttribute() function in MatlabLine