Searched refs:FatalError (Results 1 – 10 of 10) 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()
465 env_->FatalError(__FUNCTION__); in GetClass()478 env_->FatalError(__FUNCTION__); in GetMethodID()488 env_->FatalError(__FUNCTION__); in CallConstructor()501 env_->FatalError("Expected NullPointerException with null jclass"); in CallMethod()507 env_->FatalError(test_case); in CallMethod()516 env_->FatalError(__FUNCTION__); in GetFieldID()526 env_->FatalError(__FUNCTION__); in GetBooleanField()
114 raise FatalError('{0} environmental variable not set.'.format(217 class FatalError(Exception): class
2085 static void FatalError(JNIEnv* env, const char* msg) { in FatalError() function in art::__anonaa3778310111::CheckJNI2095 baseEnv(env)->FatalError(env, msg); in FatalError()3839 CheckJNI::FatalError,
747 static void FatalError(JNIEnv*, const char* msg) { in FatalError() function in art::JNI2943 JNIImpl::FatalError,