Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMethodExitWithReturnValueDebuggee.java91 public double doubleMethod() { in doubleMethod() method in MethodExitWithReturnValueDebuggee
125 double d = doubleMethod(); in run()