Home
last modified time | relevance | path

Searched refs:test_limit (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str02.c69 int test_limit = 0; variable
89 if (test_limit) { in main()
121 if (test_limit || (num < num_threads)) { in thread()
138 if (test_limit) { in thread()
181 test_limit++; in parse_args()
/external/autotest/client/tests/ltp/
Dparse_ltp_out.py183 for test_limit in sorted(accumulator.keys()):
185 test_limit, len(accumulator[test_limit]),
186 ', '.join(sorted(accumulator[test_limit])))
/external/autotest/client/site_tests/kernel_LTP/
Dparse_ltp_out.py176 for test_limit in sorted(accumulator.keys()):
178 test_limit, len(accumulator[test_limit]),
179 ', '.join(sorted(accumulator[test_limit])))
/external/linux-kselftest/tools/testing/selftests/vm/
Don-fault-limit.c13 static int test_limit(void) in test_limit() function
46 ret += test_limit(); in main()
/external/python/cpython3/Lib/test/
Dtest_traceback.py1100 def test_limit(self): member in TestTracebackException