Home
last modified time | relevance | path

Searched refs:exceptionCaught (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiHandshakeHandler.java130 public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception { in exceptionCaught() method in TsiHandshakeHandler
132 super.exceptionCaught(ctx, cause); in exceptionCaught()
DTsiFrameHandler.java106 public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception { in exceptionCaught() method in TsiFrameHandler
108 super.exceptionCaught(ctx, cause); in exceptionCaught()
DAltsProtocolNegotiator.java87 public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DAbstractNettyHandler.java76 public final void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception { in exceptionCaught() method in AbstractNettyHandler
83 super.exceptionCaught(ctx, cause); in exceptionCaught()
DProtocolNegotiators.java143 public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
485 public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
DNettyServerHandler.java828 exceptionCaught(ctx, ex); in onPingTimeout()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3688 boolean exceptionCaught = false; in TestFrozeness()
3697 exceptionCaught = true; in TestFrozeness()
3699 assertTrue("Frozen collator allowed change.", exceptionCaught); in TestFrozeness()
3700 exceptionCaught = false; in TestFrozeness()
3706 exceptionCaught = true; in TestFrozeness()
3708 assertTrue("Frozen collator allowed change.", exceptionCaught); in TestFrozeness()
3709 exceptionCaught = false; in TestFrozeness()
3715 exceptionCaught = true; in TestFrozeness()
3717 assertTrue("Frozen collator allowed change.", exceptionCaught); in TestFrozeness()
3718 exceptionCaught = false; in TestFrozeness()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java3691 boolean exceptionCaught = false; in TestFrozeness()
3700 exceptionCaught = true; in TestFrozeness()
3702 assertTrue("Frozen collator allowed change.", exceptionCaught); in TestFrozeness()
3703 exceptionCaught = false; in TestFrozeness()
3709 exceptionCaught = true; in TestFrozeness()
3711 assertTrue("Frozen collator allowed change.", exceptionCaught); in TestFrozeness()
3712 exceptionCaught = false; in TestFrozeness()
3718 exceptionCaught = true; in TestFrozeness()
3720 assertTrue("Frozen collator allowed change.", exceptionCaught); in TestFrozeness()
3721 exceptionCaught = false; in TestFrozeness()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsProtocolNegotiatorTest.java127 public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception { in setup()
129 super.exceptionCaught(ctx, cause); in setup()
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java191 @Override public void exceptionCaught(ChannelHandlerContext context, Throwable cause) { in exceptionCaught() method in NettyHttpClient.HttpChannel
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientHandlerTest.java653 handler().exceptionCaught(ctx(), new RuntimeException("fake exception")); in exceptionCaughtShouldCloseConnection()
DNettyClientTransportTest.java345 negotiator.handler.exceptionCaught( in handlerExceptionDuringNegotiatonPropagatesToStatus()
DNettyServerHandlerTest.java346 handler().exceptionCaught(ctx(), new RuntimeException("fake exception")); in exceptionCaughtShouldCloseConnection()