Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java103 Value throwValue = Value.createBoolean(shouldThrow); in testInvokeMethodStatic() local
112 packet.setNextValueAsValue(throwValue); in testInvokeMethodStatic()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefaultTest.java128 Value throwValue = Value.createBoolean(shouldThrow); in testInvokeMethod() local
138 packet.setNextValueAsValue(throwValue); in testInvokeMethod()
DInvokeMethodDefault002Test.java128 Value throwValue = Value.createBoolean(shouldThrow); in testInvokeMethod() local
138 packet.setNextValueAsValue(throwValue); in testInvokeMethod()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java389 public void throwValue(Local<? extends Throwable> toThrow) { in throwValue() method in Code
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1477 code.throwValue(localIse); in testThrow()
1990 code.throwValue(localIse); in addMethodToDexMakerGenerator()
1993 code.throwValue(localIse); in addMethodToDexMakerGenerator()