Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 25 of 32) sorted by relevance

12

/external/sfntly/cpp/src/test/autogenerated/
Dcmap_basic_test.cc86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0), in TEST_P()
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue(); in TEST_P()
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue(); in TEST_P()
99 GetAttribute(*it, "format")->IntValue()); in TEST_P()
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); in TEST_P()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffConfigAcc.cpp41 pFontNode->GetAttribute(XFA_ATTRIBUTE_Typeface, wsFontFamily); in GetFontInfo()
42 pFontNode->GetAttribute(XFA_ATTRIBUTE_PsName, wsPsName); in GetFontInfo()
44 pFontNode->GetAttribute(XFA_ATTRIBUTE_Weight, wsValue); in GetFontInfo()
49 pFontNode->GetAttribute(XFA_ATTRIBUTE_Posture, wsValue); in GetFontInfo()
/external/libweave/src/notification/
Dxmpp_stream_parser_unittest.cc154 EXPECT_TRUE(stanza2->GetAttribute("from", &value)); in TEST_F()
159 EXPECT_TRUE(stanza2->GetAttribute("to", &value)); in TEST_F()
169 EXPECT_TRUE(child->GetAttribute("channel", &value)); in TEST_F()
171 EXPECT_TRUE(child->GetAttribute("xmlns:push", &value)); in TEST_F()
178 EXPECT_TRUE(child1->GetAttribute("to", &value)); in TEST_F()
Dxml_node_unittest.cc104 EXPECT_FALSE(node_->GetAttribute("foo", &attr)); in TEST_F()
106 EXPECT_TRUE(node_->GetAttribute("attr1", &attr)); in TEST_F()
108 EXPECT_TRUE(node_->GetAttribute("attr2", &attr)); in TEST_F()
112 EXPECT_FALSE(new_node.GetAttribute("attr1", &attr)); in TEST_F()
Dxml_node.cc33 bool XmlNode::GetAttribute(const std::string& name, std::string* value) const { in GetAttribute() function in weave::XmlNode
44 GetAttribute(name, &value); in GetAttributeOrEmpty()
Dxmpp_iq_stanza_handler.cc92 if (!stanza->GetAttribute("type", &type)) { in HandleIqStanza()
98 if (!stanza->GetAttribute("id", &id_str)) { in HandleIqStanza()
Dxml_node.h41 bool GetAttribute(const std::string& name, std::string* value) const;
/external/webrtc/webrtc/p2p/base/
Dstun.cc95 GetAttribute(STUN_ATTR_MAPPED_ADDRESS); in GetAddress()
97 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS); in GetAddress()
102 return static_cast<const StunAddressAttribute*>(GetAttribute(type)); in GetAddress()
107 return static_cast<const StunUInt32Attribute*>(GetAttribute(type)); in GetUInt32()
111 return static_cast<const StunUInt64Attribute*>(GetAttribute(type)); in GetUInt64()
115 return static_cast<const StunByteStringAttribute*>(GetAttribute(type)); in GetByteString()
120 GetAttribute(STUN_ATTR_ERROR_CODE)); in GetErrorCode()
125 GetAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES)); in GetUnknownAttributes()
401 const StunAttribute* StunMessage::GetAttribute(int type) const { in GetAttribute() function in cricket::StunMessage
/external/sfntly/cpp/src/test/
Dtest_xml_utils.h29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
/external/boringssl/src/crypto/test/
Dfile_test.cc178 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute() function in FileTest
214 if (!GetAttribute(&value, key)) { in GetBytes()
Dfile_test.h113 bool GetAttribute(std::string *out_value, const std::string &key);
/external/pdfium/xfa/src/fdp/include/
Dfde_xml.h88 virtual FX_BOOL GetAttribute(int32_t index,
118 virtual FX_BOOL GetAttribute(int32_t index,
/external/boringssl/src/crypto/hmac/
Dhmac_test.cc90 if (!t->GetAttribute(&digest_str, "HMAC")) { in TestHMAC()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_serialize.cpp135 !pNode->GetAttribute((XFA_ATTRIBUTE)eName, wsValue, FALSE)) { in XFA_SaveAttribute()
242 pNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType, FALSE); in XFA_DataExporter_RegenerateFormFile_Changed()
268 pRawValueNode->GetAttribute(XFA_ATTRIBUTE_Value, wsRawValue, FALSE); in XFA_DataExporter_RegenerateFormFile_Changed()
Dxfa_parser_imp.cpp323 pElement->GetAttribute(i, wsAttrName, wsAttrValue); in XFA_FDEExtension_FindAttributeWithNS()
403 pElement->GetAttribute(i, wsAttriName, wsAttriValue); in ParseAsXDPPacket_XDP()
866 pXMLElement->GetAttribute(i, wsAttrQualifiedName, wsAttrValue); in NormalLoader()
1153 pXMLElement->GetAttribute(i, wsAttrQualifiedName, wsAttrValue); in ParseDataGroup()
Dxfa_locale.cpp345 if (pChild->GetAttribute(XFA_ATTRIBUTE_Name, wsChild)) { in GetNodeByName()
Dxfa_object_imp.cpp126 this->GetAttribute(XFA_ATTRIBUTE_Name, wsName, FALSE); in Clone()
725 GetAttribute(XFA_ATTRIBUTE_Name, wsName); in Script_TreeClass_All()
864 this->GetAttribute(wsExpression, wsValue); in Script_NodeClass_GetAttribute()
1533 GetAttribute(eAttribute, wsValue); in Script_Attribute_String()
1543 GetAttribute(eAttribute, wsValue); in Script_Attribute_StringRead()
3504 GetAttribute(XFA_ATTRIBUTE_Checksum, wsChecksum, FALSE); in Script_Form_Checksum()
3804 FX_BOOL CXFA_Node::GetAttribute(XFA_ATTRIBUTE eAttr, in GetAttribute() function in CXFA_Node
3874 FX_BOOL CXFA_Node::GetAttribute(const CFX_WideStringC& wsAttr, in GetAttribute() function in CXFA_Node
3879 return GetAttribute(pAttributeInfo->eName, wsValue, bUseDefault); in GetAttribute()
4349 GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType, FALSE); in SetScriptContent()
[all …]
Dxfa_objectacc_imp.cpp938 return m_pNode->GetAttribute(FX_WSTRC(L"href"), wsHref); in GetHref()
3072 pChildValue->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType, in CXFA_FieldNode_IsRichTextEdit()
3461 m_pNode->GetAttribute(eAttribute, wsStringValue, FALSE); in GetFilterString()
3494 pCertsNode->GetAttribute(XFA_ATTRIBUTE_Url, wsURL, FALSE); in GetCertificatesURL()
3502 pCertsNode->GetAttribute(XFA_ATTRIBUTE_UrlPolicy, wsURLPolicy, FALSE); in GetCertificatesURLPolicy()
3534 pKeyUsageNode->GetAttribute(eAttribute, wsAttributeValue, FALSE); in GetCertificatesKeyUsageString()
3627 pTimeStampNode->GetAttribute(XFA_ATTRIBUTE_Server, wsServerURI, FALSE); in GetTimeStampServer()
3641 m_pNode->GetAttribute(XFA_ATTRIBUTE_Name, wsName, FALSE); in GetCertificateName()
3698 pSubjectDNNode->GetAttribute(eAttribute, wsAttributeValue, FALSE); in GetSubjectDNString()
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h62 virtual FX_BOOL GetAttribute(int32_t index,
100 virtual FX_BOOL GetAttribute(int32_t index,
/external/gptfdisk/
Dgpt.h202 void GetAttribute(const uint32_t partNum, const string& attributeBits);
/external/boringssl/src/crypto/cipher/
Dcipher_test.cc218 if (!t->GetAttribute(&cipher_str, "Cipher")) { in TestCipher()
/external/libxml2/python/tests/
Dreader.py89 reader.GetAttribute("dt:type") != "int":
/external/autotest/client/tests/kvm/deps/
Dwhql_submission_15.cs273 string deviceName = d.GetAttribute("name")[0].ToString(); in Main()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h137 FX_BOOL GetAttribute(XFA_ATTRIBUTE eAttr,
143 FX_BOOL GetAttribute(const CFX_WideStringC& wsAttr,

12