/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | remove_attribute.cc | 30 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute() function 66 REGISTER_GRAPH_TRANSFORM("remove_attribute", RemoveAttribute);
|
D | remove_attribute_test.cc | 32 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/ |
D | cxfa_dataexporter.cpp | 83 pElement->RemoveAttribute(L"xmlns:xfa"); in Export()
|
D | cxfa_document_parser.cpp | 566 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()
|
D | xfa_utils.cpp | 466 pElement->RemoveAttribute(L"xfa:dataNode"); in XFA_DataExporter_DealWithDataGroupNode()
|
D | cxfa_node.cpp | 1592 pXMLElement->RemoveAttribute(wsAttributeName); in RemoveChildAndNotify()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlelement.h | 36 void RemoveAttribute(const WideString& name);
|
D | cfx_xmlelement.cpp | 144 void CFX_XMLElement::RemoveAttribute(const WideString& name) { in RemoveAttribute() function in CFX_XMLElement
|
D | cfx_xmlelement_unittest.cpp | 67 node.RemoveAttribute(L"first"); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view_internal_test.cc | 415 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()
|
D | graph_view_internal.h | 604 inline bool RemoveAttribute(NodeViewDiff<GraphViewT>* diff, in RemoveAttribute() function 866 inline void RemoveAttribute(NewNode<GraphViewT>* new_node, in RemoveAttribute() function
|
D | graph_view.cc | 410 return internal::RemoveAttribute(diff, attr_name); in RemoveNodeAttr() 417 internal::RemoveAttribute(&new_nodes_[node.index_], attr_name); in RemoveNodeAttr()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_packet.cpp | 75 pElement->RemoveAttribute(name); in removeAttribute()
|
D | cjx_object.h | 124 void RemoveAttribute(WideStringView wsAttr);
|
D | cjx_object.cpp | 318 void CJX_Object::RemoveAttribute(WideStringView wsAttr) { in RemoveAttribute() function in CJX_Object
|
/external/tinyxml/ |
D | tinyxml.h | 943 void RemoveAttribute( const char * name ); 945 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
|
D | tinyxml.cpp | 464 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 1079 void RemoveAttribute( const char * name ); 1081 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
|
D | tinyxml.cpp | 437 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1085 func (v Value) RemoveAttribute(a Attribute) { func
|