/third_party/cups-filters/filter/foomatic-rip/ |
D | foomaticrip.c | 59 void _log(const char* msg, ...) in _log() function 76 _log("Could not dup logh to stderr\n"); in redirect_log_to_stderr() 86 _log("Process is dying with \""); in rip_die() 90 _log("\", exit stat %d\n", status); in rip_die() 92 _log("Cleaning up...\n"); in rip_die() 314 _log("Printing system options:\n"); in process_cmdline_options() 323 _log("Pondering option '%s=%s'\n", key, value); in process_cmdline_options() 325 _log("Pondering option '%s'\n", key); in process_cmdline_options() 381 _log("Unknown \"media\" component: \"%s\".\n", p); in process_cmdline_options() 420 _log("Unknown option %s=%s.\n", key, value); in process_cmdline_options() [all …]
|
D | postscript.c | 200 _log("Unexpected page count\n"); in print_ps() 204 _log("No pages left, outputting empty file.\n"); in print_ps() 207 _log("File contains %d pages.\n", pagecount); in print_ps() 365 _log("Reading PostScript input ...\n"); in _print_ps() 385 _log("Job does not start with \"%%!\", is it Postscript?\n"); in _print_ps() 404 _log("--> This document is DSC-conforming!\n"); in _print_ps() 425 _log("Embedded document, nesting level now: %d\n", nestinglevel); in _print_ps() 430 _log("End of embedded document, nesting level now: %d\n", nestinglevel); in _print_ps() 441 _log("Document created with OpenOffice.org 1.1.x\n"); in _print_ps() 446 _log("Document created with StarOffice 8\n"); in _print_ps() [all …]
|
D | process.c | 86 _log("Killing %s\n", procs[i].name); in kill_all_processes() 111 _log("Starting process \"%s\" (generation %d)\n", name, kidgeneration +1); in _start_process() 115 _log("Could not fork for %s\n", name); in _start_process() 163 _log("fdopen: %s\n", strerror(errno)); in _start_process() 169 _log("fdopen: %s\n", strerror(errno)); in _start_process() 188 …_log("Error: Executing \"%s -c %s\" failed (%s).\n", get_modern_shell(), (const char *)cmd, strerr… in exec_command() 209 _log("No such process \"%d\"", pid); in wait_for_process() 215 _log("%s exited with status %d\n", procs[i].name, WEXITSTATUS(status)); in wait_for_process() 217 _log("%s received signal %d\n", procs[i].name, WTERMSIG(status)); in wait_for_process()
|
D | renderer.c | 51 _log("Failed to execute ghostscript!\n"); in test_gs_output_redirection() 323 _log("write_merged_jcl_options() dereferences NULL pointer p\n"); in write_merged_jcl_options() 343 _log("JCL: %s", jclbegin); in log_jcl() 346 _log("%s\n", *opt); in log_jcl() 348 _log("<job data> %s\n\n", jclappend->data); in log_jcl() 400 _log("error closing postpipe\n"); in exec_kid4() 424 _log("kid3: Could not dup stdin\n"); in exec_kid3() 430 _log("kid3: Could not dup stdout to kid4\n"); in exec_kid3() 463 _log("kid3 finished\n"); in exec_kid3() 466 _log("Possible error on renderer command line or PostScript error. Check options."); in exec_kid3() [all …]
|
D | pdf.c | 85 _log("Starting renderer with command: %s\n", cmd); in start_renderer() 100 _log("Kid3 did not finish normally.\n"); in wait_for_renderer() 104 _log("Kid3 exit status: %d\n", WEXITSTATUS(status)); in wait_for_renderer() 125 _log("Extracting pages %d through %d\n", first, last); in pdf_extract_pages() 257 _log("File contains %d pages\n", page_count); in print_pdf_file() 260 _log("No pages left, outputting empty file.\n"); in print_pdf_file() 306 _log("Could not create temporary file: %s\n", strerror(errno)); in print_pdf()
|
D | options.c | 142 _log("type '%d' does not exist\n", type); in type_name() 204 _log("Unknown section: \"%s\"\n", value); in section_from_string() 391 _log("Added option %s\n", opt->name); in assure_option() 516 …_log("Value \"%s\" for option \"%s\", parameter \"%s\" is smaller than the minimum value \"%d\"\n", in get_valid_param_string() 521 … _log("Value \"%s\" for option \"%s\", parameter \"%s\" is larger than the maximum value \"%d\"\n", in get_valid_param_string() 537 …_log("Value \"%s\" for option \"%s\", parameter \"%s\" is smaller than the minimum value \"%d\"\n", in get_valid_param_string() 542 … _log("Value \"%s\" for option \"%s\", parameter \"%s\" is larger than the maximum value \"%d\"\n", in get_valid_param_string() 555 … _log("Custom string \"%s\" for \"%s\", parameter \"%s\" contains illegal characters.\n", in get_valid_param_string() 561 … _log("Custom string \"%s\" for \"%s\", parameter \"%s\" does not match the allowed regexp.\n", in get_valid_param_string() 567 _log("Custom value \"%s\" is too short for option \"%s\", parameter \"%s\".\n", in get_valid_param_string() [all …]
|
D | spooler.c | 90 _log("Getting input from file %s\n", cups_filename); in init_cups() 219 _log("No printer definition (option \"-P <name>\") specified!\n"); in init_direct() 225 … _log("There is no readable PPD file for the printer %s, is it configured?\n", job->printer); in init_direct()
|
D | foomaticrip.h | 99 void _log(const char* msg, ...);
|
D | util.c | 54 _log("Storing temporary files in %s\n", tmpdir); in temp_dir() 1133 _log("Could not write to temp file\n"); in copy_file()
|
/third_party/python/Lib/distutils/ |
D | log.py | 19 def _log(self, level, msg, args): member in Log 40 self._log(level, msg, args) 43 self._log(DEBUG, msg, args) 46 self._log(INFO, msg, args) 49 self._log(WARN, msg, args) 52 self._log(ERROR, msg, args) 55 self._log(FATAL, msg, args)
|
/third_party/jerryscript/tools/ |
D | srcmerger.py | 32 self._log = logging.getLogger('sourcemerger') 47 self._log.debug('[%d] Detected usage of BUILTIN_INC_HEADER_NAME, including: %s', 57 self._log.debug('[%d] Detected definition of BUILTIN_INC_HEADER_NAME: %s', 78 self._log.warning('Tried to to process an already processed file: "%s"', filename) 82 self._log.debug('Adding file: "%s"', filename) 128 self._log.debug('[%d] Removing include line (%s:%d): %s', 135 self._log.warning('[%d] Include not found: "%s" in "%s:%d"', 141 self._log.debug('[%d] Already included: "%s"', 147 self._log.debug('[%d] Including: "%s"',
|
/third_party/python/Lib/ |
D | random.py | 49 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 96 LOG4 = _log(4.0) 97 SG_MAGICCONST = 1.0 + _log(4.5) 486 setsize += 4 ** _ceil(_log(k * 3, 4)) # table size for big sets 587 if zz <= -_log(u2): 623 g2rad = _sqrt(-2.0 * _log(1.0 - random())) 654 return -_log(1.0 - self.random()) / lambd 733 v = _log(u1 / (1.0 - u1)) / ainv 737 if r + SG_MAGICCONST - 4.5 * z >= 0.0 or r >= _log(z): 742 return -_log(1.0 - random()) * beta [all …]
|
D | imaplib.py | 1003 self._log('> %r' % data) 1196 self._log('< %r' % line) 1261 def _log(self, line): member in IMAP4
|
/third_party/python/Lib/distutils/tests/ |
D | support.py | 24 self._old_log = log.Log._log 25 log.Log._log = self._log 30 log.Log._log = self._old_log 33 def _log(self, level, msg, args): member in LoggingSilencer
|
D | test_file_util.py | 17 def _log(self, msg, *args): member in FileUtilTestCase 27 log.info = self._log
|
D | test_dir_util.py | 19 def _log(self, msg, *args): member in DirUtilTestCase 33 log.info = self._log
|
/third_party/python/Lib/test/ |
D | test_random.py | 564 def test_randbelow_logic(self, _log=log, int=int): argument 571 k = int(1.00001 + _log(n, 2)) 576 k = int(1.00001 + _log(n, 2)) 581 k = int(1.00001 + _log(n, 2)) 801 def test_randbelow_logic(self, _log=log, int=int): argument 808 k = int(1.00001 + _log(n, 2)) 813 k = int(1.00001 + _log(n, 2)) 818 k = int(1.00001 + _log(n, 2)) 1169 _log = random._log
|
D | test_logging.py | 3447 def _log(self, level, msg, args, exc_info=None, extra=None): member in ManagerTest.test_manager_loggerclass.MyLogger
|
/third_party/python/Lib/logging/ |
D | __init__.py | 1465 self._log(DEBUG, msg, args, **kwargs) 1477 self._log(INFO, msg, args, **kwargs) 1489 self._log(WARNING, msg, args, **kwargs) 1506 self._log(ERROR, msg, args, **kwargs) 1524 self._log(CRITICAL, msg, args, **kwargs) 1547 self._log(level, msg, args, **kwargs) 1600 def _log(self, level, msg, args, exc_info=None, extra=None, stack_info=False, member in Logger 1905 def _log(self, level, msg, args, exc_info=None, extra=None, stack_info=False): member in LoggerAdapter 1909 return self.logger._log(
|
/third_party/python/Lib/unittest/ |
D | case.py | 795 from ._log import _AssertLogsContext 804 from ._log import _AssertLogsContext
|
/third_party/python/Doc/library/ |
D | logging.rst | 698 .. _log-record: 913 Attribute :attr:`manager` and method :meth:`_log` were added, which
|
/third_party/python/Doc/howto/ |
D | logging-cookbook.rst | 1218 self.logger._log(level, Message(msg, args), (), **kwargs)
|