/external/chromium_org/build/android/pylib/base/ |
test_dispatcher_unittest.py | 5 """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._RunAllTests and test_dispatcher._CreateRunners."" [all...] |
/external/chromium_org/build/android/ |
test_runner.py | 22 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(
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 435 def test_dispatcher(self): member in class:FileWrapperTest
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 435 def test_dispatcher(self): member in class:FileWrapperTest
|