Home
last modified time | relevance | path

Searched defs:NSException (Results 1 – 18 of 18) sorted by relevance

/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.m32 @interface NSException (GTMSenTestPrivateAdditions) interface in GTMSenTestPrivateAdditions
38 @implementation NSException (GTMSenTestPrivateAdditions) implementation in GTMSenTestPrivateAdditions
54 @implementation NSException (GTMSenTestAdditions) implementation in GTMSenTestAdditions
167 + (NSException *)failureInRaise:(NSString *)expression
235 - (void)failWithException:(NSException*)exception { argument
260 + (void)printException:(NSException *)exception fromTestName:(NSString *)name {
/external/antlr/runtime/ObjC/Framework/
DDebugTreeParser.m111 - (void) recoverFromMismatchedToken:(id<IntStream>)inputStream
120 - (void) recoverFromMismatchedSet:(id<IntStream>)inputStream
DMismatchedTokenException.m54 … newExceptionStream:(id<IntStream>)anInput Exception:(NSException *)e Follow:(ANTLRBitSet *) follow
DRuntimeException.m98 - (id) stackTrace:(NSException *)e
/external/clang/test/Analysis/
DNoReturn.m34 @interface NSException : NSObject <NSCopying, NSCoding> {} interface
38 @interface NSException (NSExceptionRaisingConveniences) interface in NSExceptionRaisingConveniences
116 @interface NSException (OBExtensions) interface in OBExtensions
/external/clang/test/SemaObjCXX/
Dexceptions.mm3 @interface NSException @end interface
Dexceptions-fragile.mm3 @interface NSException @end interface
Dinstantiate-stmt.mm3 @interface NSException interface
/external/clang/test/CodeGenObjCXX/
Dexceptions.mm22 @interface NSException interface
/external/clang/test/Rewriter/
Drewrite-eh.m4 @interface NSException interface
Drewrite-modern-catch.m6 @interface NSException interface
Drewrite-modern-try-catch-finally.m45 @interface NSException interface
Drewrite-modern-throw.m77 @interface NSException interface
/external/clang/test/SemaObjC/
Dattr-objc-exception.m4 @interface NSException { interface
Duninit-variables.m8 @interface NSException interface
Dtry-catch.m24 @interface NSException : NSObject <NSCopying, NSCoding> {} interface
Dproperty-6.m52 @interface NSException : NSObject <NSCopying, NSCoding> {} interface
/external/angle/util/osx/
DOSXWindow.mm59 - (void)_crashOnException:(NSException *)exception