HomeSort by relevance Sort by last modified time
    Searched defs:PrintStat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/code_coverage/
croc.py 174 self.print_stats = [] # Dicts of args to PrintStat()
413 def PrintStat(self, stat, format=None, outfile=sys.stdout, **kwargs):
710 cov.PrintStat(**ps_args)
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 68 void PrintStat(const AudioProcessing::Statistic& stat) {
901 PrintStat(metrics.echo_return_loss);
903 PrintStat(metrics.echo_return_loss_enhancement);
905 PrintStat(metrics.a_nlp);
    [all...]

Completed in 38 milliseconds