/external/tinyxml2/ |
D | 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 ); 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 …]
|
D | tinyxml2.cpp | 1063 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/ |
D | xmltest.cpp | 172 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()
|
D | tinyxml.h | 905 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 );
|
D | tinyxml.cpp | 721 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/ |
D | subroutines.pl | 439 $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/ |
D | vtune_profiler_unittest.py | 77 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject()) 78 mock_subprocess.SetAttribute('STDOUT', simple_mock.MockObject())
|
D | android_profiling_helper_unittest.py | 118 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
|
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_csstagprovider.h | 22 void SetAttribute(const CFX_WideString& wsAttr, in SetAttribute() function
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_image.cpp | 45 return m_pNode->SetAttribute(XFA_ATTRIBUTE_Href, wsHref.AsStringC()); in SetHref()
|
D | cxfa_simple_parser.cpp | 680 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()
|
D | cxfa_nodehelper.cpp | 391 pNewNode->SetAttribute(XFA_ATTRIBUTE_Name, wsName.AsStringC()); in ResolveNodes_CreateNode()
|
D | xfa_object.h | 193 bool SetAttribute(XFA_ATTRIBUTE eAttr, 199 bool SetAttribute(const CFX_WideStringC& wsAttr,
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_console.c | 130 conout->SetAttribute ( conout, efi_attr ); in efi_handle_sgr()
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | simple_mock.py | 69 def SetAttribute(self, name, value): member in MockObject
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
D | SimpleTextOut.h | 390 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 740 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()
|
D | tinyxml.h | 1050 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/ |
D | eficon.h | 144 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
|
/external/syslinux/efi64/include/efi/ |
D | eficon.h | 144 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | eficon.h | 144 EFI_TEXT_SET_ATTRIBUTE SetAttribute; member
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ST.stg | 147 (<st>).SetAttribute("<attrName>",<expr>);
|
/external/syslinux/efi/ |
D | console.c | 31 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/ |
D | ST.stg | 165 (<st>).SetAttribute("<attrName>",<expr>);
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | print.c | 238 ps.SetAttr = (INTN EFIAPI (*)(VOID *, UINTN)) DbgOut->SetAttribute; in DbgPrint() 759 ps.SetAttr = (INTN EFIAPI (*)(VOID *, UINTN)) Out->SetAttribute; in _IPrint()
|