/external/valgrind/drd/ |
drd_error.c | 320 "%s\n", what_prefix, VG_(get_error_string)(e), 333 VG_(get_error_string)(e), cdei->cond, what_suffix); 341 what_prefix, VG_(get_error_string)(e), cdi->cond, 361 " 0x%lx%s\n", what_prefix, VG_(get_error_string)(e), 373 VG_(get_error_string)(e), sei->semaphore, what_suffix); 382 VG_(get_error_string)(e), bei->barrier, what_suffix); 400 VG_(get_error_string)(e), p->rwlock, what_suffix); 418 VG_(get_error_string)(e), p->synchronization_object, 426 print_err_detail("%s%s%s\n", what_prefix, VG_(get_error_string)(e), 435 print_err_detail("%s%s 0x%llx%s\n", what_prefix, VG_(get_error_string)(e) [all...] |
/external/valgrind/include/ |
pub_tool_errormgr.h | 62 const HChar* VG_(get_error_string) ( const Error* err );
|
/external/valgrind/memcheck/ |
mc_errors.c | 429 VG_(get_error_string)(err)); 433 VG_(get_error_string)(err)); 488 VG_(get_error_string)(err) ); 495 VG_(get_error_string)(err) ); 509 VG_(get_error_string)(err), 521 VG_(get_error_string)(err), 638 VG_(get_error_string)(err), 643 VG_(get_error_string)(err), 651 VG_(get_error_string)(err), 655 VG_(get_error_string)(err) [all...] |
/external/skia/src/gpu/gl/ |
GrGLUtil.cpp | 18 const char *get_error_string(uint32_t err) { function in namespace:__anon23062 42 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err));
|
/external/valgrind/exp-sgcheck/ |
pc_common.c | 223 //tl_assert(VG_(get_error_string)(e1) == NULL); 224 //tl_assert(VG_(get_error_string)(e2) == NULL); 547 const HChar* s = VG_(get_error_string) (err); 787 const HChar* errstr = VG_(get_error_string)(err);
|
/external/valgrind/coregrind/ |
m_errormgr.c | 163 const HChar* VG_(get_error_string) ( const Error* err ) function [all...] |