Searched refs:test_func (Results 1 – 11 of 11) sorted by relevance
/qemu/scripts/simplebench/ |
H A D | simplebench.py | 31 def bench_one(test_func, test_env, test_case, count=5, initial_run=True, argument 64 print(' ', test_func(test_env, test_case)) 72 res = test_func(test_env, test_case) 106 def bench(test_func, test_envs, test_cases, *args, **vargs): argument 135 tab[case['id']][env['id']] = bench_one(test_func, env, case,
|
/qemu/tests/qemu-iotests/ |
H A D | 266 | 117 for test_func in [implicit_defaults, explicit_defaults, non_defaults, 136 print_info = test_func(vm, file_path)
|
/qemu/tests/tcg/s390x/ |
H A D | add-logical-with-carry.c | 106 static const struct test_func { struct 128 const struct test_func *f; in main() argument
|
/qemu/tests/unit/ |
H A D | test-string-output-visitor.c | 198 void (*test_func)(TestOutputVisitorData *data, in output_visitor_test_add() 204 test_func, visitor_output_teardown); in output_visitor_test_add()
|
H A D | test-opts-visitor.c | 63 void (*test_func)(OptsVisitorFixture *f, gconstpointer test_data), in add_test() 67 test_func, teardown_fixture); in add_test()
|
H A D | test-string-input-visitor.c | 468 … void (*test_func)(TestInputVisitorData *data, const void *user_data)) in input_visitor_test_add() 470 g_test_add(testpath, TestInputVisitorData, data, NULL, test_func, in input_visitor_test_add()
|
H A D | test-qobject-output-visitor.c | 609 … void (*test_func)(TestOutputVisitorData *data, const void *user_data)) in output_visitor_test_add() 612 test_func, visitor_output_teardown); in output_visitor_test_add()
|
H A D | test-hbitmap.c | 797 void (*test_func)(TestHBitmapData *data, const void *user_data)) in hbitmap_test_add() 799 g_test_add(testpath, TestHBitmapData, NULL, NULL, test_func, in hbitmap_test_add()
|
H A D | test-qobject-input-visitor.c | 913 void (*test_func)(TestInputVisitorData *data, in input_visitor_test_add() 916 g_test_add(testpath, TestInputVisitorData, user_data, NULL, test_func, in input_visitor_test_add()
|
/qemu/tests/qtest/libqos/ |
H A D | qgraph.h | 184 QOSTestFunc test_func,
|
H A D | qgraph.c | 592 QOSTestFunc test_func, QOSGraphTestOptions *opts) in qos_add_test() argument 602 node->u.test.function = test_func; in qos_add_test()
|