Searched refs:test_data (Results 1 – 4 of 4) sorted by relevance
| /test/lib/ |
| A D | abuf.c | 13 static char test_data[] = "1234"; variable 14 #define TEST_DATA_LEN sizeof(test_data) 26 abuf_set(&buf, test_data, TEST_DATA_LEN); in lib_test_abuf_set() 27 ut_asserteq_ptr(test_data, buf.data); in lib_test_abuf_set() 38 abuf_set(&buf, test_data, TEST_DATA_LEN); in lib_test_abuf_set() 39 ut_asserteq_ptr(test_data, buf.data); in lib_test_abuf_set() 272 ut_asserteq_str(ptr, test_data); in lib_test_abuf_uninit_move() 287 strcpy(orig_ptr, test_data); in lib_test_abuf_uninit_move() 295 ut_asserteq_str(ptr, test_data); in lib_test_abuf_uninit_move() 311 ut_asserteq_str(ptr, test_data); in lib_test_abuf_uninit_move() [all …]
|
| A D | uuid.c | 123 const struct dynamic_uuid_test_data test_data[] = { in lib_test_dynamic_uuid() local 152 for (i = 0; i < ARRAY_SIZE(test_data); i++) { in lib_test_dynamic_uuid() 153 ret = lib_test_dynamic_uuid_case(uts, &test_data[i]); in lib_test_dynamic_uuid()
|
| /test/cmd/ |
| A D | test_echo.c | 17 struct test_data { struct 22 static struct test_data echo_data[] = { argument
|
| /test/dm/ |
| A D | cros_ec.c | 140 u8 test_data[size], data[size]; in dm_test_cros_ec_vstore() local 153 test_data[i] = ' ' + i; in dm_test_cros_ec_vstore() 154 ut_assertok(cros_ec_vstore_write(dev, 2, test_data, size)); in dm_test_cros_ec_vstore() 162 ut_asserteq_mem(test_data, data, size); in dm_test_cros_ec_vstore()
|
Completed in 9 milliseconds