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

  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes_unittest.cc 65 void SetAttribute(
238 SetAttribute(&install_attrs_proto,
240 SetAttribute(&install_attrs_proto,
254 SetAttribute(&install_attrs_proto,
  /external/chromium_org/tools/telemetry/telemetry/unittest/
simple_mock.py 69 def SetAttribute(self, name, value):
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 740 void TiXmlElement::SetAttribute( const char * name, int val )
750 void TiXmlElement::SetAttribute( const std::string& name, int val )
780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue )
790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value )
865 target->SetAttribute( attribute->Name(), attribute->Value() );
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 740 void TiXmlElement::SetAttribute( const char * name, int val )
750 void TiXmlElement::SetAttribute( const std::string& name, int val )
780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue )
790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value )
865 target->SetAttribute( attribute->Name(), attribute->Value() );
    [all...]
  /external/tinyxml/
tinyxml.cpp 721 void TiXmlElement::SetAttribute( const char * name, int val )
729 SetAttribute( name, buf );
741 SetAttribute( name, buf );
745 void TiXmlElement::SetAttribute( const char * name, const char * _value )
860 target->SetAttribute( attribute->Name(), attribute->Value() );
    [all...]
tinyxml.h 905 void SetAttribute( const char* name, const char * _value );
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 129 void MatlabLine::SetAttribute(char *plotAttrib)
609 _line[lineIx]->SetAttribute(plotAttrib);
  /external/tinyxml2/
tinyxml2.cpp 1063 void XMLAttribute::SetAttribute( const char* v )
1069 void XMLAttribute::SetAttribute( int v )
1077 void XMLAttribute::SetAttribute( unsigned v )
1085 void XMLAttribute::SetAttribute( bool v )
1092 void XMLAttribute::SetAttribute( double v )
1099 void XMLAttribute::SetAttribute( float v )
    [all...]
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...]

Completed in 176 milliseconds