Home
last modified time | relevance | path

Searched refs:get_error_string (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/drd/
Ddrd_error.c319 "%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp()
332 VG_(get_error_string)(e), cdei->cond, what_suffix); in drd_tool_error_pp()
340 what_prefix, VG_(get_error_string)(e), cdi->cond, in drd_tool_error_pp()
360 " 0x%lx%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp()
372 VG_(get_error_string)(e), sei->semaphore, what_suffix); in drd_tool_error_pp()
381 VG_(get_error_string)(e), bei->barrier, what_suffix); in drd_tool_error_pp()
399 VG_(get_error_string)(e), p->rwlock, what_suffix); in drd_tool_error_pp()
417 VG_(get_error_string)(e), p->synchronization_object, in drd_tool_error_pp()
425 print_err_detail("%s%s%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp()
434 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/
Dmc_errors.c429 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/
Dpub_tool_errormgr.h62 const HChar* VG_(get_error_string) ( const Error* err );
/external/skia/src/gpu/gl/
DGrGLUtil.cpp19 const char *get_error_string(uint32_t err) { in get_error_string() function
43 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err)); in GrGLCheckErr()
/external/skqp/src/gpu/gl/
DGrGLUtil.cpp19 const char *get_error_string(uint32_t err) { in get_error_string() function
43 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err)); in GrGLCheckErr()
/external/valgrind/exp-sgcheck/
Dpc_common.c547 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/
Dm_errormgr.c163 const HChar* VG_(get_error_string) ( const Error* err ) in VG_() argument