| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_commands_test.cpp | 36 Logger::InitializeStdLogging(Logger::Level::FATAL, LoggerComponentMaskAll); in SetUpTestCase() 41 Logger::InitializeStdLogging(Logger::Level::ERROR, LoggerComponentMaskAll); in TearDownTestCase()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | logger_test.cpp | 49 Logger::InitializeStdLogging(Logger::Level::DEBUG, ark::LOGGER_COMPONENT_MASK_ALL); in DEATH_TEST() 93 Logger::InitializeStdLogging(Logger::Level::FATAL, componentMask); in DEATH_TEST() 124 Logger::InitializeStdLogging(Logger::Level::ERROR, componentMask); in DEATH_TEST() 152 Logger::InitializeStdLogging(Logger::Level::INFO, ark::LOGGER_COMPONENT_MASK_ALL); in TEST() 175 Logger::InitializeStdLogging(Logger::Level::ERROR, ark::LOGGER_COMPONENT_MASK_ALL); in TEST() 195 Logger::InitializeStdLogging(Logger::Level::FATAL, ark::LOGGER_COMPONENT_MASK_ALL); in TEST() 217 Logger::InitializeStdLogging(Logger::Level::INFO, componentMask); in TEST() 282 …Logger::InitializeStdLogging(Logger::Level::INFO, ark::Logger::ComponentMask().set(Logger::Compone… in TEST() 308 Logger::InitializeStdLogging(Logger::Level::INFO, ark::LOGGER_COMPONENT_MASK_ALL); in TEST() 335 Logger::InitializeStdLogging(Logger::Level::INFO, ark::LOGGER_COMPONENT_MASK_ALL); in TEST() [all …]
|
| D | dfx_test.cpp | 112 Logger::InitializeStdLogging(Logger::Level::INFO, ark::LOGGER_COMPONENT_MASK_ALL); in TEST()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 57 Logger::InitializeStdLogging(Logger::Level::DEBUG, panda::LoggerComponentMaskAll); 101 Logger::InitializeStdLogging(Logger::Level::FATAL, component_mask); 132 Logger::InitializeStdLogging(Logger::Level::ERROR, component_mask); 160 Logger::InitializeStdLogging(Logger::Level::INFO, panda::LoggerComponentMaskAll); 183 Logger::InitializeStdLogging(Logger::Level::ERROR, panda::LoggerComponentMaskAll); 203 Logger::InitializeStdLogging(Logger::Level::FATAL, panda::LoggerComponentMaskAll); 225 Logger::InitializeStdLogging(Logger::Level::INFO, component_mask); 294 …Logger::InitializeStdLogging(Logger::Level::INFO, panda::Logger::ComponentMask().set(Logger::Compo… 320 Logger::InitializeStdLogging(Logger::Level::INFO, panda::LoggerComponentMaskAll); 339 Logger::InitializeStdLogging(Logger::Level::INFO, panda::LoggerComponentMaskAll);
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_options.cpp | 45 panda::Logger::InitializeStdLogging( in Parse() 54 panda::Logger::InitializeStdLogging(panda::Logger::Level::ERROR, in Parse()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
| D | task_sheduler_logging_test.cpp | 41 Logger::InitializeStdLogging(Logger::Level::INFO, ark::LOGGER_COMPONENT_MASK_ALL); in TEST() 74 Logger::InitializeStdLogging(Logger::Level::INFO, ark::LOGGER_COMPONENT_MASK_ALL); in TEST()
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | main.cpp | 32 Logger::InitializeStdLogging(Logger::Level::INFO, Logger::ComponentMaskFromString("profiler")); in Main()
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disasm.cpp | 73 panda::Logger::InitializeStdLogging( in ProcessArgs() 82 panda::Logger::InitializeStdLogging(panda::Logger::Level::ERROR, in ProcessArgs()
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm.cpp | 113 ark::Logger::InitializeStdLogging(ark::Logger::Level::DEBUG, in ProcessArgs() 120 ark::Logger::InitializeStdLogging(ark::Logger::Level::ERROR, in ProcessArgs()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| D | ets_vm_init_prealloc_test.cpp | 52 Logger::InitializeStdLogging(Logger::Level::ERROR, 0); in EtsVMInitPreallocTest()
|
| D | ets_vm_test.cpp | 45 Logger::InitializeStdLogging(Logger::Level::ERROR, 0); in EtsVMTest()
|
| /arkcompiler/runtime_core/static_core/dprof/converter/ |
| D | main.cpp | 77 …Logger::InitializeStdLogging(Logger::LevelFromString(options.GetLogLevel()), ark::LOGGER_COMPONENT… in Main()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | arkts_header.cpp | 48 ark::Logger::InitializeStdLogging(ark::Logger::Level::ERROR, in ProcessArgs()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | thread_test.cpp | 38 Logger::InitializeStdLogging(Logger::Level::ERROR, 0); in ThreadTest()
|
| D | explicit_gc_test.cpp | 60 Logger::InitializeStdLogging(Logger::Level::INFO, componentMask); in SetupRuntime()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | link.cpp | 60 ark::Logger::InitializeStdLogging( in main()
|
| /arkcompiler/runtime_core/static_core/quickener/ |
| D | quick.cpp | 50 ark::Logger::InitializeStdLogging( in ProcessArgs()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | logger.cpp | 73 Logger::InitializeStdLogging(level, componentMask); in Initialize() 217 void Logger::InitializeStdLogging(Level level, ComponentMask componentMask) in InitializeStdLogging() function in ark::Logger
|
| D | logger.h | 137 PANDA_PUBLIC_API static void InitializeStdLogging(Level level, ComponentMask componentMask);
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | ast_dumper_test.cpp | 133 ark::Logger::InitializeStdLogging(ark::Logger::LevelFromString(options->LogLevel()), mask); in GetProgram()
|
| D | rest_parameter_flag_test.cpp | 87 Logger::InitializeStdLogging(Logger::LevelFromString(options->LogLevel()), mask); in GetProgram()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | generateBin.cpp | 32 … ark::Logger::InitializeStdLogging(Logger::LevelFromString(options->LogLevel()), componentMask); in InitializeLogging()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.cpp | 79 Logger::InitializeStdLogging(level, component_mask); in Initialize() 252 void Logger::InitializeStdLogging(Level level, const ComponentMask &component_mask) in InitializeStdLogging() function in panda::Logger
|
| /arkcompiler/ets_frontend/ets2panda/aot/ |
| D | main.cpp | 138 Logger::InitializeStdLogging(Logger::LevelFromString(options->LogLevel()), mask); in Run()
|
| /arkcompiler/runtime_core/static_core/dprof/daemon/ |
| D | main.cpp | 236 …Logger::InitializeStdLogging(Logger::LevelFromString(options.GetLogLevel()), ark::LOGGER_COMPONENT… in Main()
|