Searched refs:FatalError (Results 1 – 9 of 9) sorted by relevance
29 from common.common import FatalError76 raise FatalError('Cannot obtain temp directory')118 raise FatalError('Unexpected error while running javac')124 raise FatalError('Unexpected error while running dx')131 raise FatalError('Unknown dexer: ' + self._dexer)143 raise FatalError('Unexpected error while running JFuzz')
35 from common.common import FatalError68 raise FatalError('Unknown execution mode')141 raise FatalError('Unknown dexer: ' + self._dexer)405 raise FatalError('Cannot obtain temp directory')465 raise FatalError('Unexpected error while running JFuzz')634 raise FatalError('Identical execution modes given')
25 from bisection_search import FatalError71 with self.assertRaises(FatalError):
39 from common.common import FatalError139 raise FatalError('Failed to retrieve methods list. '159 raise FatalError('Failed to retrieve passes list. '291 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(217 class FatalError(Exception): class
649 static void FatalError(JNIEnv*, const char* msg) { in FatalError() function in art::JNI2744 JNIImpl::FatalError,