HomeSort by relevance Sort by last modified time
    Searched refs:get_error_string (Results 1 - 6 of 6) sorted by null

  /external/valgrind/drd/
drd_error.c 319 "%s\n", what_prefix, VG_(get_error_string)(e),
332 VG_(get_error_string)(e), cdei->cond, what_suffix);
340 what_prefix, VG_(get_error_string)(e), cdi->cond,
360 " 0x%lx%s\n", what_prefix, VG_(get_error_string)(e),
372 VG_(get_error_string)(e), sei->semaphore, what_suffix);
381 VG_(get_error_string)(e), bei->barrier, what_suffix);
399 VG_(get_error_string)(e), p->rwlock, what_suffix);
417 VG_(get_error_string)(e), p->synchronization_object,
425 print_err_detail("%s%s%s\n", what_prefix, VG_(get_error_string)(e),
434 print_err_detail("%s%s 0x%llx%s\n", what_prefix, VG_(get_error_string)(e)
    [all...]
  /external/valgrind/include/
pub_tool_errormgr.h 62 const HChar* VG_(get_error_string) ( const Error* err );
  /external/valgrind/memcheck/
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)(err)
    [all...]
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 18 const char *get_error_string(uint32_t err) { function in namespace:__anon31008
42 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err));
  /external/valgrind/exp-sgcheck/
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/
m_errormgr.c 163 const HChar* VG_(get_error_string) ( const Error* err ) function
    [all...]

Completed in 172 milliseconds