Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dremove_attribute.cc30 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute() function
66 REGISTER_GRAPH_TRANSFORM("remove_attribute", RemoveAttribute);
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()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_dataexporter.cpp83 pElement->RemoveAttribute(L"xmlns:xfa"); in Export()
Dcxfa_document_parser.cpp566 ToXMLElement(pXMLDocumentNode)->RemoveAttribute(L"xmlns:xfa"); in ParseAsXDPPacket_Data()
573 pElement->RemoveAttribute(L"xmlns:xfa"); in ParseAsXDPPacket_Data()
891 pXMLElement->RemoveAttribute(L"xsi:nil"); in ParseDataGroup()
Dxfa_utils.cpp466 pElement->RemoveAttribute(L"xfa:dataNode"); in XFA_DataExporter_DealWithDataGroupNode()
Dcxfa_node.cpp1592 pXMLElement->RemoveAttribute(wsAttributeName); in RemoveChildAndNotify()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlelement.h36 void RemoveAttribute(const WideString& name);
Dcfx_xmlelement.cpp144 void CFX_XMLElement::RemoveAttribute(const WideString& name) { in RemoveAttribute() function in CFX_XMLElement
Dcfx_xmlelement_unittest.cpp67 node.RemoveAttribute(L"first"); in TEST()
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal_test.cc415 TEST(MutableNodeViewDiffTest, RemoveAttribute) { in TEST() argument
436 RemoveAttribute(&diff, "attr_1"); in TEST()
440 RemoveAttribute(&diff, "attr_3"); in TEST()
1062 TEST(MutationNewNodeTest, RemoveAttribute) { in TEST() argument
1078 RemoveAttribute(&new_node, attr_name); in TEST()
1080 RemoveAttribute(&new_node, attr_name); in TEST()
Dgraph_view_internal.h604 inline bool RemoveAttribute(NodeViewDiff<GraphViewT>* diff, in RemoveAttribute() function
866 inline void RemoveAttribute(NewNode<GraphViewT>* new_node, in RemoveAttribute() function
Dgraph_view.cc410 return internal::RemoveAttribute(diff, attr_name); in RemoveNodeAttr()
417 internal::RemoveAttribute(&new_nodes_[node.index_], attr_name); in RemoveNodeAttr()
/external/pdfium/fxjs/xfa/
Dcjx_packet.cpp75 pElement->RemoveAttribute(name); in removeAttribute()
Dcjx_object.h124 void RemoveAttribute(WideStringView wsAttr);
Dcjx_object.cpp318 void CJX_Object::RemoveAttribute(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