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

  /bionic/libc/bionic/
malloc_debug_check.cpp 70 static void log_message(const char* format, ...) { function
138 log_message("*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\n");
141 log_message("\t#%02d pc %08x %s\n", cnt,
176 log_message("+++ REAR GUARD MISMATCH [%d, %d)\n", first_mismatch, i);
182 log_message("+++ REAR GUARD MISMATCH [%d, %d)\n", first_mismatch, i);
249 log_message("+++ ALLOCATION %p SIZE %d HAS A CORRUPTED FRONT GUARD\n",
252 log_message("+++ ALLOCATION %p HAS A CORRUPTED FRONT GUARD "\
261 log_message("+++ ALLOCATION %p SIZE %d HAS A CORRUPTED REAR GUARD\n",
275 log_message("+++ ALLOCATION %p HAS INVALID TAG %08x (NOT DUMPING STACKTRACE)\n",
284 log_message("+++ ALLOCATION %p SIZE %d WAS USED AFTER BEING FREED\n"
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 100 def _assert_log_message(self, script_error, log_message):
102 self.assertTrue(failure_log.read(), log_message)
  /external/clang/tools/scan-view/
ScanView.py 236 def log_message(self, format, *args): member in class:ScanViewRequestHandler

Completed in 267 milliseconds