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

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
perf_profiler_unittest.py 32 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
vtune_profiler_unittest.py 77 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
78 mock_subprocess.SetAttribute('STDOUT', simple_mock.MockObject())
android_profiling_helper_unittest.py 118 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...]
  /system/connectivity/shill/
routing_table.cc 455 message.SetAttribute(RTA_DST, entry.dst.address());
457 message.SetAttribute(RTA_SRC, entry.src.address());
460 message.SetAttribute(RTA_GATEWAY, entry.gateway.address());
462 message.SetAttribute(RTA_PRIORITY,
464 message.SetAttribute(RTA_OIF,
529 message.SetAttribute(RTA_DST, address.address());
532 message.SetAttribute(RTA_OIF,
574 message.SetAttribute(RTA_PRIORITY,
576 message.SetAttribute(RTA_OIF,
routing_table_unittest.cc 267 msg.SetAttribute(RTA_DST, entry.dst.address());
269 msg.SetAttribute(RTA_SRC, entry.src.address());
272 msg.SetAttribute(RTA_GATEWAY, entry.gateway.address());
274 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(entry.metric));
275 msg.SetAttribute(RTA_OIF, ByteString::CreateFromCPUUInt32(interface_index));
    [all...]
device_info_unittest.cc 232 message->SetAttribute(static_cast<uint16_t>(IFLA_IFNAME),
235 message->SetAttribute(IFLA_ADDRESS, test_address);
255 message->SetAttribute(IFA_ADDRESS, address.address());
458 message->SetAttribute(IFLA_STATS64, stats_bytes0);
469 message->SetAttribute(IFLA_STATS64, stats_bytes1);
    [all...]
connection_diagnostics_unittest.cc 536 msg.SetAttribute(NDA_DST, address_queried.address());
    [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...]
  /system/connectivity/shill/net/
rtnl_handler.cc 189 msg.SetAttribute(
372 msg.SetAttribute(IFA_LOCAL, local.address());
374 msg.SetAttribute(IFA_BROADCAST, broadcast.address());
377 msg.SetAttribute(IFA_ADDRESS, peer.address());
rtnl_message.h 205 void SetAttribute(uint16_t attr, const ByteString& val) {
rtnl_handler_unittest.cc 161 message.SetAttribute(static_cast<uint16_t>(IFLA_IFNAME),
rtnl_message_unittest.cc 731 msg.SetAttribute(RTA_DST, dst.address());
732 msg.SetAttribute(RTA_SRC, src.address());
733 msg.SetAttribute(RTA_GATEWAY, gateway.address());
734 msg.SetAttribute(RTA_OIF, ByteString::CreateFromCPUUInt32(12));
735 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(13));
rtnl_message.cc 148 SetAttribute(
  /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/ImageMagick/PerlMagick/t/
subroutines.pl 439 $status=$image->SetAttribute(size=>"$size");
444 $status=$image->SetAttribute(depth=>Image::Magick->new()->QuantumDepth);
803 #$image->SetAttribute(debug=>'transform');
806 $status=$image->SetAttribute(size=>"$size");
811 $status=$image->SetAttribute(depth=>$readdepth);
838 $status=$image->SetAttribute(depth=>$readdepth);
842 $status=$image->SetAttribute(size=>"$size");
874 # Test SetAttribute method
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
simple_mock.py 70 def SetAttribute(self, name, value):
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 36 void SetAttribute(const CFX_WideString& wsAttr,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_nodehelper.cpp 390 pNewNode->SetAttribute(XFA_ATTRIBUTE_Name, wsName);
xfa_parser_imp.cpp 603 pNode->SetAttribute(XFA_ATTRIBUTE_Checksum, wsChecksum);
858 pXFAChild->SetAttribute(XFA_ATTRIBUTE_Name, wsTagName);
    [all...]
  /system/connectivity/apmanager/
device_info_unittest.cc 107 message.SetAttribute(static_cast<uint16_t>(IFLA_IFNAME),
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 134 FX_BOOL SetAttribute(XFA_ATTRIBUTE eAttr,
140 FX_BOOL SetAttribute(const CFX_WideStringC& wsAttr,
    [all...]

Completed in 2567 milliseconds

1 2