Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 11 of 11) sorted by relevance

/qemu/scripts/simplebench/
H A Dsimplebench.py31 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 D266117 for test_func in [implicit_defaults, explicit_defaults, non_defaults,
136 print_info = test_func(vm, file_path)
/qemu/tests/tcg/s390x/
H A Dadd-logical-with-carry.c106 static const struct test_func { struct
128 const struct test_func *f; in main() argument
/qemu/tests/unit/
H A Dtest-string-output-visitor.c198 void (*test_func)(TestOutputVisitorData *data, in output_visitor_test_add()
204 test_func, visitor_output_teardown); in output_visitor_test_add()
H A Dtest-opts-visitor.c63 void (*test_func)(OptsVisitorFixture *f, gconstpointer test_data), in add_test()
67 test_func, teardown_fixture); in add_test()
H A Dtest-string-input-visitor.c468 … 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 Dtest-qobject-output-visitor.c609 … 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 Dtest-hbitmap.c797 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 Dtest-qobject-input-visitor.c913 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 Dqgraph.h184 QOSTestFunc test_func,
H A Dqgraph.c592 QOSTestFunc test_func, QOSGraphTestOptions *opts) in qos_add_test() argument
602 node->u.test.function = test_func; in qos_add_test()