Searched refs:test_f (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/test/py/tests/ |
H A D | test_ums.py | 119 test_f = u_boot_utils.PersistentRandomFile(u_boot_console, 'ums.bin', 122 mounted_test_fn = mount_point + '/' + mount_subdir + test_f.fn 212 cmd = ('cp', test_f.abs_fn, mounted_test_fn) 235 written_hash = test_f.content_hash
|
H A D | test_dfu.py | 264 test_f = u_boot_utils.PersistentRandomFile(u_boot_console, 270 dfu_write(alt_setting_test_file, test_f.abs_fn) 281 written_hash = test_f.content_hash
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-selftest.c | 33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) macro 192 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi() 223 test_f((c == nfdicf_test_data[i].ncf[j]), in check_utf8_nfdicf() 243 test_f(!utf8_strncmp(table, &s1, &s2), in check_utf8_comparisons() 253 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
|