Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/base/
DThrowablesTest.java226 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_NoneThrown()
238 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_NoneThrown()
247 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
260 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
271 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_CheckedThrown()
284 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_CheckedThrown()
295 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_OtherCheckedThrown()
308 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_OtherCheckedThrown()
603 void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException {} in twoDeclared() method in ThrowablesTest.Sample
/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java226 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_NoneThrown()
238 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_NoneThrown()
247 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
260 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_UncheckedThrown()
271 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_CheckedThrown()
284 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_CheckedThrown()
295 public void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException { in testPropagateIfPossible_TwoDeclared_OtherCheckedThrown()
308 sample.twoDeclared(); in testPropagateIfPossible_TwoDeclared_OtherCheckedThrown()
603 void twoDeclared() throws SomeCheckedException, SomeOtherCheckedException {} in twoDeclared() method in ThrowablesTest.Sample