Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java106 Value throwValue = new Value(shouldThrow); in testInvokeMethodStatic() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefault002Test.java127 Value throwValue = new Value(shouldThrow); in testInvokeMethod() local
DInvokeMethodDefaultTest.java127 Value throwValue = new Value(shouldThrow); in testInvokeMethod() local
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java387 public void throwValue(Local<? extends Throwable> toThrow) { in throwValue() method in Code