Searched refs:FatalError (Results 1 – 10 of 10) sorted by relevance
29 from common.common import FatalError77 raise FatalError('Cannot obtain temp directory')119 raise FatalError('Unexpected error while running javac')125 raise FatalError('Unexpected error while running dx')137 raise FatalError('Unexpected error while running Jack')141 raise FatalError('Unknown dexer: ' + self._dexer)153 raise FatalError('Unexpected error while running JFuzz')
35 from common.common import FatalError69 raise FatalError('Unknown execution mode')147 raise FatalError('Unknown dexer: ' + self._dexer)411 raise FatalError('Cannot obtain temp directory')471 raise FatalError('Unexpected error while running JFuzz')640 raise FatalError('Identical execution modes given')
25 from bisection_search import FatalError71 with self.assertRaises(FatalError):
39 from common.common import FatalError141 raise FatalError('Failed to retrieve methods list. '161 raise FatalError('Failed to retrieve passes list. '297 raise FatalError('Testable fails with no methods compiled.')
115 env->FatalError(msg); in jniRegisterNativeMethods()127 env->FatalError(msg); in jniRegisterNativeMethods()
43 env->FatalError("unable to get breakpoint targets"); in VMInitCB()49 env->FatalError("Could not find class!"); in VMInitCB()58 env->FatalError("Could not find method!"); in VMInitCB()64 env->FatalError("unable to set breakpoint"); in VMInitCB()
436 env_->FatalError(__FUNCTION__); in GetClass()449 env_->FatalError(__FUNCTION__); in GetMethodID()459 env_->FatalError(__FUNCTION__); in CallConstructor()472 env_->FatalError("Expected NullPointerException with null jclass"); in CallMethod()478 env_->FatalError(test_case); in CallMethod()487 env_->FatalError(__FUNCTION__); in GetFieldID()497 env_->FatalError(__FUNCTION__); in GetBooleanField()
114 raise FatalError('{0} environmental variable not set.'.format(225 class FatalError(Exception): class
2030 static void FatalError(JNIEnv* env, const char* msg) { in FatalError() function in art::__anona2e1a4fa0111::CheckJNI2040 baseEnv(env)->FatalError(env, msg); in FatalError()3784 CheckJNI::FatalError,
615 static void FatalError(JNIEnv*, const char* msg) { in FatalError() function in art::JNI2707 JNI::FatalError,