/external/autotest/client/site_tests/kernel_LTP/ |
D | kernel_LTP.py | 83 for select_test in select_tests: 84 test_bin_file = os.path.join(testcase_bin_dir, select_test) 88 for select_test in select_tests: 89 f.write('%s %s\n' % (select_test, select_test))
|
/external/curl/tests/libtest/ |
D | lib502.c | 76 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib560.c | 94 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib564.c | 79 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib503.c | 86 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib507.c | 73 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib504.c | 98 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib575.c | 96 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib533.c | 98 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib573.c | 91 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib1501.c | 96 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib530.c | 104 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib597.c | 130 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &interval); in test()
|
D | lib1502.c | 102 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib591.c | 128 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &interval); in test()
|
D | lib1506.c | 115 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib526.c | 136 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib525.c | 138 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | lib555.c | 144 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib1515.c | 90 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout); in do_one_request()
|
D | lib1900.c | 234 select_test(maxfd+1, &rd, &wr, &exc, &interval); in test()
|
D | libntlmconnect.c | 263 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &interval); in test()
|
D | lib582.c | 323 select_test(maxFd, &readSet, &writeSet, NULL, &tv); in test()
|
D | test.h | 376 #define select_test(A, B, C, D, E) \ macro
|