Home
last modified time | relevance | path

Searched refs:select_test (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/site_tests/kernel_LTP/
Dkernel_LTP.py83 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/tensorflow/tensorflow/contrib/graph_editor/
DBUILD66 name = "select_test",
67 srcs = ["tests/select_test.py"],
/external/curl/tests/libtest/
Dlib502.c76 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib564.c79 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib560.c94 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib507.c73 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib503.c86 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib575.c96 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib1501.c81 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib533.c98 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib504.c98 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib573.c91 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib597.c106 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
Dlib530.c104 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib591.c124 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
Dlib1502.c112 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib525.c135 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib1506.c115 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib555.c148 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
Dlib526.c136 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib1515.c90 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in do_one_request()
Dlibntlmconnect.c213 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
Dlib1900.c232 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
Dlib582.c321 select_test((int)maxFd, &readSet, &writeSet, NULL, &tv); in test()
Dtest.h378 #define select_test(A, B, C, D, E) \ macro

12