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

  /external/valgrind/main/drd/
drd_error.c 321 "%s\n", what_prefix, VG_(get_error_string)(e),
334 VG_(get_error_string)(e), cdei->cond, what_suffix);
342 what_prefix, VG_(get_error_string)(e), cdi->cond,
362 " 0x%lx%s\n", what_prefix, VG_(get_error_string)(e),
374 VG_(get_error_string)(e), sei->semaphore, what_suffix);
383 VG_(get_error_string)(e), bei->barrier, what_suffix);
401 VG_(get_error_string)(e), p->rwlock, what_suffix);
419 VG_(get_error_string)(e), p->synchronization_object,
427 print_err_detail("%s%s%s\n", what_prefix, VG_(get_error_string)(e),
436 print_err_detail("%s%s 0x%llx%s\n", what_prefix, VG_(get_error_string)(e)
    [all...]
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 17 const char *get_error_string(uint32_t err) { function in namespace:__anon15093
41 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
  /external/valgrind/main/memcheck/
mc_errors.c 554 VG_(get_error_string)(err));
558 VG_(get_error_string)(err));
613 VG_(get_error_string)(err) );
620 VG_(get_error_string)(err) );
634 VG_(get_error_string)(err),
646 VG_(get_error_string)(err),
763 VG_(get_error_string)(err),
768 VG_(get_error_string)(err),
776 VG_(get_error_string)(err),
780 VG_(get_error_string)(err)
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 223 //tl_assert(VG_(get_error_string)(e1) == NULL);
224 //tl_assert(VG_(get_error_string)(e2) == NULL);
547 Char* s = VG_(get_error_string) (err);
787 Char* errstr = VG_(get_error_string)(err);
  /external/valgrind/main/include/
pub_tool_errormgr.h 62 Char* VG_(get_error_string) ( Error* err );
  /external/valgrind/main/coregrind/
m_errormgr.c 162 Char* VG_(get_error_string) ( Error* err ) function
    [all...]

Completed in 265 milliseconds