Home
last modified time | relevance | path

Searched defs:log_levels (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libcups/scheduler/
H A Dlog.c64 static const int log_levels[] = /* ASL levels... */ variable
78 static const int log_levels[] = /* SYSLOG levels... */ variable
/aosp_15_r20/external/igt-gpu-tools/runner/
H A Dsettings.c41 } log_levels[] = { variable
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dutils.py1313 def __init__(self, logger=logging.getLogger(), log_levels=None): argument