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

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dperf_profiler_unittest.py32 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
H A Dvtune_profiler_unittest.py76 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
77 mock_subprocess.SetAttribute('STDOUT', simple_mock.MockObject())
H A Dandroid_profiling_helper_unittest.py45 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes_unittest.cc64 void SetAttribute( function in class:policy::EnterpriseInstallAttributesTest
237 SetAttribute(&install_attrs_proto,
239 SetAttribute(&install_attrs_proto,
253 SetAttribute(&install_attrs_proto,
/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/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.h43 void SetAttribute(char *plotAttrib);
H A DMatlabPlot.cc129 void MatlabLine::SetAttribute(char *plotAttrib) function in class:MatlabLine
609 _line[lineIx]->SetAttribute(plotAttrib);
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsimple_mock.py70 def SetAttribute(self, name, value): member in class:MockObject
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1050 void SetAttribute( const char* name, const char * _value );
1060 void SetAttribute( const std::string& name, const std::string& _value );
1062 void SetAttribute( const std::string& name, int _value );
1070 void SetAttribute( const char * name, int value );
/external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
H A Dtrybot_browser_finder_unittest.py36 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc177 hr = document_element->SetAttribute(duration_attribute_name.Get(),
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1050 void SetAttribute( const char* name, const char * _value );
1060 void SetAttribute( const std::string& name, const std::string& _value );
1062 void SetAttribute( const std::string& name, int _value );
1070 void SetAttribute( const char * name, int value );
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp289 ele->SetAttribute(BLUEDROID_NAME_TAG, name_tag);
291 ele->SetAttribute(BLUEDROID_VALUE_TYPE, value_type);

Completed in 3619 milliseconds