Searched refs:get_error_string (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_error.c | 321 "%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 334 VG_(get_error_string)(e), cdei->cond, what_suffix); in drd_tool_error_pp() 342 what_prefix, VG_(get_error_string)(e), cdi->cond, in drd_tool_error_pp() 362 " 0x%lx%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 374 VG_(get_error_string)(e), sei->semaphore, what_suffix); in drd_tool_error_pp() 383 VG_(get_error_string)(e), bei->barrier, what_suffix); in drd_tool_error_pp() 401 VG_(get_error_string)(e), p->rwlock, what_suffix); in drd_tool_error_pp() 419 VG_(get_error_string)(e), p->synchronization_object, in drd_tool_error_pp() 427 print_err_detail("%s%s%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 436 print_err_detail("%s%s 0x%llx%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() [all …]
|
/external/valgrind/main/memcheck/ |
D | mc_errors.c | 554 VG_(get_error_string)(err)); in MC_() 558 VG_(get_error_string)(err)); in MC_() 613 VG_(get_error_string)(err) ); in MC_() 620 VG_(get_error_string)(err) ); in MC_() 634 VG_(get_error_string)(err), in MC_() 646 VG_(get_error_string)(err), in MC_() 763 VG_(get_error_string)(err), in MC_() 768 VG_(get_error_string)(err), in MC_() 776 VG_(get_error_string)(err), in MC_() 780 VG_(get_error_string)(err), in MC_() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLUtil.cpp | 17 const char *get_error_string(uint32_t err) { in get_error_string() function 41 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err)); in GrGLCheckErr()
|
/external/valgrind/main/include/ |
D | pub_tool_errormgr.h | 62 Char* VG_(get_error_string) ( Error* err );
|
/external/valgrind/main/exp-sgcheck/ |
D | pc_common.c | 547 Char* s = VG_(get_error_string) (err); in pc_pp_Error() 787 Char* errstr = VG_(get_error_string)(err); in pc_get_extra_suppression_info()
|
/external/valgrind/main/coregrind/ |
D | m_errormgr.c | 162 Char* VG_(get_error_string) ( Error* err ) in VG_() argument
|