Home
last modified time | relevance | path

Searched refs:HasAttribute (Results 1 – 25 of 41) sorted by relevance

12

/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_test.cc180 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 …]
Dscrypt_test.cc50 if (t->HasAttribute("MaxMemory")) { in TEST()
/external/boringssl/src/crypto/evp/
Devp_test.cc180 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 …]
Dscrypt_test.cc50 if (t->HasAttribute("MaxMemory")) { in TEST()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlelement_unittest.cpp60 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()
Dcfx_xmlelement.cpp62 if (!pElement->HasAttribute(attr)) { in GetNamespaceURI()
130 bool CFX_XMLElement::HasAttribute(const WideString& name) const { in HasAttribute() function in CFX_XMLElement
Dcfx_xmlelement.h32 bool HasAttribute(const WideString& name) const;
/external/webrtc/pc/
Dwebrtc_sdp.cc559 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/
Dcavp_kas_test.cc59 if (!t->HasAttribute("COUNT")) { in TestKAS()
84 !t->HasAttribute("QeIUTx") || in TestKAS()
85 !t->HasAttribute("QeIUTy")) { in TestKAS()
Dcavp_tlskdf_test.cc62 !t->HasAttribute("COUNT") || in TestTLSKDF()
Dcavp_tdes_test.cc55 if (t->HasAttribute("NumKeys")) { in TestKAT()
179 if (t->HasAttribute("NumKeys")) { in TestMCT()
Dcavp_rsa2_sigver_test.cc50 if (t->HasAttribute("n")) { in TestRSA2SigVer()
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_kas_test.cc59 if (!t->HasAttribute("COUNT")) { in TestKAS()
84 !t->HasAttribute("QeIUTx") || in TestKAS()
85 !t->HasAttribute("QeIUTy")) { in TestKAS()
Dcavp_tlskdf_test.cc62 !t->HasAttribute("COUNT") || in TestTLSKDF()
Dcavp_tdes_test.cc55 if (t->HasAttribute("NumKeys")) { in TestKAT()
179 if (t->HasAttribute("NumKeys")) { in TestMCT()
Dcavp_rsa2_sigver_test.cc50 if (t->HasAttribute("n")) { in TestRSA2SigVer()
/external/boringssl/src/crypto/test/
Dfile_test.h146 bool HasAttribute(const std::string &key);
158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute()
Dfile_test.cc250 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/
Dfile_test.h146 bool HasAttribute(const std::string &key);
158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute()
Dfile_test.cc251 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/
Dxfa_utils.cpp141 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/
Daead_test.cc132 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/
Daead_test.cc201 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/
Dcjx_packet.cpp74 if (pElement->HasAttribute(name)) in removeAttribute()
Dcjx_model.cpp60 if (!pNewNode->HasAttribute(XFA_Attribute::Name)) in createNode()

12