Home
last modified time | relevance | path

Searched refs:RemoveAttribute (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dremove_attribute_test.cc32 Status RemoveAttribute(const GraphDef& input_graph_def,
90 TF_ASSERT_OK(RemoveAttribute(graph_def, context, &wildcard_result)); in TestRemoveAttribute()
109 RemoveAttribute(graph_def, targeted_context, &targeted_result)); in TestRemoveAttribute()
Dremove_attribute.cc31 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute() function
67 REGISTER_GRAPH_TRANSFORM("remove_attribute", RemoveAttribute);
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlattributenode.cpp32 void CFX_XMLAttributeNode::RemoveAttribute(const WideString& name) { in RemoveAttribute() function in CFX_XMLAttributeNode
Dcfx_xmlattributenode.h37 void RemoveAttribute(const WideString& name);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_dataexporter.cpp107 pElement->RemoveAttribute(L"xmlns:xfa"); in Export()
Dcxfa_simple_parser.cpp757 ->RemoveAttribute(L"xmlns:xfa"); in ParseAsXDPPacket_Data()
769 ->RemoveAttribute(L"xmlns:xfa"); in ParseAsXDPPacket_Data()
1108 pXMLElement->RemoveAttribute(wsNilName.c_str()); in ParseDataGroup()
Dxfa_utils.cpp512 pXMLElement->RemoveAttribute(L"xfa:dataNode"); in XFA_DataExporter_DealWithDataGroupNode()
Dcxfa_node.cpp948 pXMLElement->RemoveAttribute(wsAttributeName.c_str()); in RemoveChild()
/external/pdfium/fxjs/xfa/
Dcjx_packet.cpp67 pXMLElement->RemoveAttribute(name.c_str()); in removeAttribute()
Dcjx_object.h83 void RemoveAttribute(const WideStringView& wsAttr);
Dcjx_object.cpp325 void CJX_Object::RemoveAttribute(const WideStringView& wsAttr) { in RemoveAttribute() function in CJX_Object
/external/tinyxml/
Dtinyxml.h943 void RemoveAttribute( const char * name );
945 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
Dtinyxml.cpp464 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1079 void RemoveAttribute( const char * name );
1081 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
Dtinyxml.cpp437 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
/external/llvm/bindings/go/llvm/
Dir.go1085 func (v Value) RemoveAttribute(a Attribute) { func