/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/tensorflow/tensorflow/contrib/graph_editor/ |
D | BUILD | 66 name = "select_test", 67 srcs = ["tests/select_test.py"],
|
/external/curl/tests/libtest/ |
D | lib502.c | 76 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 | lib560.c | 94 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib507.c | 73 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib503.c | 86 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 | lib1501.c | 81 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 | lib504.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 | lib597.c | 106 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
|
D | lib530.c | 104 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
|
D | lib591.c | 124 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
|
D | lib1502.c | 112 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib525.c | 135 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
|
D | lib1506.c | 115 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
|
D | lib555.c | 148 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in test()
|
D | lib526.c | 136 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
|
D | lib1515.c | 90 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout); in do_one_request()
|
D | libntlmconnect.c | 213 select_test(maxfd + 1, &fdread, &fdwrite, &fdexcep, &interval); in test()
|
D | lib1900.c | 232 select_test(maxfd + 1, &rd, &wr, &exc, &interval); in test()
|
D | lib582.c | 321 select_test((int)maxFd, &readSet, &writeSet, NULL, &tv); in test()
|
D | test.h | 378 #define select_test(A, B, C, D, E) \ macro
|