Home
last modified time | relevance | path

Searched defs:hasAttribute (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
DInput.h77 bool hasAttribute() const { return (m_pAttr != NULL); } in hasAttribute() function
/frameworks/support/compat/src/main/java/androidx/core/content/res/
DTypedArrayUtils.java56 public static boolean hasAttribute(@NonNull XmlPullParser parser, @NonNull String attrName) { in hasAttribute() method in TypedArrayUtils