HomeSort by relevance Sort by last modified time
    Searched refs:theException (Results 1 - 4 of 4) sorted by null

  /dalvik/dx/tests/055-dex-explicit-throw/
Blort.java 19 private static RuntimeException theException = new RuntimeException();
22 throw theException;
27 throw theException;
Blort.class 
  /external/grpc-grpc/src/objective-c/tests/
InteropTestsLocalSSL.m 63 } @catch (NSException *theException) {
64 NSLog(@"Received exception as expected: %@", theException.name);
GRPCClientTests.m 369 } @catch (NSException *theException) {
370 NSLog(@"Received exception as expected: %@", theException.name);
381 } @catch (NSException *theException) {
382 NSLog(@"Received exception as expected: %@", theException.name);

Completed in 91 milliseconds