HomeSort by relevance Sort by last modified time
    Searched refs:HasAttribute (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /dalvik/dx/src/com/android/dx/cf/iface/
HasAttribute.java 22 public interface HasAttribute {
Member.java 26 public interface Member extends HasAttribute {
ClassFile.java 32 public interface ClassFile extends HasAttribute {
  /external/pdfium/core/fxcrt/xml/
cfx_xmlattributenode.cpp 18 bool CFX_XMLAttributeNode::HasAttribute(const WideString& name) const {
cfx_xmlattributenode.h 32 bool HasAttribute(const WideString& name) const;
cfx_xmlelement.cpp 73 if (!pElement->HasAttribute(wsAttri)) {
  /external/boringssl/src/crypto/evp/
evp_test.cc 176 if (t->HasAttribute("Output") &&
192 if (t->HasAttribute("RSAPadding")) {
199 if (t->HasAttribute("PSSSaltLength") &&
204 if (t->HasAttribute("MGF1Digest")) {
210 if (t->HasAttribute("OAEPDigest")) {
216 if (t->HasAttribute("OAEPLabel")) {
281 if (t->HasAttribute("Digest")) {
349 if (t->HasAttribute("CheckDecrypt")) {
373 if (t->HasAttribute("CheckVerify")) {
382 if (t->HasAttribute("VerifyPSSSaltLength") &
    [all...]
scrypt_test.cc 50 if (t->HasAttribute("MaxMemory")) {
  /system/connectivity/wificond/net/
mlme_event.cpp 67 associate_event->is_timeout_ = packet->HasAttribute(NL80211_ATTR_TIMED_OUT);
89 connect_event->is_timeout_ = packet->HasAttribute(NL80211_ATTR_TIMED_OUT);
nl80211_packet.h 116 bool HasAttribute(int id) const;
  /system/connectivity/wificond/tests/
nl80211_packet_unittest.cpp 120 EXPECT_TRUE(netlink_packet.HasAttribute(1));
138 EXPECT_TRUE(netlink_packet.HasAttribute(1));
139 EXPECT_TRUE(netlink_packet.HasAttribute(2));
140 EXPECT_TRUE(netlink_packet.HasAttribute(3));
165 EXPECT_TRUE(netlink_packet.HasAttribute(1));
166 EXPECT_TRUE(netlink_packet.HasAttribute(4));
169 EXPECT_FALSE(netlink_packet.HasAttribute(2));
170 EXPECT_FALSE(netlink_packet.HasAttribute(3));
181 EXPECT_FALSE(netlink_packet.HasAttribute(2));
nl80211_attribute_unittest.cpp 157 EXPECT_TRUE(nested_attr.HasAttribute(1));
158 EXPECT_TRUE(nested_attr.HasAttribute(2));
175 EXPECT_FALSE(nested_attr.HasAttribute(3));
185 EXPECT_FALSE(nested_attr.HasAttribute(2));
196 EXPECT_TRUE(nested_attr.HasAttribute(1));
  /external/boringssl/src/fipstools/
cavp_kas_test.cc 56 if (!t->HasAttribute("COUNT")) {
81 !t->HasAttribute("QeIUTx") ||
82 !t->HasAttribute("QeIUTy")) {
cavp_tlskdf_test.cc 61 !t->HasAttribute("COUNT") ||
cavp_rsa2_sigver_test.cc 50 if (t->HasAttribute("n")) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HasAttribute.java 10 * The "hasAttribute()" method for an Element should return true if the element
12 * and the "hasAttribute()" method should return false since the element does
20 public final class HasAttribute extends DOMTestCase {
57 state = testNode.hasAttribute("domestic");
70 // state = testNode.hasAttribute("street");
81 state = testNode.hasAttribute("nomatch");
92 state = testNode.hasAttribute("dmstc:domestic");
  /dalvik/dx/src/com/android/multidex/
MainDexListBuilder.java 23 import com.android.dx.cf.iface.HasAttribute;
189 private boolean hasRuntimeVisibleAnnotation(HasAttribute element) {
  /frameworks/native/libs/vr/libdvr/tests/
dvr_display_manager-test.cpp 704 auto HasAttribute = [](const auto& attributes,
722 ASSERT_TRUE(HasAttribute(attributes, kInt32Key));
726 ASSERT_TRUE(HasAttribute(attributes, kInt64Key));
730 ASSERT_TRUE(HasAttribute(attributes, kBoolKey));
734 ASSERT_TRUE(HasAttribute(attributes, kFloatKey));
738 ASSERT_TRUE(HasAttribute(attributes, kFloat2Key));
742 ASSERT_TRUE(HasAttribute(attributes, kFloat3Key));
746 ASSERT_TRUE(HasAttribute(attributes, kFloat4Key));
750 ASSERT_TRUE(HasAttribute(attributes, kFloat8Key));
754 ASSERT_TRUE(HasAttribute(attributes, kFloat16Key))
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 524 static bool HasAttribute(const std::string& line,
    [all...]
  /external/boringssl/src/crypto/test/
file_test.h 145 // HasAttribute returns true if the current test has an attribute named |key|.
146 bool HasAttribute(const std::string &key);
154 // missing. It should only be used after a |HasAttribute| call.
file_test.cc 250 bool FileTest::HasAttribute(const std::string &key) {
267 if (!HasAttribute(key)) {
460 if (t.HasAttribute("Error")) {
  /external/pdfium/fxjs/xfa/
cjx_model.cpp 55 if (!pNewNode->HasAttribute(XFA_Attribute::Name))
cjx_packet.cpp 66 if (pXMLElement->HasAttribute(name.c_str()))
  /external/boringssl/src/crypto/cipher_extra/
aead_test.cc 128 if (t->HasAttribute("TAG_LEN")) {
142 if (!t->HasAttribute("NO_SEAL")) {
169 if (t->HasAttribute("FAILS")) {
221 if (t->HasAttribute("NO_SEAL") ||
222 t->HasAttribute("FAILS")) {
275 if (t->HasAttribute("TAG_LEN")) {
290 if (!t->HasAttribute("NO_SEAL")) {
330 if (t->HasAttribute("FAILS")) {
cipher_test.cc 135 if (t->HasAttribute("IV")) {
216 if (t->HasAttribute("Operation")) {

Completed in 821 milliseconds

1 2 3 4