Home
last modified time | relevance | path

Searched refs:RETURN_VALUE (Results 1 – 13 of 13) 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
40 return TestInterface.RETURN_VALUE; in testDefaultMethod()
48 public static final int RETURN_VALUE = 456; field in InvokeMethodDefault002Debuggee.TestClass
54 return TestClass.RETURN_VALUE; in testDefaultMethod()
DInvokeMethodDefaultDebuggee.java30 public static final int RETURN_VALUE = 123; field
40 return TestInterface.RETURN_VALUE; in testDefaultMethod()
DInvokeMethodDefaultTest.java164 InvokeMethodDefaultDebuggee.TestInterface.RETURN_VALUE, returnValue.getIntValue()); in testInvokeMethod()
DInvokeMethodDefault002Test.java164 InvokeMethodDefault002Debuggee.TestClass.RETURN_VALUE, returnValue.getIntValue()); in testInvokeMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTestInterface.java25 public static final int RETURN_VALUE = 567; field
30 return InvokeMethodTestInterface.RETURN_VALUE; in testInvokeMethodStatic1()
DInvokeMethodTest.java138 InvokeMethodTestInterface.RETURN_VALUE, returnValue.getIntValue()); in testInvokeMethodStatic()
/external/python/cpython2/Python/
Dpeephole.c342 if (codestr[codelen-1] != RETURN_VALUE) in PyCode_Optimize()
563 codestr[tgt] == RETURN_VALUE) { in PyCode_Optimize()
564 codestr[i] = RETURN_VALUE; in PyCode_Optimize()
586 case RETURN_VALUE: in PyCode_Optimize()
589 if (codestr[i+4] == RETURN_VALUE && in PyCode_Optimize()
Dcompile.c802 case RETURN_VALUE: in opcode_stack_effect()
936 if (opcode == RETURN_VALUE) in compiler_addop()
1441 ADDOP_IN_SCOPE(c, RETURN_VALUE); in compiler_class()
1516 ADDOP_IN_SCOPE(c, RETURN_VALUE); in compiler_lambda()
2094 ADDOP(c, RETURN_VALUE); in compiler_visit_stmt()
2775 ADDOP(c, RETURN_VALUE); in compiler_comprehension()
3923 ADDOP(c, RETURN_VALUE); in assemble()
Dceval.c2084 TARGET_NOARG(RETURN_VALUE) in PyEval_EvalFrameEx()
/external/libdivsufsort/CMakeModules/
Dcmake_uninstall.cmake.in27 RETURN_VALUE rm_retval
/external/python/cpython2/Include/
Dopcode.h86 #define RETURN_VALUE 83 macro
/external/python/cpython2/Objects/
Dlnotab_notes.txt102 25 RETURN_VALUE
/external/python/cpython2/Doc/library/
Ddis.rst34 9 RETURN_VALUE
502 .. opcode:: RETURN_VALUE ()