Searched refs:get_error_string (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/drd/
H A Ddrd_error.c320 "%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)(
[all...]
/external/valgrind/include/
H A Dpub_tool_errormgr.h62 const HChar* VG_(get_error_string) ( const Error* err );
/external/valgrind/memcheck/
H A Dmc_errors.c429 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)(er
[all...]
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp18 const char *get_error_string(uint32_t err) { function in namespace:__anon16154
42 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err));
/external/valgrind/exp-sgcheck/
H A Dpc_common.c223 //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/
H A Dm_errormgr.c163 const HChar* VG_(get_error_string) ( const Error* err ) function

Completed in 131 milliseconds