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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/w3c/dom/
ProcessingInstruction.java 33 public String getTarget();
  /external/webkit/Source/WebCore/svg/
SVGURIReference.h 39 static String getTarget(const String& url);
  /packages/apps/Mms/src/org/w3c/dom/events/
Event.java 52 public EventTarget getTarget();
  /dalvik/dx/src/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 42 getTarget(), getLiteral());
OneRegisterDecodedInstruction.java 53 getTarget(), getLiteral(), a);
RegisterRangeDecodedInstruction.java 58 getTarget(), getLiteral(), a, registerCount);
TwoRegisterDecodedInstruction.java 62 getTarget(), getLiteral(), a, b);
FiveRegisterDecodedInstruction.java 89 getTarget(), getLiteral(), a, b, c, d, e);