/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | evp_test.cc | 180 if (t->HasAttribute("Output") && in ImportKey() 187 if (t->HasAttribute("ExpectNoRawPrivate")) { in ImportKey() 190 } else if (t->HasAttribute("ExpectRawPrivate")) { in ImportKey() 214 if (t->HasAttribute("ExpectNoRawPublic")) { in ImportKey() 217 } else if (t->HasAttribute("ExpectRawPublic")) { in ImportKey() 251 if (t->HasAttribute("RSAPadding")) { in SetupContext() 258 if (t->HasAttribute("PSSSaltLength") && in SetupContext() 263 if (t->HasAttribute("MGF1Digest")) { in SetupContext() 269 if (t->HasAttribute("OAEPDigest")) { in SetupContext() 275 if (t->HasAttribute("OAEPLabel")) { in SetupContext() [all …]
|
D | scrypt_test.cc | 50 if (t->HasAttribute("MaxMemory")) { in TEST()
|
/external/boringssl/src/crypto/evp/ |
D | evp_test.cc | 180 if (t->HasAttribute("Output") && in ImportKey() 187 if (t->HasAttribute("ExpectNoRawPrivate")) { in ImportKey() 190 } else if (t->HasAttribute("ExpectRawPrivate")) { in ImportKey() 214 if (t->HasAttribute("ExpectNoRawPublic")) { in ImportKey() 217 } else if (t->HasAttribute("ExpectRawPublic")) { in ImportKey() 251 if (t->HasAttribute("RSAPadding")) { in SetupContext() 258 if (t->HasAttribute("PSSSaltLength") && in SetupContext() 263 if (t->HasAttribute("MGF1Digest")) { in SetupContext() 269 if (t->HasAttribute("OAEPDigest")) { in SetupContext() 275 if (t->HasAttribute("OAEPLabel")) { in SetupContext() [all …]
|
D | scrypt_test.cc | 50 if (t->HasAttribute("MaxMemory")) { in TEST()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlelement_unittest.cpp | 60 ASSERT_TRUE(node.HasAttribute(L"first")); in TEST() 62 ASSERT_TRUE(node.HasAttribute(L"second")); in TEST() 68 EXPECT_FALSE(node.HasAttribute(L"first")); in TEST() 96 ASSERT_TRUE(inst->HasAttribute(L"first")); in TEST() 98 ASSERT_TRUE(inst->HasAttribute(L"second")); in TEST()
|
D | cfx_xmlelement.cpp | 62 if (!pElement->HasAttribute(attr)) { in GetNamespaceURI() 130 bool CFX_XMLElement::HasAttribute(const WideString& name) const { in HasAttribute() function in CFX_XMLElement
|
D | cfx_xmlelement.h | 32 bool HasAttribute(const WideString& name) const;
|
/external/webrtc/pc/ |
D | webrtc_sdp.cc | 559 static bool HasAttribute(const std::string& line, in HasAttribute() function 2186 if (HasAttribute(line, kAttributeGroup)) { in ParseSessionDescription() 2190 } else if (HasAttribute(line, kAttributeIceUfrag)) { in ParseSessionDescription() 2195 } else if (HasAttribute(line, kAttributeIcePwd)) { in ParseSessionDescription() 2199 } else if (HasAttribute(line, kAttributeIceLite)) { in ParseSessionDescription() 2201 } else if (HasAttribute(line, kAttributeIceOption)) { in ParseSessionDescription() 2205 } else if (HasAttribute(line, kAttributeFingerprint)) { in ParseSessionDescription() 2217 } else if (HasAttribute(line, kAttributeSetup)) { in ParseSessionDescription() 2221 } else if (HasAttribute(line, kAttributeMsidSemantics)) { in ParseSessionDescription() 2228 } else if (HasAttribute(line, kAttributeExtmapAllowMixed)) { in ParseSessionDescription() [all …]
|
/external/boringssl/src/util/fipstools/cavp/ |
D | cavp_kas_test.cc | 59 if (!t->HasAttribute("COUNT")) { in TestKAS() 84 !t->HasAttribute("QeIUTx") || in TestKAS() 85 !t->HasAttribute("QeIUTy")) { in TestKAS()
|
D | cavp_tlskdf_test.cc | 62 !t->HasAttribute("COUNT") || in TestTLSKDF()
|
D | cavp_tdes_test.cc | 55 if (t->HasAttribute("NumKeys")) { in TestKAT() 179 if (t->HasAttribute("NumKeys")) { in TestMCT()
|
D | cavp_rsa2_sigver_test.cc | 50 if (t->HasAttribute("n")) { in TestRSA2SigVer()
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_kas_test.cc | 59 if (!t->HasAttribute("COUNT")) { in TestKAS() 84 !t->HasAttribute("QeIUTx") || in TestKAS() 85 !t->HasAttribute("QeIUTy")) { in TestKAS()
|
D | cavp_tlskdf_test.cc | 62 !t->HasAttribute("COUNT") || in TestTLSKDF()
|
D | cavp_tdes_test.cc | 55 if (t->HasAttribute("NumKeys")) { in TestKAT() 179 if (t->HasAttribute("NumKeys")) { in TestMCT()
|
D | cavp_rsa2_sigver_test.cc | 50 if (t->HasAttribute("n")) { in TestRSA2SigVer()
|
/external/boringssl/src/crypto/test/ |
D | file_test.h | 146 bool HasAttribute(const std::string &key); 158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute()
|
D | file_test.cc | 250 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute() function in FileTest 267 if (!HasAttribute(key)) { in GetAttributeOrDie() 429 if (t.HasAttribute("Error")) { in FileTestMain()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | file_test.h | 146 bool HasAttribute(const std::string &key); 158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute()
|
D | file_test.cc | 251 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute() function in FileTest 268 if (!HasAttribute(key)) { in GetAttributeOrDie() 429 if (t.HasAttribute("Error")) { in FileTestMain()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_utils.cpp | 141 if (!bProto && !pNode->JSObject()->HasAttribute(eName)) in SaveAttribute() 286 pNode->JSObject()->HasAttribute(XFA_Attribute::Name)) { in RegenerateFormFile_Changed() 440 if (pElement && pElement->HasAttribute(wsNSAttribute)) { in XFA_FDEExtension_ResolveNamespaceQualifier() 465 if (pElement->HasAttribute(L"xfa:dataNode")) in XFA_DataExporter_DealWithDataGroupNode()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | aead_test.cc | 132 if (t->HasAttribute("TAG_LEN")) { in TEST_P() 146 if (!t->HasAttribute("NO_SEAL")) { in TEST_P() 173 if (t->HasAttribute("FAILS")) { in TEST_P() 225 if (t->HasAttribute("NO_SEAL") || in TEST_P() 226 t->HasAttribute("FAILS")) { in TEST_P() 279 if (t->HasAttribute("TAG_LEN")) { in TEST_P() 294 if (!t->HasAttribute("NO_SEAL")) { in TEST_P() 334 if (t->HasAttribute("FAILS")) { in TEST_P()
|
/external/boringssl/src/crypto/cipher_extra/ |
D | aead_test.cc | 201 if (t->HasAttribute("TAG_LEN")) { in TEST_P() 215 if (!t->HasAttribute("NO_SEAL") && in TEST_P() 243 if (t->HasAttribute("FAILS")) { in TEST_P() 295 if (t->HasAttribute("NO_SEAL") || in TEST_P() 296 t->HasAttribute("FAILS") || in TEST_P() 350 if (t->HasAttribute("TAG_LEN")) { in TEST_P() 365 if (!t->HasAttribute("NO_SEAL") && in TEST_P() 406 if (t->HasAttribute("FAILS")) { in TEST_P()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_packet.cpp | 74 if (pElement->HasAttribute(name)) in removeAttribute()
|
D | cjx_model.cpp | 60 if (!pNewNode->HasAttribute(XFA_Attribute::Name)) in createNode()
|