Home
last modified time | relevance | path

Searched refs:ScopedLogSeverity (Results 1 – 22 of 22) sorted by relevance

/aosp12/system/libbase/
H A Dlogging_test.cpp257 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 Dlogging.cpp567 ScopedLogSeverity::ScopedLogSeverity(LogSeverity new_severity) { in ScopedLogSeverity() function in android::base::ScopedLogSeverity
571 ScopedLogSeverity::~ScopedLogSeverity() { in ~ScopedLogSeverity()
/aosp12/art/runtime/gc/
H A Dheap_verification_test.cc104 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 Dmonitor_test.cc300 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 Dcommon_runtime_test.h46 using ScopedLogSeverity = android::base::ScopedLogSeverity; variable
H A Dexec_utils_test.cc48 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
H A Dindirect_reference_table_test.cc53 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
H A Druntime.cc357 ScopedLogSeverity sls(LogSeverity::INFO); in ~Runtime()
/aosp12/system/libbase/include/android-base/
H A Dlogging.h450 class ScopedLogSeverity {
452 explicit ScopedLogSeverity(LogSeverity level);
453 ~ScopedLogSeverity();
/aosp12/art/libartbase/base/
H A Dcommon_art_test.h42 using ScopedLogSeverity = android::base::ScopedLogSeverity; variable
H A Dlogging.h30 using ::android::base::ScopedLogSeverity;
/aosp12/system/extras/simpleperf/
H A Dgtest_main.cpp99 android::base::ScopedLogSeverity severity(log_severity); in main()
H A Dreport_lib_interface.cpp115 : 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 Dcommand.cpp267 android::base::ScopedLogSeverity severity(log_severity); in RunSimpleperfCmd()
/aosp12/art/libdexfile/dex/
H A Dcompact_offset_table_test.cc72 android::base::ScopedLogSeverity sls(android::base::LogSeverity::INFO); in TEST()
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc696 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 Dspace_create_test.cc58 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_P()
H A Dimage_space_test.cc456 ScopedLogSeverity quiet_;
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc1516 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 Dstub_test.cc674 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 Ddex2oat_image_test.cc434 ScopedLogSeverity quiet(LogSeverity::FATAL); in TEST_F()
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp749 base::ScopedLogSeverity mScopedLogSeverity{base::VERBOSE};