Searched refs:aReason (Results 1 - 14 of 14) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRuntimeException.h38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason;
40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason;
41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
H A DANTLRRecognitionException.h54 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRuntimeException.h38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason;
40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason;
41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
H A DANTLRRecognitionException.h54 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRuntimeException.h38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason;
40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason;
41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
H A DANTLRRecognitionException.h54 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRuntimeException.h38 + (ANTLRRuntimeException *) newException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
41 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
45 - (id) init:(NSString *)aReason;
46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
59 + (id) newException:(NSString *)aReason;
60 + (id) newException:(NSString *)aReason userInf
[all...]
H A DANTLRRecognitionException.h56 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
57 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp207 void PanicMain(TInt aReason);
208 void PanicMain(const TDesC& aInfo, TInt aReason);
261 void CSdlAppServ::PanicMain(TInt aReason) argument
263 iAppThread.Panic(RThread().Name(), aReason);
266 void CSdlAppServ::PanicMain(const TDesC& aInfo, TInt aReason) argument
268 iAppThread.Panic(aInfo, aReason);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp248 void AbortNow(RDirectScreenAccess::TTerminationReasons aReason);
249 void Restart(RDirectScreenAccess::TTerminationReasons aReason);
328 void CDsaBase::AbortNow(RDirectScreenAccess::TTerminationReasons /*aReason*/)
333 void CDsaBase::Restart(RDirectScreenAccess::TTerminationReasons aReason) argument
335 if(aReason == RDirectScreenAccess::ETerminateRegion) //auto restart
H A Ddsa_old.cpp817 void CDsa::AbortNow(RDirectScreenAccess::TTerminationReasons /*aReason*/)
823 void CDsa::Restart(RDirectScreenAccess::TTerminationReasons aReason) argument
825 if(aReason == RDirectScreenAccess::ETerminateRegion) //auto restart
H A Ddsa_new.cpp1056 void CDsa::AbortNow(RDirectScreenAccess::TTerminationReasons /*aReason*/)
1062 void CDsa::Restart(RDirectScreenAccess::TTerminationReasons aReason) argument
1064 if(aReason == RDirectScreenAccess::ETerminateRegion) //auto restart
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 153 milliseconds