Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Drun_dex_fuzz_test.py28 from common.common import FatalError
72 raise FatalError('Cannot obtain temp directory')
114 raise FatalError('Unexpected error while running JFuzz')
117 raise FatalError('Unexpected error while running Jack')
Drun_jfuzz_test.py35 from common.common import FatalError
68 raise FatalError('Unknown execution mode')
387 raise FatalError('Cannot obtain temp directory')
446 raise FatalError('Unexpected error while running JFuzz')
602 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/test/004-JniTest/
Djni_test.cc425 env_->FatalError(__FUNCTION__); in GetClass()
438 env_->FatalError(__FUNCTION__); in GetMethodID()
448 env_->FatalError(__FUNCTION__); in CallConstructor()
461 env_->FatalError("Expected NullPointerException with null jclass"); in CallMethod()
467 env_->FatalError(test_case); in CallMethod()
476 env_->FatalError(__FUNCTION__); in GetFieldID()
486 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.cc1895 static void FatalError(JNIEnv* env, const char* msg) { in FatalError() function in art::CheckJNI
1904 baseEnv(env)->FatalError(env, msg); in FatalError()
3606 CheckJNI::FatalError,
Djni_internal.cc507 static void FatalError(JNIEnv*, const char* msg) { in FatalError() function in art::JNI
2593 JNI::FatalError,