Home
last modified time | relevance | path

Searched refs:do_test (Results 1 - 25 of 286) sorted by relevance

12345678910>>...12

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl21.c65 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 Dfcntl11.c66 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 Dfcntl20.c66 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 Dfcntl19.c70 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 Dparse_examples.c46 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 Dtest_audit.py22 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 Dmmapstress03.c67 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 Dtest.sh32 do_test() function
53 do_test "$TOPDIR"/tests/$i.test
59 do_test "$i"
/third_party/ltp/lib/newlib_tests/
H A Dtest01.c14 static void do_test(void) in do_test() function
20 .test_all = do_test,
H A Dtest03.c12 static void do_test(void) in do_test() function
18 .test_all = do_test,
H A Dtst_needs_cmds08.c14 static void do_test(void) in do_test() function
20 .test_all = do_test,
H A Dtst_needs_cmds02.c12 static void do_test(void) in do_test() function
18 .test_all = do_test,
H A Dtst_needs_cmds05.c12 static void do_test(void) in do_test() function
18 .test_all = do_test,
H A Dtst_needs_cmds07.c12 static void do_test(void) in do_test() function
18 .test_all = do_test,
H A Dtst_needs_cmds03.c12 static void do_test(void) in do_test() function
18 .test_all = do_test,
H A Dtst_needs_cmds04.c12 static void do_test(void) in do_test() function
18 .test_all = do_test,
H A Dtst_needs_cmds01.c8 static void do_test(void) in do_test() function
14 .test_all = do_test,
H A Dtst_needs_cmds06.c12 static void do_test(void) in do_test() function
18 .test_all = do_test,
H A Dtest11.c12 static void do_test(void) in do_test() function
22 .test_all = do_test,
H A Dtest10.c13 static void do_test(void) in do_test() function
20 .test_all = do_test,
H A Dtest12.c12 static void do_test(void) in do_test() function
20 .test_all = do_test,
/third_party/ltp/lib/newlib_tests/shell/
H A Dtst_check_kconfig03.sh5 TST_TESTFUNC=do_test
9 do_test() function
H A Dtst_check_kconfig02.sh5 TST_TESTFUNC=do_test
8 do_test() function
H A Dtst_check_kconfig01.sh5 TST_TESTFUNC=do_test
8 do_test() function
H A Dtimeout01.sh5 TST_TESTFUNC=do_test
9 do_test() function

Completed in 9 milliseconds

12345678910>>...12