/external/chromium_org/base/test/ |
test_suite.cc | 183 RAW_LOG(FATAL, str.c_str());
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
memory_region_map.cc | 273 RAW_LOG(WARNING, "Can't delete LowLevelAlloc arena: it's being used"); 804 RAW_LOG(INFO, "List of regions:"); [all...] |
symbolize.cc | 99 RAW_LOG(ERROR,
|
profile-handler.cc | 274 RAW_LOG(INFO, "Disabling profiler because %s handler is already in use.", 381 RAW_LOG(FATAL, "Invalid token");
|
deep-heap-profile.cc | 67 RAW_LOG(0, "Failed to open /proc/self/cmdline"); 108 RAW_LOG(0, "Failed to open /proc/kpagecount"); 132 RAW_LOG(0, "pagemap read failed @ %#llx %" PRId64 " bytes", 417 RAW_LOG(0, "Time spent on DeepProfiler: %.3f sec\n", elapsed_seconds); 950 RAW_LOG(0, "[%d] Mismatched total in VMA %" PRId64 ":" 953 RAW_LOG(0, "[%d] in %s", getpid(), buffer); [all...] |
malloc_hook.cc | 626 RAW_LOG(ERROR, "google_malloc section is missing, " 632 RAW_LOG(ERROR, "malloc_hook section is missing, " 684 RAW_LOG(WARNING, "Hooked allocator frame not found, returning empty trace");
|
profiler.cc | 153 RAW_LOG(FATAL, "Can't turn on cpu profiling for '%s': %s\n",
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profiler.cc | 151 RAW_LOG(FATAL, "Can't turn on cpu profiling for '%s': %s\n",
|
symbolize.cc | 99 RAW_LOG(ERROR,
|
profile-handler.cc | 274 RAW_LOG(INFO, "Disabling profiler because %s handler is already in use.", 381 RAW_LOG(FATAL, "Invalid token");
|
malloc_hook.cc | 626 RAW_LOG(ERROR, "google_malloc section is missing, " 632 RAW_LOG(ERROR, "malloc_hook section is missing, " 684 RAW_LOG(WARNING, "Hooked allocator frame not found, returning empty trace");
|
/external/chromium/base/ |
process_util_posix.cc | 315 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); 535 RAW_LOG(ERROR, "Failed to open /dev/null"); 546 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); 558 RAW_LOG(ERROR, "setpgid failed"); 606 RAW_LOG(ERROR, "LaunchApp: failed to execvp:"); 607 RAW_LOG(ERROR, argv_cstr[0]); [all...] |
logging.h | [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
logging.h | 242 // global code that calls RAW_LOG may execute before FLAGS_verbose is set. 256 // RAW_LOG is the main function; some synonyms are used in unittests. 257 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); }
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
addressmap_unittest.cc | 90 RAW_LOG(INFO, "Iteration %d/%d...\n", x, FLAGS_iters);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
logging.h | 212 // global code that calls RAW_LOG may execute before FLAGS_verbose is set. 226 // RAW_LOG is the main function; some synonyms are used in unittests. 227 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); }
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
addressmap_unittest.cc | 90 RAW_LOG(INFO, "Iteration %d/%d...\n", x, FLAGS_iters);
|
/external/chromium_org/content/common/ |
sandbox_seccomp_bpf_linux.cc | 177 RAW_LOG(ERROR, __FILE__":**CRASHING**:clone() failure\n"); 197 RAW_LOG(ERROR, __FILE__":**CRASHING**:prctl() failure\n"); 211 RAW_LOG(ERROR, __FILE__":**CRASHING**:ioctl() failure\n"); [all...] |
/external/chromium_org/base/third_party/symbolize/ |
symbolize.cc | 239 RAW_LOG(WARNING, "Section name '%s' is too long (%" PRIuS "); "
|
/external/chromium_org/base/ |
logging.h | [all...] |