Home
last modified time | relevance | path

Searched refs:debug_logging (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/libcups/cups/
H A Dadminutil.c221 debug_logging = 0; /* LogLevel debug set? */ in cupsAdminGetServerSettings() local
274 debug_logging = !_cups_strncasecmp(value, "debug", 5); in cupsAdminGetServerSettings()
360 debug_logging ? "1" : "0", in cupsAdminGetServerSettings()
443 debug_logging; /* LogLevel debug set? */ in cupsAdminSetServerSettings() local
556 debug_logging = atoi(val); in cupsAdminSetServerSettings()
558 if (debug_logging == old_debug_logging) in cupsAdminSetServerSettings()
564 debug_logging = -1; in cupsAdminSetServerSettings()
568 debug_logging = -1; in cupsAdminSetServerSettings()
571 debug_logging)); in cupsAdminSetServerSettings()
771 else if (!_cups_strcasecmp(line, "LogLevel") && debug_logging >= 0) in cupsAdminSetServerSettings()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dprogram.rs274 fn debug_logging(p: &Program, devs: &[&Device]) { in debug_logging() function
322 debug_logging(p, &devs); in build_program()
402 debug_logging(p, &devs); in compile_program()
468 debug_logging(&res, &devs); in link_program()
/aosp_15_r20/external/libcups/templates/ja/
H A Dadmin.tmpl57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/libcups/templates/ru/
H A Dadmin.tmpl56 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/libcups/templates/de/
H A Dadmin.tmpl57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/libcups/templates/
H A Dadmin.tmpl57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/libcups/templates/da/
H A Dadmin.tmpl57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/libcups/templates/es/
H A Dadmin.tmpl57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/libcups/templates/fr/
H A Dadmin.tmpl57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/libcups/templates/pt_BR/
H A Dadmin.tmpl57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
/aosp_15_r20/external/pigweed/pw_watch/py/pw_watch/
H A Dwatch_app.py331 debug_logging = (
334 level_name = 'DEBUG' if debug_logging else 'INFO'
H A Dwatch.py735 debug_logging: bool = False,
978 log_level=logging.DEBUG if args.debug_logging else logging.INFO,
/aosp_15_r20/external/libcups/cgi-bin/
H A Dadmin.c1255 const char *debug_logging, /* DEBUG_LOGGING value */ in do_config_server() local
1298 debug_logging = cgiGetVariable("DEBUG_LOGGING") ? "1" : "0"; in do_config_server()
1410 changed = strcmp(debug_logging, cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, in do_config_server()
1444 debug_logging, num_settings, &settings); in do_config_server()
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dproject_builder_presubmit_runner.py655 log_level = logging.DEBUG if args.debug_logging else logging.INFO
H A Dproject_builder.py1069 log_level = logging.DEBUG if args.debug_logging else logging.INFO