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

  /dalvik/dx/src/com/android/dx/cf/iface/
HasAttribute.java 22 public interface HasAttribute {
Member.java 26 public interface Member extends HasAttribute {
ClassFile.java 31 public interface ClassFile extends HasAttribute {
  /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;
162 private boolean hasRuntimeVisibleAnnotation(HasAttribute element) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 513 static bool HasAttribute(const std::string& line,
    [all...]

Completed in 81 milliseconds