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

  /external/perf_data_converter/src/quipper/compat/
log_level.cc 13 logging::SetMinLogLevel(-level);
  /external/perf_data_converter/src/quipper/mybase/base/
logging.cc 17 void SetMinLogLevel(int level) { g_min_log_level = level; }
logging.h 35 void SetMinLogLevel(int level);
  /system/tpm/attestation/
attestation_testrunner.cc 27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /system/tpm/tpm_manager/
tpm_manager_testrunner.cc 27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /system/tpm/trunks/
trunks_testrunner.cc 27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
resource_manager_test.cc 53 logging::SetMinLogLevel(logging::LOG_FATAL);
55 ~ScopedDisableLogging() { logging::SetMinLogLevel(original_severity_); }
    [all...]
  /external/libchrome/base/
logging_unittest.cc 49 SetMinLogLevel(old_min_log_level_);
76 SetMinLogLevel(LOG_INFO);
108 SetMinLogLevel(LOG_INFO);
115 SetMinLogLevel(LOG_WARNING);
122 SetMinLogLevel(LOG_ERROR);
130 SetMinLogLevel(LOG_FATAL + 1);
142 SetMinLogLevel(LOG_WARNING);
logging.cc 408 void SetMinLogLevel(int level) {
logging.h 242 BASE_EXPORT void SetMinLogLevel(int level);
    [all...]
  /external/puffin/src/
fuzzer.cc 65 logging::SetMinLogLevel(logging::LOG_FATAL);
  /external/libchrome/base/metrics/
statistics_recorder_unittest.cc 31 logging::SetMinLogLevel(old_min_log_level_);
632 logging::SetMinLogLevel(logging::LOG_WARNING);
642 logging::SetMinLogLevel(logging::LOG_WARNING);
646 logging::SetMinLogLevel(logging::LOG_VERBOSE);
654 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 114 logging::SetMinLogLevel(logging::LOG_INFO);
117 logging::SetMinLogLevel(original_severity_);
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp     [all...]

Completed in 240 milliseconds