Searched refs:test_all (Results 1 – 25 of 809) sorted by relevance
12345678910>>...33
/third_party/ffmpeg/libavcodec/tests/ |
D | h264_levels.c | 161 } test_all[] = { variable 224 for (i = 0; i < FF_ARRAY_ELEMS(test_all); i++) { in main() 225 level = ff_h264_guess_level(test_all[i].profile_idc, in main() 226 test_all[i].bitrate, in main() 228 test_all[i].width, in main() 229 test_all[i].height, in main() 230 test_all[i].dpb_frames); in main() 231 CHECK(test_all[i].level_idc, "%s", test_all[i].name); in main()
|
/third_party/f2fs-tools/scripts/ |
D | verify.sh | 117 test_all() function 130 test_all from_sload ~/grub 134 test_all from_sload $TARGET 137 test_all from_mount $MNT
|
/third_party/mesa3d/src/util/tests/format/ |
D | u_format_compatible_test.c | 36 test_all(void) in test_all() function 67 success = test_all(); in main()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 132 void test_all(void) in test_all() function 179 .test_all = test_all,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 122 test_all(unsigned verbose, FILE *fp) in test_all() function 136 return test_all(verbose, fp); in test_some()
|
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/ |
D | driver.sh | 54 test_all() function 125 test_all
|
/third_party/ltp/lib/newlib_tests/ |
D | test03.c | 18 .test_all = do_test,
|
D | test01.c | 20 .test_all = do_test,
|
D | tst_needs_cmds08.c | 20 .test_all = do_test,
|
D | tst_needs_cmds01.c | 14 .test_all = do_test,
|
D | tst_needs_cmds07.c | 18 .test_all = do_test,
|
D | tst_needs_cmds04.c | 18 .test_all = do_test,
|
D | tst_needs_cmds05.c | 18 .test_all = do_test,
|
D | test10.c | 20 .test_all = do_test,
|
D | test12.c | 20 .test_all = do_test,
|
D | test_assert.c | 18 .test_all = do_test,
|
D | tst_needs_cmds03.c | 18 .test_all = do_test,
|
D | tst_needs_cmds06.c | 18 .test_all = do_test,
|
D | tst_needs_cmds02.c | 18 .test_all = do_test,
|
/third_party/ltp/testcases/kernel/syscalls/getuid/ |
D | getuid01.c | 24 .test_all = verify_getuid,
|
/third_party/ltp/testcases/kernel/syscalls/geteuid/ |
D | geteuid01.c | 25 .test_all = verify_geteuid,
|
/third_party/ltp/testcases/kernel/syscalls/sysfs/ |
D | sysfs01.c | 26 .test_all = verify_sysfs01,
|
D | sysfs03.c | 25 .test_all = verify_sysfs03,
|
/third_party/ltp/testcases/kernel/syscalls/close/ |
D | close02.c | 24 .test_all = run,
|
/third_party/ltp/testcases/kernel/syscalls/wait/ |
D | wait01.c | 23 .test_all = verify_wait,
|
12345678910>>...33