/external/sfntly/cpp/src/test/autogenerated/ |
D | cmap_basic_test.cc | 86 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/ |
D | xfa_ffConfigAcc.cpp | 41 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/ImageMagick/PerlMagick/t/ |
D | subroutines.pl | 123 $normalized_mean_error=$background->GetAttribute('mean-error'); 130 $normalized_maximum_error=$background->GetAttribute('maximum-error'); 367 $normalized_mean_error=$srcimage->GetAttribute('mean-error'); 375 $normalized_maximum_error=$srcimage->GetAttribute('maximum-error'); 663 $normalized_mean_error=$image->GetAttribute('mean-error'); 670 $normalized_maximum_error=$image->GetAttribute('maximum-error'); 903 $value=$image->GetAttribute($name); 934 $value=$image->GetAttribute($name); 1038 $signature=$montage->GetAttribute('signature'); 1126 $signature=$image->GetAttribute('signature'); [all …]
|
/external/libweave/src/notification/ |
D | xmpp_stream_parser_unittest.cc | 154 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()
|
D | xml_node_unittest.cc | 104 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()
|
D | xmpp_iq_stanza_handler.cc | 92 if (!stanza->GetAttribute("type", &type)) { in HandleIqStanza() 98 if (!stanza->GetAttribute("id", &id_str)) { in HandleIqStanza()
|
D | xml_node.cc | 33 bool XmlNode::GetAttribute(const std::string& name, std::string* value) const { in GetAttribute() function in weave::XmlNode 44 GetAttribute(name, &value); in GetAttributeOrEmpty()
|
D | xml_node.h | 41 bool GetAttribute(const std::string& name, std::string* value) const;
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 95 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/ |
D | test_xml_utils.h | 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
|
D | test_xml_utils.cc | 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
|
/external/boringssl/src/crypto/test/ |
D | file_test.cc | 178 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute() function in FileTest 214 if (!GetAttribute(&value, key)) { in GetBytes()
|
D | file_test.h | 113 bool GetAttribute(std::string *out_value, const std::string &key);
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_xml.h | 88 virtual FX_BOOL GetAttribute(int32_t index, 118 virtual FX_BOOL GetAttribute(int32_t index,
|
/external/boringssl/src/crypto/hmac/ |
D | hmac_test.cc | 90 if (!t->GetAttribute(&digest_str, "HMAC")) { in TestHMAC()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_document_serialize.cpp | 135 !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()
|
D | xfa_parser_imp.cpp | 323 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()
|
D | xfa_locale.cpp | 345 if (pChild->GetAttribute(XFA_ATTRIBUTE_Name, wsChild)) { in GetNodeByName()
|
D | xfa_object_imp.cpp | 126 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 …]
|
D | xfa_objectacc_imp.cpp | 938 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/ |
D | fde_xml.h | 62 virtual FX_BOOL GetAttribute(int32_t index, 100 virtual FX_BOOL GetAttribute(int32_t index,
|
/external/gptfdisk/ |
D | gpt.h | 202 void GetAttribute(const uint32_t partNum, const string& attributeBits);
|
/external/boringssl/src/crypto/cipher/ |
D | cipher_test.cc | 218 if (!t->GetAttribute(&cipher_str, "Cipher")) { in TestCipher()
|
/external/libxml2/python/tests/ |
D | reader.py | 89 reader.GetAttribute("dt:type") != "int":
|
/external/autotest/client/tests/kvm/deps/ |
D | whql_submission_15.cs | 273 string deviceName = d.GetAttribute("name")[0].ToString(); in Main()
|