Home
last modified time | relevance | path

Searched defs:RETURN_VALUE (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefault002Debuggee.java30 public static final int RETURN_VALUE = 123; field
48 public static final int RETURN_VALUE = 456; field in InvokeMethodDefault002Debuggee.TestClass
DInvokeMethodDefaultDebuggee.java30 public static final int RETURN_VALUE = 123; field
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTestInterface.java25 public static final int RETURN_VALUE = 567; field
/external/python/cpython2/Include/
Dopcode.h86 #define RETURN_VALUE 83 macro