Home
last modified time | relevance | path

Searched refs:setup_logging (Results 1 – 12 of 12) sorted by relevance

/external/pigweed/pw_build/py/pw_build/
Derror.py24 from pw_cli.log import install as setup_logging unknown
26 from logging import basicConfig as setup_logging # type: ignore unknown
83 setup_logging()
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dgenerate_protos.py28 from pw_cli.log import install as setup_logging unknown
30 from logging import basicConfig as setup_logging # type: ignore unknown
198 setup_logging()
/external/autotest/site_utils/lxc/
Dunittest_setup.py14 def setup_logging(log_level): function
95 setup_logging(log_level)
Dlxc_functional_test.py343 unittest_setup.setup_logging(log_level)
/external/curl/tests/
Ddictserver.py130 def setup_logging(options): function
179 setup_logging(options)
Dnegtelnetserver.py303 def setup_logging(options): function
354 setup_logging(options)
Dsmbserver.py345 def setup_logging(options): function
383 setup_logging(options)
/external/autotest/site_utils/
Dperf_csv_uploader.py176 def setup_logging(log_dir): function
234 setup_logging(options.log_dir)
/external/oj-libjdwp/src/share/back/
Dlog_messages.h32 void setup_logging(const char *, unsigned, int);
Dlog_messages.c207 setup_logging(const char *filename, unsigned flags, int directlog) in setup_logging() function
DdebugInit.c1341 setup_logging(logfile, logflags, directlog); in parseOptions()
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py983 def setup_logging(): function
1026 remaining_args = setup_logging()