Home
last modified time | relevance | path

Searched refs:SetAttribute (Results 1 – 25 of 30) sorted by relevance

12

/external/tinyxml2/
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 = 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
[all …]
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
1373 …element->SetAttribute( a->Name(), a->Value() ); // fixme: this will always allo… in ShallowClone()
/external/tinyxml/
Dxmltest.cpp172 itemElement->SetAttribute( "priority", 2 ); in main()
178 itemElement->SetAttribute( "distance", "here" ); in main()
195 item.SetAttribute( "priority", "1" ); in main()
196 item.SetAttribute( "distance", "far" ); in main()
201 meeting1.SetAttribute( "where", "School" ); in main()
204 meeting2.SetAttribute( "where", "Lunch" ); in main()
207 attendee1.SetAttribute( "name", "Marple" ); in main()
208 attendee1.SetAttribute( "position", "teacher" ); in main()
211 attendee2.SetAttribute( "name", "Voel" ); in main()
212 attendee2.SetAttribute( "position", "counselor" ); in main()
Dtinyxml.h905 void SetAttribute( const char* name, const char * _value );
915 void SetAttribute( const std::string& name, const std::string& _value ) in SetAttribute() function
920 SetAttribute (n.buffer, v.buffer ); in SetAttribute()
923 void SetAttribute( const std::string& name, int _value ) in SetAttribute() function
927 SetAttribute (n.buffer, _value); in SetAttribute()
934 void SetAttribute( const char * name, int value );
Dtinyxml.cpp721 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement
729 SetAttribute( name, buf ); in SetAttribute()
741 SetAttribute( name, buf ); in SetDoubleAttribute()
745 void TiXmlElement::SetAttribute( const char * name, const char * _value ) in SetAttribute() function in TiXmlElement
860 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
/external/ImageMagick/PerlMagick/t/
Dsubroutines.pl439 $status=$image->SetAttribute(size=>"$size");
444 $status=$image->SetAttribute(depth=>Image::Magick->new()->QuantumDepth);
806 $status=$image->SetAttribute(size=>"$size");
811 $status=$image->SetAttribute(depth=>$readdepth);
838 $status=$image->SetAttribute(depth=>$readdepth);
842 $status=$image->SetAttribute(size=>"$size");
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dvtune_profiler_unittest.py77 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
78 mock_subprocess.SetAttribute('STDOUT', simple_mock.MockObject())
Dandroid_profiling_helper_unittest.py118 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
/external/pdfium/xfa/fxfa/app/
Dcxfa_csstagprovider.h22 void SetAttribute(const CFX_WideString& wsAttr, in SetAttribute() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_image.cpp45 return m_pNode->SetAttribute(XFA_ATTRIBUTE_Href, wsHref.AsStringC()); in SetHref()
Dcxfa_simple_parser.cpp680 pNode->SetAttribute(XFA_ATTRIBUTE_Checksum, wsChecksum.AsStringC()); in ParseAsXDPPacket_TemplateForm()
903 pXFAChild->SetAttribute(XFA_ATTRIBUTE_Name, wsTagName.AsStringC()); in NormalLoader()
925 pXFAChild->SetAttribute(lpAttrInfo->eName, wsAttrValue.AsStringC()); in NormalLoader()
Dcxfa_nodehelper.cpp391 pNewNode->SetAttribute(XFA_ATTRIBUTE_Name, wsName.AsStringC()); in ResolveNodes_CreateNode()
Dxfa_object.h193 bool SetAttribute(XFA_ATTRIBUTE eAttr,
199 bool SetAttribute(const CFX_WideStringC& wsAttr,
/external/syslinux/gpxe/src/interface/efi/
Defi_console.c130 conout->SetAttribute ( conout, efi_attr ); in efi_handle_sgr()
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsimple_mock.py69 def SetAttribute(self, name, value): member in MockObject
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DSimpleTextOut.h390 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
/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
865 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
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/syslinux/efi32/include/efi/
Deficon.h144 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
/external/syslinux/efi64/include/efi/
Deficon.h144 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Deficon.h144 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DST.stg147 (<st>).SetAttribute("<attrName>",<expr>);
/external/syslinux/efi/
Dconsole.c31 uefi_call_wrapper(out->SetAttribute, 2, out, console_default_attribute); in efi_console_restore()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DST.stg165 (<st>).SetAttribute("<attrName>",<expr>);
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dprint.c238 ps.SetAttr = (INTN EFIAPI (*)(VOID *, UINTN)) DbgOut->SetAttribute; in DbgPrint()
759 ps.SetAttr = (INTN EFIAPI (*)(VOID *, UINTN)) Out->SetAttribute; in _IPrint()

12