Searched refs:print_results (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/ |
D | tiny_ssim.c | 163 static void print_results(uint64_t ssd[3], double ssim[3], int frames, int w, int h) in print_results() function 233 print_results(ssd_one, ssim_one, 1, w, h); in main() 241 print_results(ssd, ssim, frames, w, h); in main()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 461 def print_results(results, output, expected): function 517 num_expected += print_results(results, t, True) 519 num_unexpected += print_results(results, t, False) 520 num_expected_skipped = print_results(results, 'skipped', True) 521 num_unexpected_skipped = print_results(results, 'skipped', False)
|
/third_party/node/tools/gyp/ |
D | test_gyp.py | 142 runner.print_results() 250 def print_results(self): member in Runner
|
/third_party/glib/tests/gobject/ |
D | performance-threaded.c | 266 print_results (GArray *array) in print_results() function 316 print_results (results); in run_test()
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
D | rt-migrate.c | 243 static void print_results(void) in print_results() function 505 print_results(); in main()
|
/third_party/python/Tools/iobench/ |
D | iobench.py | 274 def print_results(size, n, real, cpu): function 289 print_results(size, n, real, cpu)
|