HomeSort by relevance Sort by last modified time
    Searched refs:abort_message (Results 1 - 22 of 22) sorted by null

  /external/libcxxabi/src/
cxa_virtual.cpp 11 #include "abort_message.h"
21 abort_message("Pure virtual function called!");
26 abort_message("Deleted virtual function called!");
cxa_exception_storage.cpp 49 #include "abort_message.h"
63 abort_message("cannot zero out thread value for __cxa_get_globals()");
68 abort_message("cannot create pthread key for __cxa_get_globals()");
82 abort_message("cannot allocate __cxa_eh_globals");
84 abort_message("pthread_setspecific failure in __cxa_get_globals()");
96 abort_message("pthread_once failure in __cxa_get_globals_fast()");
cxa_guard.cpp 10 #include "abort_message.h"
23 pthread_mutex_lock and the abort_message utility without problem. This
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")
    [all...]
abort_message.h 1 //===-------------------------- abort_message.h-----------------------------===//
22 void abort_message(const char* format, ...)
cxa_default_handlers.cpp 15 #include "abort_message.h"
63 abort_message("terminating with %s exception of type %s: %s",
68 abort_message("terminating with %s exception of type %s",
73 abort_message("terminating with %s foreign exception", cause);
77 abort_message("terminating");
cxa_handlers.cpp 16 #include "abort_message.h"
41 abort_message("unexpected_handler unexpectedly returned");
70 abort_message("terminate_handler unexpectedly returned");
76 abort_message("terminate_handler unexpectedly threw an exception");
abort_message.cpp 1 //===------------------------- abort_message.cpp --------------------------===//
13 #include "abort_message.h"
35 void abort_message(const char* format, ...) function
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_virtual.cpp 11 #include "abort_message.h"
21 abort_message("Pure virtual function called!");
26 abort_message("Deleted virtual function called!");
cxa_exception_storage.cpp 49 #include "abort_message.h"
63 abort_message("cannot zero out thread value for __cxa_get_globals()");
68 abort_message("cannot create pthread key for __cxa_get_globals()");
82 abort_message("cannot allocate __cxa_eh_globals");
84 abort_message("pthread_setspecific failure in __cxa_get_globals()");
96 abort_message("pthread_once failure in __cxa_get_globals_fast()");
cxa_guard.cpp 10 #include "abort_message.h"
23 pthread_mutex_lock and the abort_message utility without problem. This
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")
    [all...]
abort_message.h 1 //===-------------------------- abort_message.h-----------------------------===//
22 void abort_message(const char* format, ...)
cxa_default_handlers.cpp 15 #include "abort_message.h"
63 abort_message("terminating with %s exception of type %s: %s",
68 abort_message("terminating with %s exception of type %s",
73 abort_message("terminating with %s foreign exception", cause);
77 abort_message("terminating");
cxa_handlers.cpp 16 #include "abort_message.h"
41 abort_message("unexpected_handler unexpectedly returned");
70 abort_message("terminate_handler unexpectedly returned");
76 abort_message("terminate_handler unexpectedly threw an exception");
abort_message.cpp 1 //===------------------------- abort_message.cpp --------------------------===//
13 #include "abort_message.h"
35 void abort_message(const char* format, ...) function
  /external/libcxxabi/
Android.mk 20 src/abort_message.cpp \
  /art/runtime/
transaction.h 48 void Abort(const std::string& abort_message)
51 void ThrowAbortError(Thread* self, const std::string* abort_message)
transaction.cc 62 void Transaction::Abort(const std::string& abort_message) {
70 abort_message_ = abort_message;
74 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) {
75 const bool rethrow = (abort_message == nullptr);
87 abort_message->c_str());
runtime.cc     [all...]
runtime.h 488 void AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message)
  /ndk/sources/cxx-stl/llvm-libc++abi/
Android.mk 20 libcxxabi/src/abort_message.cpp \
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py 54 abort_message: Why the whole pipeline was aborted; only saved on
88 abort_message = db.TextProperty() variable in class:_PipelineRecord
pipeline.py 715 def abort(self, abort_message=''):
723 abort_message: Optional message explaining why the abort happened.
738 self._root_pipeline_key, abort_message=abort_message)
    [all...]

Completed in 855 milliseconds