/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, ...);
|
/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/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | error.dart | 41 void _log(LogLevel level, String loggerName, Object message) { 129 _log(LogLevel.trace, name, message); 134 _log(LogLevel.info, name, message); 139 _log(LogLevel.warning, name, message); 144 _log(LogLevel.error, name, message); 149 _log(LogLevel.critical, name, message);
|
D | fuchsia_compat.dart | 35 final Logger _log = Logger('_DummySshCommandRunner'); 61 _log.warning("Error running '$command': $e");
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/ |
D | fuchsia_remote_connection.dart | 27 final Logger _log = Logger('FuchsiaRemoteConnection'); 259 _log.fine('New VM found on port: ${event.servicePort}. Searching ' 271 _log.warning('Found more than one Dart VM containing Isolates ' 279 _log.warning('Terminating isolate search for "$pattern"' 300 _log.fine('No live Dart VMs found. Awaiting new VM startup'); 342 _log.fine('No instance of the Isolate found. Awaiting new VM startup'); 434 _log.warning('HTTP Exception encountered connecting to new VM'); 437 _log.warning('TimeoutException encountered connecting to new VM'); 478 _log.fine('DartVM(${vmService.uri}) version check result: $res'); 598 _log.warning('_SshPortForwarder failed to find a local port for ' [all …]
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/dart/ |
D | dart_vm.dart | 19 final Logger _log = Logger('DartVm'); 64 _log.fine('Error in internalimplementation of JSON RPC.\n$error\n$stack'); 85 _log.fine('$e: ${e.message}'); 90 _log.fine('Dart VM connection failed $e: ${e.message}'); 95 _log.info('Attempting to reconnect'); 99 _log.warning('Connection to Fuchsia\'s Dart VM timed out at ' 176 _log.fine('Found Isolate matching "$pattern": "$name"');
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/runners/ |
D | ssh_command_runner.dart | 66 final Logger _log = Logger('SshCommandRunner'); 95 _log.fine('Running command through SSH: ${args.join(' ')}'); 101 _log.fine('SSH command stdout in brackets:[${result.stdout}]');
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/ |
D | driver.dart | 95 final Logger _log = Logger('FlutterDriver'); 105 return future..timeout(timeout, onTimeout: () { _log.warning(message); return null; }); 146 // The additional blank line in the beginning is for _log.warning. 236 _log.info('Connecting to Flutter application at $dartVmServiceUrl'); 245 _log.trace('Isolate found with number: ${isolateRef.number}'); 277 _log.trace('Attempting to resume isolate'); 282 _log.warning( 317 _log.trace('Isolate is paused at start.'); 327 _log.trace('Waiting for service extension'); 344 _log.trace('Isolate is paused mid-flight.'); [all …]
|
/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
|
/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/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | attach_test.dart | 619 _log('[stderr] $message'); 632 _log('[stdout] $message'); 637 _log('[verbose] $message'); 648 _log('[progress] $message'); 660 void _log(String message) {
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/extension/ |
D | extension.dart | 162 static final Logger _log = Logger('FlutterDriverExtension'); 202 _log.error(msg); 207 _log.error(msg);
|