| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | tests.c | 8 run_test(list_test); in main() 9 run_test(string_test); in main() 12 run_test(fixes_test); in main() 13 run_test(input_test); in main() 14 run_test(misc_test); in main() 15 run_test(signal_logging_test); in main() 16 run_test(touch_test); in main() 17 run_test(xfree86_test); in main() 18 run_test(xkb_test); in main() 19 run_test(xtest_test); in main() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec_test.c | 122 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() function 166 CHECKOK(run_test("", "", "")); in do_test_fdtdec() 167 CHECKOK(run_test("1e 3d", "", "")); in do_test_fdtdec() 178 CHECKOK(run_test("0a 1b", "ab", "ab")); in do_test_fdtdec() 180 CHECKOK(run_test("0a 1c", "ab", "ab")); in do_test_fdtdec() 181 CHECKOK(run_test("1c", "ab", "ab")); in do_test_fdtdec() 182 CHECKOK(run_test("1b", "ab", "ab")); in do_test_fdtdec() 183 CHECKOK(run_test("0b", "ab", "ba")); in do_test_fdtdec() 184 CHECKOK(run_test("0b 2d", "dbc", "bcd")); in do_test_fdtdec() 185 CHECKOK(run_test("0d 3a 1c 2b", "dbac", "dcba")); in do_test_fdtdec() [all …]
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_log.py | 35 def run_test(testnum): function 52 lines = run_test(0) 56 lines = run_test(1) 60 lines = run_test(2) 63 lines = run_test(3) 67 lines = run_test(4) 71 lines = run_test(5) 75 lines = run_test(6) 79 lines = run_test(7) 83 lines = run_test(8) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgro.sh | 60 run_test() { function 151 run_test "no GRO" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400" 156 run_test "no GRO chk cmsg" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400 -S -1" 163 run_test "GRO" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720" 165 run_test "GRO chk cmsg" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720 -S 1472" 167 run_test "GRO with custom segment size" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720" 169 …run_test "GRO with custom segment size cmsg" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 1472… 178 run_test "no GRO" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400" 180 run_test "no GRO chk cmsg" "${ipv6_args} -M 10 -s 1400" "-n 10 -l 1400 -S -1" 182 run_test "GRO" "${ipv6_args} -M 1 -s 14520 -S 0" "-n 1 -l 14520" [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/efivarfs/ |
| H A D | efivarfs.sh | 31 run_test() function 204 run_test test_create 205 run_test test_create_empty 206 run_test test_create_read 207 run_test test_delete 208 run_test test_zero_size_delete 209 run_test test_open_unlink 210 run_test test_valid_filenames 211 run_test test_invalid_filenames
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | clock_nanosleep.c | 41 int run_test(int clockid, int abs) in run_test() function 140 ret |= run_test(CLOCK_MONOTONIC, 0); in main() 141 ret |= run_test(CLOCK_MONOTONIC, 1); in main() 142 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main() 143 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
|
| H A D | timer.c | 18 int run_test(int clockid, struct timespec now) in run_test() function 109 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main() 110 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main() 111 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
|
| H A D | timerfd.c | 25 int run_test(int clockid, struct timespec now) in run_test() function 116 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main() 117 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main() 118 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
|
| H A D | futex.c | 20 static int run_test(int clockid) in run_test() function 95 ret |= run_test(CLOCK_REALTIME); in main() 96 ret |= run_test(CLOCK_MONOTONIC); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | connect_force_port.c | 49 static int run_test(int cgroup_fd, int server_fd, int family, int type) in run_test() function 143 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET, SOCK_STREAM)); in test_connect_force_port() 149 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET6, SOCK_STREAM)); in test_connect_force_port() 155 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET, SOCK_DGRAM)); in test_connect_force_port() 161 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET6, SOCK_DGRAM)); in test_connect_force_port()
|
| H A D | modify_return.c | 14 static void run_test(__u32 input_retval, __u16 want_side_effect, __s16 want_ret) in run_test() function 58 run_test(0 /* input_retval */, in test_modify_return() 61 run_test(-EINVAL /* input_retval */, in test_modify_return()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/ |
| H A D | ion_test.sh | 10 run_test() function 51 run_test 0 53 run_test 1
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | compression.c | 291 static int run_test(char *name, mutate_func compress, mutate_func uncompress) in run_test() function 379 err += run_test("gzip", compress_using_gzip, uncompress_using_gzip); in do_ut_compression() 380 err += run_test("bzip2", compress_using_bzip2, uncompress_using_bzip2); in do_ut_compression() 381 err += run_test("lzma", compress_using_lzma, uncompress_using_lzma); in do_ut_compression() 382 err += run_test("lzo", compress_using_lzo, uncompress_using_lzo); in do_ut_compression() 383 err += run_test("lz4", compress_using_lz4, uncompress_using_lz4); in do_ut_compression()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | subpage_prot.c | 93 static int run_test(void *addr, unsigned long size) in run_test() function 182 return run_test(mallocblock, mallocsize); in test_anon() 219 return run_test(fileblock, filesize); in test_file()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | test_hmm.sh | 81 function run_test() function 95 run_test $@
|
| H A D | test_vmalloc.sh | 156 function run_test() function 174 run_test $@
|
| H A D | va_128TBswitch.c | 231 static int run_test(struct testcase *test, int count) in run_test() function 285 ret = run_test(testcases, ARRAY_SIZE(testcases)); in main() 287 ret = run_test(hugetlb_testcases, ARRAY_SIZE(hugetlb_testcases)); in main()
|
| H A D | charge_reserved_hugetlb.sh | 260 function run_test() { function 417 run_test 5 "$populate" "" 10 10 10 "$method" "$private" "0" "$reserve" 446 run_test 5 "$populate" '-w' 5 5 10 "$method" "$private" "0" "$reserve" 468 run_test "5" "$populate" '' "10" "2" "10" "$method" "$private" "1" \ 486 run_test 5 "$populate" "-w" 2 10 10 "$method" "$private" "1" "$reserve"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tcp_check_syncookie_user.c | 119 static int run_test(int server_fd, int results_fd, bool xdp) in run_test() function 242 if (run_test(server, results, xdp)) in main() 245 if (run_test(server_v6, results, xdp)) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/ |
| H A D | breakpoint_test_arm64.c | 112 static bool run_test(int wr_size, int wp_size, int wr, int wp) in run_test() function 217 result = run_test(size, MIN(size, 8), wr, wp); in main() 234 if (run_test(size, 8, -size, -8)) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ |
| H A D | harness.c | 27 int run_test(int (test_function)(void), char *name) in run_test() function 123 rc = run_test(test_function, name); in test_harness()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | kgdbts.c | 174 int (*run_test) (int, int); member 823 ts.run_test = run_simple_test; in init_simple_test() 1112 if (ts.run_test) in kgdbts_get_char() 1113 val = ts.run_test(1, 0); in kgdbts_get_char() 1120 if (ts.run_test) in kgdbts_put_char() 1121 ts.run_test(0, chr); in kgdbts_put_char()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | freq-step.c | 146 static int run_test(int calibration, double freq_base, double freq_step) in run_test() function 235 run_test(1, 0.0, 0.0); in init_test() 253 fails += run_test(0, freq_base, freq_step); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | go-ptest.bbclass | 21 run_test() ( 40 echo "run_test $testdir $testprog || RC=1" >> ${D}${PTEST_PATH}/run-ptest
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/intel_pstate/ |
| H A D | run.sh | 49 function run_test () { function 99 run_test $freq
|