/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl21.c | 65 void do_test(struct flock *, short, short, int, int); 160 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() function 216 do_test(&fl, F_WRLCK, 0, 0, 0); in unlock_file() 341 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 372 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 411 do_test(&tl, F_WRLCK, 0, 0, 0); in main() 417 do_test(&tl, F_WRLCK, 0, 6, 0); in main() 423 do_test(&tl, F_WRLCK, 0, 15, 0); in main() 461 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 467 do_test( in main() [all...] |
H A D | fcntl11.c | 66 void do_test(struct flock *, short, short, int, int); 139 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() function 183 do_test(&fl, F_WRLCK, 0, 0, 0); in unlock_file() 292 do_test(&tl, F_WRLCK, 0, 0, 0); in main() 298 do_test(&tl, F_WRLCK, 0, 6, 0); in main() 304 do_test(&tl, F_WRLCK, 0, 15, 0); in main() 330 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 336 do_test(&tl, (short)F_WRLCK, (short)0, 10, 0); in main() 342 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 368 do_test( in main() [all...] |
H A D | fcntl20.c | 66 void do_test(struct flock *, short, short, int, int); 152 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() function 208 do_test(&fl, F_WRLCK, 0, 0, 0); in unlock_file() 340 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 346 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 383 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 389 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 426 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 432 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 469 do_test( in main() [all...] |
H A D | fcntl19.c | 70 void do_test(struct flock *, short, short, int, int); 153 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() function 209 do_test(&fl, F_WRLCK, 0, 0, 0); in unlock_file() 341 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 347 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 384 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 390 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 428 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 434 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 472 do_test( in main() [all...] |
/third_party/cJSON/tests/ |
H A D | parse_examples.c | 46 static void do_test(const char *test_name) in do_test() function 111 do_test("test1"); in file_test1_should_be_parsed_and_printed() 116 do_test("test2"); in file_test2_should_be_parsed_and_printed() 121 do_test("test3"); in file_test3_should_be_parsed_and_printed() 126 do_test("test4"); in file_test4_should_be_parsed_and_printed() 131 do_test("test5"); in file_test5_should_be_parsed_and_printed() 159 do_test("test7"); in file_test7_should_be_parsed_and_printed() 164 do_test("test8"); in file_test8_should_be_parsed_and_printed() 169 do_test("test9"); in file_test9_should_be_parsed_and_printed() 174 do_test("test1 in file_test10_should_be_parsed_and_printed() [all...] |
/third_party/python/Lib/test/ |
H A D | test_audit.py | 22 def do_test(self, *args): member in AuditTest 53 self.do_test("test_basic") 56 self.do_test("test_block_add_hook") 59 self.do_test("test_block_add_hook_baseexception") 64 self.do_test("test_marshal") 69 self.do_test("test_pickle") 72 self.do_test("test_monkeypatch") 75 self.do_test("test_open", os_helper.TESTFN) 78 self.do_test("test_cantrace") 81 self.do_test("test_mma [all...] |
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress03.c | 67 static void do_test(void* brk_max, long pagesize); 96 do_test((void*) brk_max_addr, pagesize); in main() 108 ERROR("do_test should leave the top of brk where it began"); in main() 111 do_test((void*) brk_max_addr, pagesize); in main() 162 * do_test assumes that brk_max is a multiple of pagesize 165 static void do_test(void* brk_max, long pagesize) in do_test() function
|
/third_party/toybox/scripts/ |
H A D | test.sh | 32 do_test() function 53 do_test "$TOPDIR"/tests/$i.test 59 do_test "$i"
|
/third_party/ltp/lib/newlib_tests/ |
H A D | test01.c | 14 static void do_test(void) in do_test() function 20 .test_all = do_test,
|
H A D | test03.c | 12 static void do_test(void) in do_test() function 18 .test_all = do_test,
|
H A D | tst_needs_cmds08.c | 14 static void do_test(void) in do_test() function 20 .test_all = do_test,
|
H A D | tst_needs_cmds02.c | 12 static void do_test(void) in do_test() function 18 .test_all = do_test,
|
H A D | tst_needs_cmds05.c | 12 static void do_test(void) in do_test() function 18 .test_all = do_test,
|
H A D | tst_needs_cmds07.c | 12 static void do_test(void) in do_test() function 18 .test_all = do_test,
|
H A D | tst_needs_cmds03.c | 12 static void do_test(void) in do_test() function 18 .test_all = do_test,
|
H A D | tst_needs_cmds04.c | 12 static void do_test(void) in do_test() function 18 .test_all = do_test,
|
H A D | tst_needs_cmds01.c | 8 static void do_test(void) in do_test() function 14 .test_all = do_test,
|
H A D | tst_needs_cmds06.c | 12 static void do_test(void) in do_test() function 18 .test_all = do_test,
|
H A D | test11.c | 12 static void do_test(void) in do_test() function 22 .test_all = do_test,
|
H A D | test10.c | 13 static void do_test(void) in do_test() function 20 .test_all = do_test,
|
H A D | test12.c | 12 static void do_test(void) in do_test() function 20 .test_all = do_test,
|
/third_party/ltp/lib/newlib_tests/shell/ |
H A D | tst_check_kconfig03.sh | 5 TST_TESTFUNC=do_test 9 do_test() function
|
H A D | tst_check_kconfig02.sh | 5 TST_TESTFUNC=do_test 8 do_test() function
|
H A D | tst_check_kconfig01.sh | 5 TST_TESTFUNC=do_test 8 do_test() function
|
H A D | timeout01.sh | 5 TST_TESTFUNC=do_test 9 do_test() function
|