Searched refs:VerboseOut (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/net/url_request/ |
D | url_request_throttler_simulation_unittest.cc | 45 void VerboseOut(const char* format, ...) { in VerboseOut() function 202 VerboseOut("Overloaded for %d of %d ticks.\n", in VisualizeASCII() 204 VerboseOut("Got maximum of %d requests in a tick.\n\n", in VisualizeASCII() 207 VerboseOut("Traffic graph:\n\n"); in VisualizeASCII() 380 VerboseOut("No data for %s\n", class_description); in PrintResults() 384 VerboseOut("Requester results for %s\n", class_description); in PrintResults() 385 VerboseOut(" %d attempts\n", num_attempts_); in PrintResults() 386 VerboseOut(" %d successes\n", num_successful_); in PrintResults() 387 VerboseOut(" %d 5xx responses\n", num_failed_); in PrintResults() 388 VerboseOut(" %d requests blocked\n", num_blocked_); in PrintResults() [all …]
|
/external/chromium_org/tools/grit/grit/tool/ |
D | transl2tc.py | 112 self.VerboseOut('Read %s into GRIT format, running gatherers.\n' % source_path) 119 self.VerboseOut('Read %s into GRIT format, running gatherers.\n' % transl_path) 121 self.VerboseOut('Done running gatherers for %s.\n' % transl_path) 162 self.VerboseOut('Info: Message %s has changed; skipping\n' % node_id) 189 self.VerboseOut(
|
D | build.py | 163 self.VerboseOut('Using SCons targets to identify files to output.\n') 165 self.VerboseOut('Output directory: %s (absolute path: %s)\n' % 172 self.VerboseOut('Using whitelist: %s\n' % whitelist_filename); 276 self.VerboseOut('Creating %s...' % output.GetFilename()) 333 self.VerboseOut(' done.\n') 347 self.VerboseOut(warnings)
|
D | rc2grd.py | 246 self.VerboseOut('Validating that all IDs are unique...\n') 277 self.VerboseOut('Processing %s with ID %s (filename: %s)\n' % 297 self.VerboseOut('Processing %s with ID %s\n' % (res_type, id)) 327 self.VerboseOut('Processing message %s (text: "%s")\n' % (id, text))
|
D | interface.py | 49 def VerboseOut(self, text): member in Tool
|