Searched refs:thrown (Results 1 – 9 of 9) sorted by relevance
105 IOException thrown = null; in close() local110 thrown = e; in close()120 if (thrown != null) { in close()121 thrown = e; in close()125 if (thrown != null) { in close()126 throw thrown; in close()
92 Throwable thrown = r.getThrown();93 if (thrown != null) {98 thrown.printStackTrace(pw);
82 public static int get5(Throwable thrown) { in get5() argument84 ClassInSecondaryDex.canThrowAll(thrown); in get5()
44 public ExpectedException thrown = ExpectedException.none(); field in PathInterpolatorExceptionParameterizedTest68 thrown.expect(RuntimeException.class); in testPathMorphingExceptions()
520 public ExpectedException thrown = ExpectedException.none(); field in AnimatedVectorDrawableTest528 thrown.expect(RuntimeException.class); in testPathMorphingException()
1665 Exception thrown = null;1670 thrown = e;1672 assertNotNull("Exception was not thrown", thrown);1673 assertEquals("Exception type different", expectedException, thrown.getClass());
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
3627 // Value 2: A SecurityException was thrown3634 // Value 1: An IllegalArgumentException was thrown
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...