Home
last modified time | relevance | path

Searched refs:abort_message (Results 1 – 12 of 12) sorted by relevance

/external/libcxxabi/src/
Dcxa_guard.cpp192 abort_message("__cxa_guard_acquire failed to acquire mutex");
203 abort_message("__cxa_guard_acquire detected deadlock");
207 abort_message("__cxa_guard_acquire condition variable wait failed");
219 abort_message("__cxa_guard_acquire condition variable wait failed");
226 abort_message("__cxa_guard_acquire failed to release mutex");
233 abort_message("__cxa_guard_release failed to acquire mutex");
237 abort_message("__cxa_guard_release failed to release mutex");
239 abort_message("__cxa_guard_release failed to broadcast condition variable");
245 abort_message("__cxa_guard_abort failed to acquire mutex");
248 abort_message("__cxa_guard_abort failed to release mutex");
[all …]
Dcxa_exception_storage.cpp63 abort_message("cannot zero out thread value for __cxa_get_globals()"); in destruct_()
68 abort_message("cannot create pthread key for __cxa_get_globals()"); in construct_()
82 abort_message("cannot allocate __cxa_eh_globals"); in __cxa_get_globals()
84 abort_message("pthread_setspecific failure in __cxa_get_globals()"); in __cxa_get_globals()
96 abort_message("pthread_once failure in __cxa_get_globals_fast()"); in __cxa_get_globals_fast()
Dcxa_default_handlers.cpp63 abort_message("terminating with %s exception of type %s: %s", in default_terminate_handler()
68 abort_message("terminating with %s exception of type %s", in default_terminate_handler()
73 abort_message("terminating with %s foreign exception", cause); in default_terminate_handler()
77 abort_message("terminating"); in default_terminate_handler()
Dcxa_handlers.cpp41 abort_message("unexpected_handler unexpectedly returned"); in __unexpected()
70 abort_message("terminate_handler unexpectedly returned"); in __terminate()
76 abort_message("terminate_handler unexpectedly threw an exception"); in __terminate()
Dcxa_virtual.cpp21 abort_message("Pure virtual function called!"); in __cxa_pure_virtual()
26 abort_message("Deleted virtual function called!"); in __cxa_deleted_virtual()
Dabort_message.h22 void abort_message(const char* format, ...)
Dabort_message.cpp35 void abort_message(const char* format, ...) in abort_message() function
DCMakeLists.txt3 abort_message.cpp
/external/libcxxabi/
DAndroid.mk20 src/abort_message.cpp \
DAndroid.bp22 "src/abort_message.cpp",
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py715 def abort(self, abort_message=''): argument
738 self._root_pipeline_key, abort_message=abort_message)
1652 def begin_abort(self, root_pipeline_key, abort_message): argument
1682 pipeline_record.abort_message = abort_message
2413 abort_message = str(e)
2415 pipeline_key.name(), pipeline_func, abort_message)
2416 pipeline_func.abort(abort_message)
2584 pipeline_record.abort_message = (
3040 if pipeline_record.abort_message:
3041 output['abortMessage'] = pipeline_record.abort_message
Dmodels.py88 abort_message = db.TextProperty() variable in _PipelineRecord