/aosp12/system/libbase/ |
H A D | logging_test.cpp | 257 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 264 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 273 android::base::ScopedLogSeverity sls2(android::base::severity); \ 279 android::base::ScopedLogSeverity sls2(android::base::severity); \ 334 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 341 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 350 android::base::ScopedLogSeverity sls2(android::base::severity); \ 484 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 491 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 585 android::base::ScopedLogSeverity sls(android::base::ERROR); in TEST() [all …]
|
H A D | logging.cpp | 567 ScopedLogSeverity::ScopedLogSeverity(LogSeverity new_severity) { in ScopedLogSeverity() function in android::base::ScopedLogSeverity 571 ScopedLogSeverity::~ScopedLogSeverity() { in ~ScopedLogSeverity()
|
/aosp12/art/runtime/gc/ |
H A D | heap_verification_test.cc | 104 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F() 122 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F() 148 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F() 168 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
|
/aosp12/art/runtime/ |
H A D | monitor_test.cc | 300 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 310 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 321 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 347 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
|
H A D | common_runtime_test.h | 46 using ScopedLogSeverity = android::base::ScopedLogSeverity; variable
|
H A D | exec_utils_test.cc | 48 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
|
H A D | indirect_reference_table_test.cc | 53 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
|
H A D | runtime.cc | 357 ScopedLogSeverity sls(LogSeverity::INFO); in ~Runtime()
|
/aosp12/system/libbase/include/android-base/ |
H A D | logging.h | 450 class ScopedLogSeverity { 452 explicit ScopedLogSeverity(LogSeverity level); 453 ~ScopedLogSeverity();
|
/aosp12/art/libartbase/base/ |
H A D | common_art_test.h | 42 using ScopedLogSeverity = android::base::ScopedLogSeverity; variable
|
H A D | logging.h | 30 using ::android::base::ScopedLogSeverity;
|
/aosp12/system/extras/simpleperf/ |
H A D | gtest_main.cpp | 99 android::base::ScopedLogSeverity severity(log_severity); in main()
|
H A D | report_lib_interface.cpp | 115 : log_severity_(new android::base::ScopedLogSeverity(android::base::INFO)), in ReportLib() 159 std::unique_ptr<android::base::ScopedLogSeverity> log_severity_; 189 log_severity_.reset(new android::base::ScopedLogSeverity(severity)); in SetLogSeverity()
|
H A D | command.cpp | 267 android::base::ScopedLogSeverity severity(log_severity); in RunSimpleperfCmd()
|
/aosp12/art/libdexfile/dex/ |
H A D | compact_offset_table_test.cc | 72 android::base::ScopedLogSeverity sls(android::base::LogSeverity::INFO); in TEST()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal_test.cc | 696 ScopedLogSeverity sls(LogSeverity::ERROR); in TEST_F() 1044 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 2102 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 2136 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 2144 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 2233 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 2281 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 2421 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 2643 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
|
/aosp12/art/runtime/gc/space/ |
H A D | space_create_test.cc | 58 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_P()
|
H A D | image_space_test.cc | 456 ScopedLogSeverity quiet_;
|
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 1516 ScopedLogSeverity sls(LogSeverity::FATAL); in UpcallArgumentTypeChecking_InstanceImpl() 1533 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST() 2009 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST() 2023 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST() 2040 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
|
/aosp12/art/runtime/arch/ |
H A D | stub_test.cc | 674 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 787 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F() 906 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_image_test.cc | 434 ScopedLogSeverity quiet(LogSeverity::FATAL); in TEST_F()
|
/aosp12/frameworks/av/media/codec2/hidl/plugin/ |
H A D | FilterWrapper.cpp | 749 base::ScopedLogSeverity mScopedLogSeverity{base::VERBOSE};
|