HomeSort by relevance Sort by last modified time
    Searched defs:invoke_options (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPInvokeMethodSuspendedTwiceTestCase.java 89 final int invoke_options = JDWPConstants.InvokeOptions.INVOKE_SINGLE_THREADED; local
91 invokeMethodID, invoke_options);
125 invokeMethodID, invoke_options);
JDWPInvokeMethodWithSuspensionTestCase.java 88 final int invoke_options = 0; // resume/suspend all threads before/after the invoke. local
90 invokeMethodID, invoke_options);
114 invokeMethodID, invoke_options);

Completed in 69 milliseconds