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

  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes_unittest.cc 64 void SetAttribute(
237 SetAttribute(&install_attrs_proto,
239 SetAttribute(&install_attrs_proto,
253 SetAttribute(&install_attrs_proto,
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler_unittest.py 32 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
vtune_profiler_unittest.py 76 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
77 mock_subprocess.SetAttribute('STDOUT', simple_mock.MockObject())
android_profiling_helper_unittest.py 45 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
  /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/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.h 43 void SetAttribute(char *plotAttrib);
MatlabPlot.cc 129 void MatlabLine::SetAttribute(char *plotAttrib)
609 _line[lineIx]->SetAttribute(plotAttrib);
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
trybot_browser_finder_unittest.py 36 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
  /external/chromium_org/tools/telemetry/telemetry/unittest/
simple_mock.py 70 def SetAttribute(self, name, value):
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 177 hr = document_element->SetAttribute(duration_attribute_name.Get(),
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 289 ele->SetAttribute(BLUEDROID_NAME_TAG, name_tag);
291 ele->SetAttribute(BLUEDROID_VALUE_TYPE, value_type);
    [all...]

Completed in 2060 milliseconds