HomeSort by relevance Sort by last modified time
    Searched refs:EXPECTED_LONG (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturn002Test.java 35 static final long EXPECTED_LONG = 100;
90 forceEarlyReturnPacket.setNextValueAsValue(new Value(EXPECTED_LONG));
108 if (!actualValue.equals(new Long(EXPECTED_LONG).toString())) {
111 + " expected:<" + EXPECTED_LONG + "> but was:<"
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java 50 public static final long EXPECTED_LONG = 0523l;
88 return EXPECTED_LONG;
MethodExitWithReturnValueTest.java 217 MethodExitWithReturnValueDebuggee.EXPECTED_LONG, l);

Completed in 306 milliseconds