Home
last modified time | relevance | path

Searched defs:RemoveAttribute (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dremove_attribute.cc29 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute() function
/aosp_15_r20/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlelement.cpp142 void CFX_XMLElement::RemoveAttribute(const WideString& name) { in RemoveAttribute() function in CFX_XMLElement
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view_internal.h612 inline bool RemoveAttribute(NodeViewDiff<GraphViewT>* diff, in RemoveAttribute() function
876 inline void RemoveAttribute(NewNode<GraphViewT>* new_node, in RemoveAttribute() function
H A Dgraph_view_internal_test.cc415 TEST(MutableNodeViewDiffTest, RemoveAttribute) { in TEST() argument
1062 TEST(MutationNewNodeTest, RemoveAttribute) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dservice_record.cc79 void ServiceRecord::RemoveAttribute(AttributeId id) { attributes_.erase(id); } in RemoveAttribute() function in bt::sdp::ServiceRecord
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp433 void Element::RemoveAttribute(StringPiece ns, StringPiece name) { in RemoveAttribute() function in aapt::xml::Element
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc152 std::unique_ptr<StunAttribute> StunMessage::RemoveAttribute(int type) { in RemoveAttribute() function in cricket::StunMessage
H A Dstun_unittest.cc1586 TEST_F(StunTest, RemoveAttribute) { in TEST_F() argument
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp306 void CJX_Object::RemoveAttribute(WideStringView wsAttr) { in RemoveAttribute() function in CJX_Object
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1721 static void RemoveAttribute(Function *F, Attribute::AttrKind A) { in RemoveAttribute() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2133 static void RemoveAttribute(Function *F, Attribute::AttrKind A) { in RemoveAttribute() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1085 func (v Value) RemoveAttribute(a Attribute) { func