Searched refs:PrintStat (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/tools/code_coverage/ |
D | croc_test.py | 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)
|
D | croc.py | 413 def PrintStat(self, stat, format=None, outfile=sys.stdout, **kwargs): member in Coverage 710 cov.PrintStat(**ps_args)
|
/external/webrtc/src/modules/audio_processing/test/ |
D | process_test.cc | 68 void PrintStat(const AudioProcessing::Statistic& stat) { in PrintStat() function 901 PrintStat(metrics.echo_return_loss); in void_main() 903 PrintStat(metrics.echo_return_loss_enhancement); in void_main() 905 PrintStat(metrics.a_nlp); in void_main()
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
D | process_test.cc | 46 void PrintStat(const AudioProcessing::Statistic& stat) { in PrintStat() function 1075 PrintStat(metrics.echo_return_loss); in void_main() 1077 PrintStat(metrics.echo_return_loss_enhancement); in void_main() 1079 PrintStat(metrics.a_nlp); in void_main()
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 592 m_sluOptions.PrintStat = NO; 901 m_sluOptions.PrintStat = NO;
|