Searched refs:debug_logging (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/libcups/cups/ |
H A D | adminutil.c | 221 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 D | program.rs | 274 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 D | admin.tmpl | 57 …<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 D | admin.tmpl | 56 …<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 D | admin.tmpl | 57 …<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 D | admin.tmpl | 57 …<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 D | admin.tmpl | 57 …<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 D | admin.tmpl | 57 …<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 D | admin.tmpl | 57 …<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 D | admin.tmpl | 57 …<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 D | watch_app.py | 331 debug_logging = ( 334 level_name = 'DEBUG' if debug_logging else 'INFO'
|
H A D | watch.py | 735 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 D | admin.c | 1255 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 D | project_builder_presubmit_runner.py | 655 log_level = logging.DEBUG if args.debug_logging else logging.INFO
|
H A D | project_builder.py | 1069 log_level = logging.DEBUG if args.debug_logging else logging.INFO
|