Home
last modified time | relevance | path

Searched refs:test_f (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_ums.py120 test_f = u_boot_utils.PersistentRandomFile(u_boot_console, 'ums.bin',
123 mounted_test_fn = mount_point + '/' + mount_subdir + test_f.fn
213 cmd = ('cp', test_f.abs_fn, mounted_test_fn)
236 written_hash = test_f.content_hash
H A Dtest_dfu.py264 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
/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-selftest.c35 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) macro
189 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi()
225 test_f((c == nfdicf_test_data[i].ncf[j]), in check_utf8_nfdicf()
252 test_f(!utf8_strncmp(table, &s1, &s2), in check_utf8_comparisons()
262 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()