/external/chromium_org/base/third_party/symbolize/glog/ |
raw_logging.h | 6 #define RAW_LOG(severity, ...); // Do nothing.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker.cc | 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_); 723 RAW_LOG(ERROR, "Memory region for stack at %p not found. " [all...] |
heap-profiler.cc | 235 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name); 337 RAW_LOG(INFO, "%.*s", static_cast<int>(strlen(message) - 1), message); 338 // -1 is to chop the \n which will be added by RAW_LOG 348 RAW_LOG(INFO, 366 RAW_LOG(INFO, 383 RAW_LOG(INFO, "munmap(start=0x%"PRIxPTR", len=%"PRIuS")", 393 RAW_LOG(INFO, "sbrk(inc=%"PRIdS") = 0x%"PRIxPTR"", 505 RAW_LOG(FATAL, "Memory leak in HeapProfiler:"); 536 RAW_LOG(WARNING, ("HeapProfiler: ignoring HEAPPROFILE because "
|
debugallocation.cc | 418 RAW_LOG(FATAL, "memory allocation bug: object at %p " 424 RAW_LOG(FATAL, "memory allocation bug: object at %p " 429 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " 435 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " 443 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " 447 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " 455 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " 458 RAW_LOG(FATAL, "memory allocation/deallocation mismatch at %p: " 463 RAW_LOG(FATAL, "memory stomping bug: our memory map has been corrupted : " 491 RAW_LOG(ERROR, "Massive size passed to malloc: %"PRIuS"", size) [all...] |
getpc.h | 165 #include "base/logging.h" // for RAW_LOG 171 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
|
heap-profile-table.cc | 521 RAW_LOG(ERROR, "Failed dumping filtered heap profile to %s", file_name); 546 RAW_LOG(WARNING, "Unable to remove old heap profiles (can't run glob())"); 619 RAW_LOG(ERROR, "Leak check %s detected leaks of %"PRIuS" bytes " 645 RAW_LOG(ERROR, "The %d largest leaks:", to_report); 669 RAW_LOG(ERROR, "%s", buffer); 673 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d", 681 RAW_LOG(ERROR, "Could not write pprof profile to %s", filename); 690 RAW_LOG(ERROR, "leaked %"PRIuS" byte object %p", v->bytes, ptr);
|
memory_region_map.cc | 241 RAW_LOG(WARNING, "Can't delete LowLevelAlloc arena: it's being used"); 640 RAW_LOG(INFO, "List of regions:"); 644 RAW_LOG(INFO, "Memory region 0x%"PRIxPTR"..0x%"PRIxPTR" " 651 RAW_LOG(INFO, "End of regions list");
|
/external/chromium_org/base/process/ |
process_metrics_posix.cc | 44 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed");
|
launch_posix.cc | 160 RAW_LOG(FATAL, "sigaction (get) failed."); 168 RAW_LOG(FATAL, "sigaction (set) failed."); 174 RAW_LOG(FATAL, "Cound not fix sa_restorer."); 454 RAW_LOG(ERROR, "Failed to open /dev/null"); 461 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); 469 RAW_LOG(ERROR, "setpgid failed"); 487 RAW_LOG(WARNING, "getrlimit failed"); 491 RAW_LOG(WARNING, "setrlimit failed"); 522 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set"); 525 RAW_LOG(WARNING, "setsid failed, ctrl terminal not set") [all...] |
/external/chromium_org/tools/android/forwarder2/ |
common.h | 32 // Wrapper around RAW_LOG() which is signal-safe. The only purpose of this macro 35 RAW_LOG(Level, Msg);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker.cc | 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_); 723 RAW_LOG(ERROR, "Memory region for stack at %p not found. " [all...] |
debugallocation.cc | 416 RAW_LOG(FATAL, "memory allocation bug: object at %p " 422 RAW_LOG(FATAL, "memory allocation bug: object at %p " 427 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " 433 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " 441 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " 445 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " 453 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " 456 RAW_LOG(FATAL, "memory allocation/deallocation mismatch at %p: " 461 RAW_LOG(FATAL, "memory stomping bug: our memory map has been corrupted : " 489 RAW_LOG(ERROR, "Massive size passed to malloc: %"PRIuS"", size) [all...] |
heap-profiler.cc | 292 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name); 416 RAW_LOG(INFO, "%.*s", static_cast<int>(strlen(message) - 1), message); 417 // -1 is to chop the \n which will be added by RAW_LOG 427 RAW_LOG(INFO, 445 RAW_LOG(INFO, 462 RAW_LOG(INFO, "munmap(start=0x%" PRIxPTR ", len=%" PRIuS ")", 472 RAW_LOG(INFO, "sbrk(inc=%" PRIdS ") = 0x%" PRIxPTR, 621 RAW_LOG(FATAL, "Memory leak in HeapProfiler:"); 676 RAW_LOG(WARNING, ("HeapProfiler: ignoring " HEAPPROFILE " because "
|
getpc.h | 168 #include "base/logging.h" // for RAW_LOG 174 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
|
heap-profile-table.cc | 353 RAW_LOG(ERROR, "Failed dumping live objects to %s", file_name); 365 RAW_LOG(ERROR, "Failed dumping type statistics to %s", file_name); 562 RAW_LOG(ERROR, "Failed dumping filtered heap profile to %s", file_name); 601 RAW_LOG(WARNING, "Unable to remove old heap profiles (can't run glob())"); 674 RAW_LOG(ERROR, "Leak check %s detected leaks of %" PRIuS " bytes " 700 RAW_LOG(ERROR, "The %d largest leaks:", to_report); 724 RAW_LOG(ERROR, "%s", buffer); 728 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d", 736 RAW_LOG(ERROR, "Could not write pprof profile to %s", filename); 745 RAW_LOG(ERROR, "leaked %" PRIuS " byte object %p", v->bytes, ptr) [all...] |
/external/chromium/base/ |
dir_reader_linux.h | 41 RAW_LOG(ERROR, "Failed to close directory handle");
|
file_descriptor_shuffle.cc | 43 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed "
|
/external/chromium_org/base/files/ |
dir_reader_linux.h | 41 RAW_LOG(ERROR, "Failed to close directory handle");
|
/external/chromium/chrome/browser/ |
browser_main_posix.cc | 145 RAW_LOG(WARNING, "No UI thread, exiting ungracefully."); 158 RAW_LOG(WARNING, "Still here, exiting really ungracefully.");
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
pagemap_unittest.cc | 66 RAW_LOG(INFO, "Running test with %d iterations...\n", limit); 123 RAW_LOG(ERROR, "Running NextTest %s\n", name);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
pagemap_unittest.cc | 66 RAW_LOG(INFO, "Running test with %d iterations...\n", limit); 123 RAW_LOG(ERROR, "Running NextTest %s\n", name);
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.cc | 43 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed "
|
/external/chromium_org/sandbox/linux/services/ |
broker_process.cc | 62 RAW_LOG(FATAL, "*file_to_open should be NULL"); 257 RAW_LOG(ERROR, "Could not make request to broker process"); 282 RAW_LOG(ERROR, "Unsupported command"); 286 RAW_LOG(ERROR, "Could not read pickle");
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_posix.cc | 231 RAW_LOG(WARNING, "No UI thread, exiting ungracefully."); 244 RAW_LOG(WARNING, "Still here, exiting really ungracefully.");
|
/external/chromium/base/test/ |
test_suite.cc | 163 RAW_LOG(FATAL, str.c_str());
|