Home
last modified time | relevance | path

Searched refs:invoke_options (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodWithSuspensionTestCase.java88 final int invoke_options = 0; // resume/suspend all threads before/after the invoke. in runInvokeMethodTest() local
90 invokeMethodID, invoke_options); in runInvokeMethodTest()
114 invokeMethodID, invoke_options); in runInvokeMethodTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceWithSuspensionTest.java38 long methodId, int invoke_options) { in buildInvokeCommand() argument
46 command.setNextValueAsInt(invoke_options); in buildInvokeCommand()
DInvokeMethodWithSuspensionTest.java39 long methodId, int invoke_options) { in buildInvokeCommand() argument
47 command.setNextValueAsInt(invoke_options); in buildInvokeCommand()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodWithSuspensionTest.java39 long methodId, int invoke_options) { in buildInvokeCommand() argument
58 command.setNextValueAsInt(invoke_options); in buildInvokeCommand()