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_parser.cpp269 WideString CXML_Parser::GetAttrValue() { in GetAttrValue() function in CXML_Parser
409 WideString attr_value = GetAttrValue(); in ParseElementInternal()
Dcxml_element.h38 WideString GetAttrValue(const ByteStringView& name) const;
Dcxml_element.cpp88 WideString CXML_Element::GetAttrValue(const ByteStringView& name) const { in GetAttrValue() function in CXML_Element
/external/tensorflow/tensorflow/c/
Dc_test_util.h106 bool GetAttrValue(TF_Operation* oper, const char* attr_name,
Dc_api.cc968 const tensorflow::AttrValue* GetAttrValue(TF_Operation* oper, in GetAttrValue() function
1536 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrMetadata()
1641 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrString()
1659 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrStringList()
1692 const auto* attr = GetAttrValue(oper, attr_name, status); \
1756 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrTensorShapeProto()
1770 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrTensorShapeProtoList()
1815 const auto* attr = GetAttrValue(oper, attr_name, status); in TF_OperationGetAttrValueProto()
Dc_api_test.cc457 ASSERT_TRUE(GetAttrValue(feed, "dtype", &attr_value, s)) << TF_Message(s); in TEST()
464 ASSERT_FALSE(GetAttrValue(feed, "missing", &attr_value, s)); in TEST()
499 ASSERT_TRUE(GetAttrValue(add, "T", &attr_value, s)) << TF_Message(s); in TEST()
501 ASSERT_TRUE(GetAttrValue(add, "N", &attr_value, s)) << TF_Message(s); in TEST()
Dc_test_util.cc376 bool GetAttrValue(TF_Operation* oper, const char* attr_name, in GetAttrValue() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer_test.cc125 Tensor GetAttrValue(const NodeDef& node) { in GetAttrValue() function in tensorflow::grappler::__anon47ae83710111::LayoutOptimizerTest
181 auto input_sizes = GetAttrValue(*input_sizes_node); in TEST_F()