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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Capabilities.java 49 public boolean canAddMethod = false;
VmMirror.java 353 targetVMCapabilities.canAddMethod = replyPacket.getNextValueAsBoolean();
    [all...]
  /external/oj-libjdwp/src/share/classes/com/sun/jdi/
VirtualMachine.java 158 * Use {@link #canAddMethod() canAddMethod()}
175 * <LI>If {@link #canAddMethod() canAddMethod()} is false
213 * @see #canAddMethod
558 boolean canAddMethod();
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
VirtualMachineImpl.java 657 public boolean canAddMethod() {
660 capabilitiesNew().canAddMethod;
    [all...]

Completed in 214 milliseconds