Home
last modified time | relevance | path

Searched defs:test_data (Results 1 – 23 of 23) sorted by relevance

/qemu/tests/unit/
H A Dtest-opts-visitor.c36 setup_fixture(OptsVisitorFixture *f, gconstpointer test_data) in setup_fixture()
54 teardown_fixture(OptsVisitorFixture *f, gconstpointer test_data) in teardown_fixture()
63 void (*test_func)(OptsVisitorFixture *f, gconstpointer test_data), in add_test()
73 expect_ok(OptsVisitorFixture *f, gconstpointer test_data) in expect_ok()
81 expect_fail(OptsVisitorFixture *f, gconstpointer test_data) in expect_fail()
96 test_value(OptsVisitorFixture *f, gconstpointer test_data) in test_value()
135 expect_i64_min(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_min()
145 expect_i64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_max()
155 expect_zero(OptsVisitorFixture *f, gconstpointer test_data) in expect_zero()
165 expect_u64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_u64_max()
H A Dtest-crypto-der.c209 const uint8_t *test_data; member
233 const QCryptoAns1DecoderTestData *test_data = in test_ans1() local
267 static QCryptoAns1DecoderTestData test_data[] = { variable
H A Dtest-shift128.c19 } test_data; typedef
H A Dtest-crypto-ivgen.c36 } test_data[] = { variable
H A Dtest-crypto-afsplit.c36 static QCryptoAFSplitTestData test_data[] = { variable
H A Dtest-crypto-pbkdf.c51 static QCryptoPbkdfTestData test_data[] = { variable
H A Dtest-crypto-hmac.c34 static QCryptoHmacTestData test_data[] = { variable
H A Dtest-crypto-cipher.c42 static QCryptoCipherTestData test_data[] = { variable
H A Dtest-crypto-xts.c41 static const QCryptoXTSTestData test_data[] = { variable
H A Dtest-crypto-block.c123 } test_data[] = { variable
H A Dtest-visitor-serialization.c290 void *test_data; member
/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c190 static void test_reset(gconstpointer test_data) in test_reset()
204 static void test_reset_overrides_enable(gconstpointer test_data) in test_reset_overrides_enable()
219 static void test_oneshot_enable_then_disable(gconstpointer test_data) in test_oneshot_enable_then_disable()
237 static void test_oneshot_ps5(gconstpointer test_data) in test_oneshot_ps5()
275 static void test_oneshot_ps0(gconstpointer test_data) in test_oneshot_ps0()
303 static void test_oneshot_ps255(gconstpointer test_data) in test_oneshot_ps255()
331 static void test_oneshot_interrupt(gconstpointer test_data) in test_oneshot_interrupt()
352 static void test_pause_resume(gconstpointer test_data) in test_pause_resume()
388 static void test_prescaler_change(gconstpointer test_data) in test_prescaler_change()
434 static void test_periodic_no_interrupt(gconstpointer test_data) in test_periodic_no_interrupt()
[all …]
H A Daspeed-smc-utils.c211 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_read_jedec() local
230 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_erase_sector() local
282 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_erase_all() local
332 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_page() local
369 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_read_page_mem() local
412 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_page_mem() local
448 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_read_status_reg() local
487 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_status_reg_write_protection() local
544 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_block_protect() local
589 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_block_protect_bottom_bit() local
[all …]
H A Dnpcm7xx_emc-test.c341 static void test_init(gconstpointer test_data) in test_init()
498 const char *test_data, int test_size) in emc_send_verify1()
740 char test_data[PTLE_DATA_LEN]; in emc_test_ptle() local
789 static void test_tx(gconstpointer test_data) in test_tx()
814 static void test_rx(gconstpointer test_data) in test_rx()
H A Dnpcm7xx_gpio-test.c310 static void test_gpion_irq(gconstpointer test_data) in test_gpion_irq()
H A Dnpcm7xx_pwm-test.c555 static void test_init(gconstpointer test_data) in test_init()
569 static void test_oneshot(gconstpointer test_data) in test_oneshot()
600 static void test_toggle(gconstpointer test_data) in test_toggle()
H A Di440fx-test.c361 gconstpointer test_data)) in add_firmware_test()
H A Dstm32l4x5_gpio-test.c86 static inline void *test_data(uint32_t gpio_addr, uint8_t pin) in test_data() function
H A Dnpcm_gmac-test.c195 static void test_init(gconstpointer test_data) in test_init()
H A Dbios-tables-test.c105 } test_data; typedef
/qemu/tests/tcg/tricore/asm/
H A Dtest_ld_bu.S3 test_data: label
H A Dtest_ld_h.S3 test_data: label
/qemu/tests/tcg/multiarch/system/
H A Dmemory.c32 static uint8_t test_data[TEST_SIZE]; variable