Searched refs:get_error_string (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/drd/ |
D | drd_error.c | 320 "%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 333 VG_(get_error_string)(e), cdei->cond, what_suffix); in drd_tool_error_pp() 341 what_prefix, VG_(get_error_string)(e), cdi->cond, in drd_tool_error_pp() 361 " 0x%lx%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 373 VG_(get_error_string)(e), sei->semaphore, what_suffix); in drd_tool_error_pp() 382 VG_(get_error_string)(e), bei->barrier, what_suffix); in drd_tool_error_pp() 400 VG_(get_error_string)(e), p->rwlock, what_suffix); in drd_tool_error_pp() 418 VG_(get_error_string)(e), p->synchronization_object, in drd_tool_error_pp() 426 print_err_detail("%s%s%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 435 print_err_detail("%s%s 0x%llx%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() [all …]
|
/external/valgrind/memcheck/ |
D | mc_errors.c | 429 VG_(get_error_string)(err)); in MC_() 433 VG_(get_error_string)(err)); in MC_() 488 VG_(get_error_string)(err) ); in MC_() 495 VG_(get_error_string)(err) ); in MC_() 509 VG_(get_error_string)(err), in MC_() 521 VG_(get_error_string)(err), in MC_() 638 VG_(get_error_string)(err), in MC_() 643 VG_(get_error_string)(err), in MC_() 651 VG_(get_error_string)(err), in MC_() 655 VG_(get_error_string)(err), in MC_() [all …]
|
/external/valgrind/include/ |
D | pub_tool_errormgr.h | 62 const HChar* VG_(get_error_string) ( const Error* err );
|
/external/skia/src/gpu/gl/ |
D | GrGLUtil.cpp | 18 const char *get_error_string(uint32_t err) { in get_error_string() function 42 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err)); in GrGLCheckErr()
|
/external/valgrind/exp-sgcheck/ |
D | pc_common.c | 547 const HChar* s = VG_(get_error_string) (err); in pc_pp_Error() 787 const HChar* errstr = VG_(get_error_string)(err); in pc_get_extra_suppression_info()
|
/external/valgrind/coregrind/ |
D | m_errormgr.c | 163 const HChar* VG_(get_error_string) ( const Error* err ) in VG_() argument
|