Home
last modified time | relevance | path

Searched refs:DoNothingHandler (Results 1 – 3 of 3) sorted by relevance

/art/test/1929-exception-catch-exception/
Dexpected.txt1 Test "art.Test1929$DoThrowClass": Running breakpoint with handler "art.Test1929$DoNothingHandler"
9 …ss": Caught error art.Test1929$TestException:"doThrow" with handler "art.Test1929$DoNothingHandler"
10 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$DoNothingHandler"
11 …929$DoThrowCatchBaseTestException": Running breakpoint with handler "art.Test1929$DoNothingHandler"
23 …st1929$DoThrowCatchBaseTestException": No error caught with handler "art.Test1929$DoNothingHandler"
24 …t1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$DoNothingHandler"
25 …oThrowCatchBaseTestExceptionTwice": Running breakpoint with handler "art.Test1929$DoNothingHandler"
37 …9$DoThrowCatchBaseTestExceptionTwice": No error caught with handler "art.Test1929$DoNothingHandler"
38 …$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929$DoNothingHandler"
39 …est1929$DoThrowCatchTestException": Running breakpoint with handler "art.Test1929$DoNothingHandler"
[all …]
/art/test/1928-exception-event-exception/src/art/
DTest1928.java85 public static class DoNothingHandler implements ExceptionHandler { class in Test1928
179 new DoNothingHandler(), in run()
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java89 public static class DoNothingHandler implements ExceptionHandler { class in Test1929
274 new DoNothingHandler(), in run()