Searched refs:dprint (Results 1 – 10 of 10) sorted by relevance
/external/autotest/tko/parsers/ |
D | version_0.py | 28 tko_utils.dprint(str(keyval)) 58 tko_utils.dprint("Using host_group_name %r instead of " 67 tko_utils.dprint("MACHINE NAME: %s" % machine) 78 tko_utils.dprint('Unable to parse host keyval for %s' 101 tko_utils.dprint(error) 106 tko_utils.dprint("MACHINE GROUP: %s" % machine_group) 117 tko_utils.dprint("Could not read a hostname from " 125 tko_utils.dprint("Could not read a hostname from " 162 tko_utils.dprint("kernel.__init__() found kernel version %s" 230 tko_utils.dprint("PATCH::%s %s %s" % (spec, reference, hash)) [all …]
|
D | version_1.py | 110 tko_utils.dprint(msg) 150 tko_utils.dprint(msg) 297 tko_utils.dprint('Unexpected indent: aborting log parse') 333 tko_utils.dprint('The following %s lines were ignored:' % 335 tko_utils.dprint('%r' % ignored_lines[0]) 336 tko_utils.dprint('...') 337 tko_utils.dprint('%r' % ignored_lines[-1]) 339 tko_utils.dprint('The following %s lines were ignored:' % 341 tko_utils.dprint('%r' % ignored_lines[0]) 342 tko_utils.dprint('%r' % ignored_lines[-1]) [all …]
|
D | base.py | 38 tko_utils.dprint(msg)
|
/external/autotest/tko/ |
D | parse.py | 118 tko_utils.dprint("ERROR: at least one results directory must " 228 tko_utils.dprint('ERROR: Could not invalidate tests: ' + msg) 261 tko_utils.dprint('DEBUG: Invalidated tests associated to job: ' + msg) 270 tko_utils.dprint( 282 tko_utils.dprint( 303 tko_utils.dprint( 307 tko_utils.dprint( 343 tko_utils.dprint("\nScanning %s (%s)" % (jobname, path)) 346 tko_utils.dprint("! Job is already parsed, done") 355 tko_utils.dprint("+ Parsing dir=%s, jobname=%s" % (path, jobname)) [all …]
|
D | models.py | 160 tko_utils.dprint("parsing test %s %s" % (subdir, testname)) 229 tko_utils.dprint('parsing partial test %s %s' % (subdir, testname)) 316 tko_utils.dprint('Reading keyvals from hostinfo.') 319 tko_utils.dprint('Reading keyvals from %s.' % keyval_path) 322 tko_utils.dprint('Multimachine job, no keyvals.')
|
D | db.py | 229 def dprint(self, value): member in db_sql 336 self.dprint('%s %s' % (' '.join(cmd), values)) 365 self.dprint(cmd) 410 self.dprint('%s %s' % (cmd, values)) 428 self.dprint('%s %s' % (sql, values)) 457 self.dprint('%s %s' % (cmd, values))
|
D | utils.py | 7 def dprint(msg): function
|
D | site_parse.py | 181 tko_utils.dprint(
|
/external/autotest/tko/perf_upload/ |
D | perf_uploader.py | 36 tko_utils.dprint('Failed to import google-auth:\n%s' % e) 286 tko_utils.dprint('Failed to initialize oauth credentials:\n%s' % e) 305 tko_utils.dprint('Failed to refresh oauth token:\n%s' % e) 386 tko_utils.dprint('Failed to parse config file %s: %s.' % 397 tko_utils.dprint('Warning: unable to upload perf data to the perf ' 400 tko_utils.dprint('Successfully uploaded perf data to the perf '
|
/external/python/cpython3/Tools/scripts/ |
D | pep384_macrocheck.py | 23 def dprint(*args, **kw): function 47 dprint("Scanning", include) 119 dprint(fname, nr, status, line)
|