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

  /external/chromium_org/tools/code_coverage/
croc_test.py 432 """Test GetStat() and PrintStat()."""
479 # Test PrintStat()
481 c.PrintStat('count_a', format='(test to stdout: %s)')
484 c.PrintStat('count_b', outfile=f)
486 c.PrintStat('count_a', format='Count A = %05d', outfile=f)
488 c.PrintStat('count_a', group='tests', outfile=f)
489 c.PrintStat('nosuch', default=42, outfile=f)
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...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 46 void PrintStat(const AudioProcessing::Statistic& stat) {
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 592 m_sluOptions.PrintStat = NO;
901 m_sluOptions.PrintStat = NO;

Completed in 134 milliseconds