Home
last modified time | relevance | path

Searched refs:FatalError (Results 1 – 10 of 10) sorted by relevance

/art/tools/jfuzz/
Drun_dex_fuzz_test.py29 from common.common import FatalError
77 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')
Drun_jfuzz_test.py35 from common.common import FatalError
69 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')
/art/tools/bisection_search/
Dbisection_test.py25 from bisection_search import FatalError
71 with self.assertRaises(FatalError):
Dbisection_search.py39 from common.common import FatalError
141 raise FatalError('Failed to retrieve methods list. '
161 raise FatalError('Failed to retrieve passes list. '
297 raise FatalError('Testable fails with no methods compiled.')
/art/benchmark/micro-native/
Dmicro_native.cc115 env->FatalError(msg); in jniRegisterNativeMethods()
127 env->FatalError(msg); in jniRegisterNativeMethods()
/art/tools/breakpoint-logger/
Dbreakpoint_logger.cc43 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()
/art/test/004-JniTest/
Djni_test.cc436 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()
/art/tools/common/
Dcommon.py114 raise FatalError('{0} environmental variable not set.'.format(
225 class FatalError(Exception): class
/art/runtime/
Dcheck_jni.cc2030 static void FatalError(JNIEnv* env, const char* msg) { in FatalError() function in art::__anona2e1a4fa0111::CheckJNI
2040 baseEnv(env)->FatalError(env, msg); in FatalError()
3784 CheckJNI::FatalError,
Djni_internal.cc615 static void FatalError(JNIEnv*, const char* msg) { in FatalError() function in art::JNI
2707 JNI::FatalError,