/openbmc/qemu/tests/qtest/ |
H A D | vnc-display-test.c | 39 test_setup(Test *test) in test_setup() 73 Test *test) in test_vnc_basic_on_vnc_initialized() 84 Test test; in test_vnc_basic() local
|
H A D | dbus-vmstate-test.c | 96 get_connection(Test *test, guint *ownid) in get_connection() 149 set_id_list(Test *test, QTestState *s) in set_id_list() 172 test_dbus_vmstate(Test *test) in test_dbus_vmstate() 274 Test test = { 0, }; in test_dbus_vmstate_without_list() local 285 Test test = { .id_list = "idA,idB" }; in test_dbus_vmstate_with_list() local 296 Test test = { .id_list = "idA" }; in test_dbus_vmstate_only_a() local 307 Test test = { .id_list = "idA,idC", .migrate_fail = true }; in test_dbus_vmstate_missing_src() local 324 Test test = { .id_list = "idA,idB", in test_dbus_vmstate_missing_dst() local
|
H A D | dbus-display-test.c | 101 TestDBusConsoleRegister *test) in listener_handle_scanout() 121 TestDBusConsoleRegister *test) in listener_handle_scanout_map() 145 test_dbus_console_setup_listener(TestDBusConsoleRegister *test, bool with_map) in test_dbus_console_setup_listener() 190 TestDBusConsoleRegister *test = user_data; in test_dbus_console_registered() local 227 TestDBusConsoleRegister test = { 0, .with_map = GPOINTER_TO_INT(data) }; in test_dbus_display_console() local
|
/openbmc/libmctp/tests/ |
H A D | test-utils.c | 30 struct mctp_binding_test *test; in mctp_binding_test_init() local 43 void mctp_binding_test_destroy(struct mctp_binding_test *test) in mctp_binding_test_destroy() 48 void mctp_binding_test_rx_raw(struct mctp_binding_test *test, void *buf, in mctp_binding_test_rx_raw()
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | kernel-dev.json | 3 "test": { object 25 "test": { object 47 "test": { object 69 "test": { object 91 "test": { object 113 "test": { object 135 "test": { object 157 "test": { object 179 "test": { object
|
H A D | bsp-hw.json | 3 "test": { object 37 "test": { object 63 "test": { object 93 "test": { object 115 "test": { object 145 "test": { object 171 "test": { object 197 "test": { object 219 "test": { object 249 "test": { object [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest | 71 def addError(self, test, err): argument 76 def addFailure(self, test, err): argument 90 def addSuccess(self, test): argument 102 def addSkip(self, test, reason): argument
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | add-logical-with-carry.c | 9 static const struct test { struct 16 * Each test starts with CC 0 and executes two chained ADD LOGICAL WITH argument
|
/openbmc/qemu/tests/unit/ |
H A D | io-channel-helpers.c | 102 void qio_channel_test_run_threads(QIOChannelTest *test, in qio_channel_test_run_threads() 129 void qio_channel_test_run_writer(QIOChannelTest *test, in qio_channel_test_run_writer() 138 void qio_channel_test_run_reader(QIOChannelTest *test, in qio_channel_test_run_reader() 147 void qio_channel_test_validate(QIOChannelTest *test) in qio_channel_test_validate()
|
H A D | test-xbzrle.c | 68 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_unchanged() local 92 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_1_byte() local 115 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_overflow() local 137 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in encode_decode_range() local
|
/openbmc/libpldm/src/transport/ |
H A D | test.c | 41 struct pldm_transport_test *test = transport_to_test(ctx); in pldm_transport_test_init_pollfd() local 105 struct pldm_transport_test *test = transport_to_test(ctx); in pldm_transport_test_recv() local 139 struct pldm_transport_test *test = transport_to_test(ctx); in pldm_transport_test_send() local 180 struct pldm_transport_test *test = malloc(sizeof(*test)); in pldm_transport_test_init() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | runner.py | 57 def startTest(self, test): argument 63 def stopTest(self, test): argument 135 def extractExtraResults(self, test, details = None): argument 150 def addError(self, test, *args, details = None): argument 154 def addFailure(self, test, *args, details = None): argument 158 def addSuccess(self, test, details = None): argument 164 def addExpectedFailure(self, test, *args, details = None): argument 168 def addUnexpectedSuccess(self, test, details = None): argument
|
/openbmc/u-boot/test/dm/ |
H A D | test-main.c | 78 static int dm_do_test(struct unit_test_state *uts, struct unit_test *test, in dm_do_test() 120 static bool dm_test_run_on_flattree(struct unit_test *test) in dm_test_run_on_flattree() 132 struct unit_test *test; in dm_test_main() local
|
/openbmc/qemu/tests/fp/ |
H A D | fp-test-log2.c | 25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() 69 ufloat64 test, real, soft; in main() local
|
/openbmc/qemu/tests/qtest/migration/ |
H A D | migration-util.c | 244 MigrationTest *test = (MigrationTest *)data; in migration_test_destroy() local 252 MigrationTest *test = (MigrationTest *)data; in migration_test_wrapper() local 260 MigrationTest *test = g_new0(MigrationTest, 1); in migration_test_add() local 271 MigrationTest *test = (MigrationTest *)data; in migration_test_wrapper_full() local 280 MigrationTest *test = g_new0(MigrationTest, 1); in migration_test_add_suffix() local
|
/openbmc/qemu/tests/functional/ |
H A D | test_mips_malta.py | 15 def mips_run_common_commands(test, prompt='#'): argument 52 def mips_check_wheezy(test, kernel_path, image_path, kernel_command_line, argument
|
/openbmc/u-boot/post/ |
H A D | post.c | 29 struct post_test *test = post_list + i; in post_init_f() local 235 static int post_run_single(struct post_test *test, in post_run_single() 355 static int post_info_single(struct post_test *test, int full) in post_info_single() 421 struct post_test *test = post_list + i; in post_reloc() local
|
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
H A D | __init__.py | 7 def test(conf): function
|
/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/ |
H A D | __init__.py | 8 def test(conf): function
|
/openbmc/u-boot/test/overlay/ |
H A D | test-fdt-base.dts | 10 test: test-node { label
|
/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/ |
H A D | __init__.py | 12 def test(conf): function
|
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
H A D | __init__.py | 10 def test(conf): function
|
/openbmc/u-boot/scripts/kconfig/tests/inter_choice/ |
H A D | __init__.py | 12 def test(conf): function
|
/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/ |
H A D | __init__.py | 17 def test(conf): function
|
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/ |
H A D | __init__.py | 12 def test(conf): function
|