Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 25 of 44) 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/ImageMagick/PerlMagick/t/
Dsubroutines.pl123 $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/boringssl/src/fipstools/
Dcavp_hmac_test.cc57 if (!t->GetAttribute(&count_str, "Count") || in TestHMAC()
58 !t->GetAttribute(&k_len_str, "Klen") || in TestHMAC()
59 !t->GetAttribute(&t_len_str, "Tlen") || in TestHMAC()
Dcavp_tdes_test.cc60 t->GetAttribute(&num_keys, "NumKeys"); in TestKAT()
93 if (!t->GetAttribute(&count, "COUNT") || in TestKAT()
187 t->GetAttribute(&num_keys, "NumKeys"); in TestMCT()
Dcavp_aes_gcm_test.cc60 if (!t->GetAttribute(&count, "Count") || in TestAEADEncrypt()
101 if (!t->GetAttribute(&count, "Count") || in TestAEADDecrypt()
Dcavp_sha_test.cc51 if (!t->GetAttribute(&msg_len_str, "Len") || in TestSHA()
Dcavp_ecdsa2_keypair_test.cc37 !t->GetAttribute(&n_str, "N")) { in TestECDSA2KeyPair()
Dcavp_keywrap_test.cc71 !t->GetAttribute(&count, "COUNT") || in TestCipher()
Dcavp_rsa2_keygen_test.cc34 !t->GetAttribute(&count_str, "N")) { in TestRSA2KeyGen()
Dcavp_rsa2_sigver_test.cc57 if (!t->GetAttribute(&hash, "SHAAlg") || in TestRSA2SigVer()
Dcavp_ctr_drbg_test.cc48 if (!t->GetAttribute(&count, "COUNT") || in TestCTRDRBG()
Dcavp_rsa2_siggen_test.cc44 !t->GetAttribute(&hash, "SHAAlg") || in TestRSA2SigGen()
Dcavp_aes_test.cc144 if (!t->GetAttribute(&count, "COUNT") || in TestCipher()
/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/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp201 tagProvider->GetAttribute(L"style"), in ComputeStyle()
202 tagProvider->GetAttribute(L"align"), pStyle.Get()); in ComputeStyle()
235 m_pSelector->ComputeStyle(declArray, tagProvider->GetAttribute(L"style"), in ParseRichText()
236 tagProvider->GetAttribute(L"align"), in ParseRichText()
Dcxfa_textparser.h103 WideString GetAttribute(const WideString& wsAttr) { in GetAttribute() function
/external/pdfium/fxjs/xfa/
Dcjx_object.h84 WideString GetAttribute(const WideStringView& attr);
85 WideString GetAttribute(XFA_Attribute attr);
/external/boringssl/src/crypto/hmac_extra/
Dhmac_test.cc90 ASSERT_TRUE(t->GetAttribute(&digest_str, "HMAC")); in TEST()
/external/boringssl/src/crypto/evp/
Dscrypt_test.cc31 if (!t->GetAttribute(&str, name)) { in GetUint64()
/external/boringssl/src/crypto/test/
Dfile_test.h151 bool GetAttribute(std::string *out_value, const std::string &key);
Dfile_test.cc255 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute() function in FileTest
311 if (!GetAttribute(&value, key)) { in GetBytes()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodelocale.cpp142 if (pChild->JSObject()->GetAttribute(XFA_Attribute::Name) == wsName) in GetNodeByName()
/external/gptfdisk/
Dgpt.h204 void GetAttribute(const uint32_t partNum, const string& attributeBits);

12