Home
last modified time | relevance | path

Searched refs:print_results (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/tests/
Dtiny_ssim.c163 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/
Dcheck_output.py461 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/
Dtest_gyp.py142 runner.print_results()
250 def print_results(self): member in Runner
/third_party/glib/tests/gobject/
Dperformance-threaded.c266 print_results (GArray *array) in print_results() function
316 print_results (results); in run_test()
/third_party/ltp/testcases/realtime/func/rt-migrate/
Drt-migrate.c243 static void print_results(void) in print_results() function
505 print_results(); in main()
/third_party/python/Tools/iobench/
Diobench.py274 def print_results(size, n, real, cpu): function
289 print_results(size, n, real, cpu)