Searched defs:FatalError (Results 1 - 7 of 7) sorted by relevance

/art/tools/jfuzz/
H A Drun_dex_fuzz_test.py28 from common.common import FatalError namespace
64 FatalError: error when temp directory cannot be constructed
72 raise FatalError('Cannot obtain temp directory')
108 FatalError: error when generation fails
114 raise FatalError('Unexpected error while running JFuzz')
117 raise FatalError('Unexpected error while running Jack')
H A Drun_jfuzz_test.py35 from common.common import FatalError namespace
56 FatalError: error for unknown execution mode
68 raise FatalError('Unknown execution mode')
381 FatalError: error when temp directory cannot be constructed
387 raise FatalError('Cannot obtain temp directory')
442 FatalError: error when jfuzz fails
446 raise FatalError('Unexpected error while running JFuzz')
602 raise FatalError('Identical execution modes given')
/art/tools/bisection_search/
H A Dbisection_test.py25 from bisection_search import FatalError namespace
71 with self.assertRaises(FatalError):
H A Dbisection_search.py39 from common.common import FatalError namespace
135 FatalError: An error occurred when retrieving methods list.
141 raise FatalError('Failed to retrieve methods list. '
155 FatalError: An error occurred when retrieving passes list.
161 raise FatalError('Failed to retrieve passes list. '
285 FatalError: Testable fails with no methods compiled.
297 raise FatalError('Testable fails with no methods compiled.')
/art/tools/common/
H A Dcommon.py101 If the variable is not set raises FatalError.
110 FatalError: Requested variable is not set.
114 raise FatalError('{0} environmental variable not set.'.format(
225 class FatalError(Exception): class in inherits:Exception
/art/runtime/
H A Dcheck_jni.cc1895 static void FatalError(JNIEnv* env, const char* msg) { function in class:art::CheckJNI
1896 // The JNI specification doesn't say it's okay to call FatalError with a pending exception,
1904 baseEnv(env)->FatalError(env, msg);
3606 CheckJNI::FatalError,
H A Djni_internal.cc507 static void FatalError(JNIEnv*, const char* msg) { function in class:art::JNI
508 LOG(FATAL) << "JNI FatalError called: " << msg;
2593 JNI::FatalError,

Completed in 143 milliseconds