Searched refs:get_error_string (Results 1 - 6 of 6) sorted by relevance
/external/valgrind/drd/ |
H A D | 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)( [all...] |
/external/valgrind/include/ |
H A D | pub_tool_errormgr.h | 62 const HChar* VG_(get_error_string) ( const Error* err );
|
/external/valgrind/memcheck/ |
H A D | 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)(er [all...] |
/external/skia/src/gpu/gl/ |
H A D | GrGLUtil.cpp | 18 const char *get_error_string(uint32_t err) { function in namespace:__anon14025 42 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err));
|
/external/valgrind/exp-sgcheck/ |
H A D | 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/ |
H A D | m_errormgr.c | 164 const HChar* VG_(get_error_string) ( const Error* err ) function
|
Completed in 416 milliseconds