/external/libchrome/base/ |
vlog_unittest.cc | 16 int min_log_level = 0; local 18 VlogInfo(std::string(), std::string(), &min_log_level) 21 VlogInfo("0", std::string(), &min_log_level).GetVlogLevel("test2")); 23 0, VlogInfo("blah", std::string(), &min_log_level).GetVlogLevel("test3")); 26 VlogInfo("0blah1", std::string(), &min_log_level).GetVlogLevel("test4")); 28 VlogInfo("1", std::string(), &min_log_level).GetVlogLevel("test5")); 30 VlogInfo("5", std::string(), &min_log_level).GetVlogLevel("test6")); 85 int min_log_level = 0; local 86 VlogInfo vlog_info(kVSwitch, kVModuleSwitch, &min_log_level); 100 int min_log_level = 0 local 101 VlogInfo vlog_info(std::string(), kVModuleSwitch, &min_log_level); local [all...] |
vlog.cc | 50 int* min_log_level) 51 : min_log_level_(min_log_level) { 52 DCHECK(min_log_level != NULL);
|
vlog.h | 42 int* min_log_level);
|
/system/extras/perfprofd/quipper/base/ |
logging.cc | 33 int min_log_level = 0; member in namespace:logging::__anon114413 38 min_log_level = std::min(LOG_FATAL, level); 42 return min_log_level;
|
/external/autotest/client/site_tests/desktopui_GmailLatency/ |
url_fetch_test.arm | |