Home
last modified time | relevance | path

Searched refs:GetAttrValue (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp25 return m_pLocaleData ? m_pLocaleData->GetAttrValue("name") : WideString(); in GetName()
201 if (pChild->GetAttrValue("name") == wsName) { in GetPattern()
/external/pdfium/core/fxcrt/xml/
Dcxml_parser.h30 WideString GetAttrValue();
Dcxml_element.h38 WideString GetAttrValue(const ByteStringView& name) const;
Dcxml_parser.cpp269 WideString CXML_Parser::GetAttrValue() { in GetAttrValue() function in CXML_Parser
409 WideString attr_value = GetAttrValue(); in ParseElementInternal()
Dcxml_element.cpp88 WideString CXML_Element::GetAttrValue(const ByteStringView& name) const { in GetAttrValue() function in CXML_Element
/external/tensorflow/tensorflow/c/
Dc_test_util.h122 bool GetAttrValue(TF_Operation* oper, const char* attr_name,
Dc_api.cc1071 const tensorflow::AttrValue* GetAttrValue(TF_Operation* oper, in GetAttrValue() function
1646 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrMetadata()
1753 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrString()
1771 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrStringList()
1804 const auto* attr = GetAttrValue(oper, attr_name, status); \
1868 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrTensorShapeProto()
1882 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrTensorShapeProtoList()
1927 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrValueProto()
Dc_api_test.cc478 ASSERT_TRUE(GetAttrValue(feed, "dtype", &attr_value, s)) << TF_Message(s); in TEST()
485 ASSERT_FALSE(GetAttrValue(feed, "missing", &attr_value, s)); in TEST()
520 ASSERT_TRUE(GetAttrValue(add, "T", &attr_value, s)) << TF_Message(s); in TEST()
522 ASSERT_TRUE(GetAttrValue(add, "N", &attr_value, s)) << TF_Message(s); in TEST()
Dc_test_util.cc424 bool GetAttrValue(TF_Operation* oper, const char* attr_name, in GetAttrValue() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer_test.cc180 Tensor GetAttrValue(const NodeDef& node) { in GetAttrValue() function in tensorflow::grappler::__anon47ae83710111::LayoutOptimizerTest
241 auto input_sizes = GetAttrValue(*input_sizes_node); in TEST_F()