Searched refs:abort_message (Results 1 – 12 of 12) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_guard.cpp | 192 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 …]
|
D | cxa_exception_storage.cpp | 63 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()
|
D | cxa_default_handlers.cpp | 63 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()
|
D | cxa_handlers.cpp | 41 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()
|
D | cxa_virtual.cpp | 21 abort_message("Pure virtual function called!"); in __cxa_pure_virtual() 26 abort_message("Deleted virtual function called!"); in __cxa_deleted_virtual()
|
D | abort_message.h | 22 void abort_message(const char* format, ...)
|
D | abort_message.cpp | 35 void abort_message(const char* format, ...) in abort_message() function
|
D | CMakeLists.txt | 3 abort_message.cpp
|
/external/libcxxabi/ |
D | Android.mk | 20 src/abort_message.cpp \
|
D | Android.bp | 22 "src/abort_message.cpp",
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | pipeline.py | 715 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
|
D | models.py | 88 abort_message = db.TextProperty() variable in _PipelineRecord
|