Searched refs:test_dispatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher_unittest.py5 """Unittests for test_dispatcher.py."""
21 import test_dispatcher namespace
81 """Tests test_dispatcher._RunTestsFromQueue."""
85 tests = test_dispatcher._TestCollection(
86 [test_dispatcher._Test(t) for t in tests])
87 test_dispatcher._RunTestsFromQueue(mock_runner, tests, results,
111 counter = test_dispatcher._ThreadSafeCounter()
112 test_dispatcher._SetUp(MockRunner, '0', runners, counter)
117 counter = test_dispatcher._ThreadSafeCounter()
123 """Tests test_dispatcher
[all...]
/external/chromium_org/build/android/
H A Dtest_runner.py22 from pylib.base import test_dispatcher namespace
440 results, test_exit_code = test_dispatcher.RunTests(
473 test_results, exit_code = test_dispatcher.RunTests(
489 test_results, test_exit_code = test_dispatcher.RunTests(
520 results, exit_code = test_dispatcher.RunTests(
544 results, exit_code = test_dispatcher.RunTests(

Completed in 110 milliseconds