Home
last modified time | relevance | path

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

12

/external/tinyxml2/
Dtinyxml2.h1209 void SetAttribute( const char* value );
1211 void SetAttribute( int value );
1213 void SetAttribute( unsigned value );
1215 void SetAttribute(int64_t value);
1217 void SetAttribute( bool value );
1219 void SetAttribute( double value );
1221 void SetAttribute( float value );
1429 void SetAttribute( const char* name, const char* value ) { in SetAttribute() function
1431 a->SetAttribute( value ); in SetAttribute()
1434 void SetAttribute( const char* name, int value ) { in SetAttribute() function
[all …]
Dxmltest.cpp474 sub[i]->SetAttribute( "attrib", i ); in main()
499 element->FirstChildElement()->SetAttribute( "attrib", true ); in main()
631 ele->SetAttribute( "str", "strValue" ); in main()
632 ele->SetAttribute( "int", 1 ); in main()
633 ele->SetAttribute( "double", -1.0 ); in main()
812 element->SetAttribute("attrib", int(-100)); in main()
828 element->SetAttribute("attrib", unsigned(100)); in main()
852 element->SetAttribute("attrib", BIG); in main()
868 element->SetAttribute("attrib", true); in main()
884 element->SetAttribute("attrib", true); in main()
[all …]
Dtinyxml2.cpp1444 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in tinyxml2::XMLAttribute
1450 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in tinyxml2::XMLAttribute
1458 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in tinyxml2::XMLAttribute
1466 void XMLAttribute::SetAttribute(int64_t v) in SetAttribute() function in tinyxml2::XMLAttribute
1475 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in tinyxml2::XMLAttribute
1482 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in tinyxml2::XMLAttribute
1489 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in tinyxml2::XMLAttribute
1934 …element->SetAttribute( a->Name(), a->Value() ); // fixme: this will always allocate memory. In… 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/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
Dinc_op_plugin.cc45 SetAttribute("inc", buffer + consumed_data, sizeof(float)); in IncOpPlugin()
48 bool IncOpPlugin::SetAttribute(const string& key, const void* ptr, in SetAttribute() function in tensorflow::tensorrt::IncOpPlugin
Dinc_op_plugin.h41 bool SetAttribute(const string& key, const void* ptr,
/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/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
Dtrt_plugin.h46 virtual bool SetAttribute(const string& key, const void* ptr,
Dtrt_plugin_factory_test.cc45 bool SetAttribute(const string& key, const void* ptr, in SetAttribute() function in tensorflow::tensorrt::test::StubPlugin
/external/pdfium/fxjs/xfa/
Dcjx_object.h77 bool SetAttribute(XFA_Attribute eAttr,
80 bool SetAttribute(const WideStringView& wsAttr,
Dcjx_model.cpp58 pNewNode->JSObject()->SetAttribute(XFA_Attribute::Name, name.AsStringView(), in createNode()
Dcjx_object.cpp219 bool CJX_Object::SetAttribute(XFA_Attribute eAttr, in SetAttribute() function in CJX_Object
253 bool CJX_Object::SetAttribute(const WideStringView& wsAttr, in SetAttribute() function in CJX_Object
258 return SetAttribute(attr, wsValue, bNotify); in SetAttribute()
739 SetAttribute(XFA_Attribute::ContentType, wsContentType.AsStringView(), in SetContent()
819 pChildValue->JSObject()->SetAttribute(XFA_Attribute::ContentType, in TryContent()
1219 SetAttribute(eAttribute, wsValue.AsStringView(), true); in Script_Attribute_String()
1690 SetAttribute(XFA_Attribute::Checksum, pValue->ToWideString().AsStringView(), in Script_Form_Checksum()
/external/pdfium/core/fxcrt/xml/
Dcxml_element.h54 void SetAttribute(const ByteString& space,
Dcxml_element.cpp138 void CXML_Element::SetAttribute(const ByteString& space, in SetAttribute() function in CXML_Element
Dcxml_parser.cpp410 pElement->SetAttribute(attr_space, attr_name, attr_value); in ParseElementInternal()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h99 void SetAttribute(const WideString& wsAttr, const WideString& wsValue) { in SetAttribute() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1068 std::function<void(Function &)> SetAttribute; member
1083 SetAttribute(SetAttr), AKind(AK), in InferenceDescriptor()
1164 ID.SetAttribute(*F); in run()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DST.stg147 (<st>).SetAttribute("<attrName>",<expr>);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp713 pNode->JSObject()->SetAttribute(XFA_Attribute::Checksum, in ParseAsXDPPacket_Form()
893 pXFAChild->JSObject()->SetAttribute(XFA_Attribute::Name, in NormalLoader()
913 pXFAChild->JSObject()->SetAttribute(attr, it.second.AsStringView(), in NormalLoader()
Dcxfa_nodehelper.cpp354 pNewNode->JSObject()->SetAttribute(XFA_Attribute::Name, in ResolveNodes_CreateNode()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DST.stg165 (<st>).SetAttribute("<attrName>",<expr>);

12