/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 | perf_profiler_unittest.py | 32 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
|
D | android_profiling_helper_unittest.py | 118 mock_subprocess.SetAttribute('PIPE', simple_mock.MockObject())
|
/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/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | simple_mock.py | 70 def SetAttribute(self, name, value): member in MockObject
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ST.stg | 147 (<st>).SetAttribute("<attrName>",<expr>);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ST.stg | 165 (<st>).SetAttribute("<attrName>",<expr>);
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_nodehelper.cpp | 390 pNewNode->SetAttribute(XFA_ATTRIBUTE_Name, wsName); in XFA_ResolveNodes_CreateNode()
|
D | xfa_parser_imp.cpp | 603 pNode->SetAttribute(XFA_ATTRIBUTE_Checksum, wsChecksum); in ParseAsXDPPacket_TemplateForm() 858 pXFAChild->SetAttribute(XFA_ATTRIBUTE_Name, wsTagName); in NormalLoader() 881 pXFAChild->SetAttribute(lpAttrInfo->eName, wsAttrValue); in NormalLoader()
|
D | xfa_object_imp.cpp | 1152 this->SetAttribute(wsAttribute, wsAttributeValue, TRUE); in Script_NodeClass_SetAttribute() 1477 SetAttribute(eAttribute, wsValue, TRUE); in Script_Attribute_String() 2736 pNewNode->SetAttribute(XFA_ATTRIBUTE_Name, strName, TRUE); in Script_Template_CreateNode() 3500 SetAttribute(XFA_ATTRIBUTE_Checksum, in Script_Form_Checksum() 3767 FX_BOOL CXFA_Node::SetAttribute(XFA_ATTRIBUTE eAttr, in SetAttribute() function in CXFA_Node 3863 FX_BOOL CXFA_Node::SetAttribute(const CFX_WideStringC& wsAttr, in SetAttribute() function in CXFA_Node 3868 return SetAttribute(pAttributeInfo->eName, wsValue, bNotify); in SetAttribute() 4352 SetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType); in SetScriptContent() 4441 pChildValue->SetAttribute(XFA_ATTRIBUTE_ContentType, in TryContent()
|
D | xfa_objectacc_imp.cpp | 959 return m_pNode->SetAttribute(XFA_ATTRIBUTE_Href, wsHref); in SetHref()
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_object.h | 134 FX_BOOL SetAttribute(XFA_ATTRIBUTE eAttr, 140 FX_BOOL SetAttribute(const CFX_WideStringC& wsAttr,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.h | 36 void SetAttribute(const CFX_WideString& wsAttr,
|
D | xfa_textlayout.cpp | 40 void CXFA_CSSTagProvider::SetAttribute(const CFX_WideString& wsAttr, in SetAttribute() function in CXFA_CSSTagProvider 317 tagProvider.SetAttribute(FX_WSTRC(L"style"), wsValue); in ParseTagInfo()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1087 static void SetAttribute(pTHX_ struct PackageInfo *info,Image *image, in SetAttribute() function 2452 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception); in constant() 2456 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i), in constant() 3878 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception); in Display() 3882 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i), in Display() 6903 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i),exception); in ImageToBlob() 13811 SetAttribute = 2 in Set() 13846 SetAttribute(aTHX_ info,image,"size",ST(1),exception); in Set() 13849 SetAttribute(aTHX_ info,image,SvPV(ST(i-1),na),ST(i),exception); in Set() 14523 SetAttribute(aTHX_ package_info,NULL,"filename",ST(1),exception); in Write() [all …]
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1033 % SetAttribute() sets the attribute to the value in sval. This can change 1036 % The format of the SetAttribute routine is: 1038 % SetAttribute(struct PackageInfo *info,Image *image,char *attribute, 1087 static void SetAttribute(pTHX_ struct PackageInfo *info,Image *image, function 2452 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception); 2456 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i), 3878 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception); 3882 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i), 6903 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i),exception); 13811 SetAttribute = 2 [all …]
|