Home
last modified time | relevance | path

Searched defs:args_iterator (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand.py1090 def Apply(self, func, args_iterator, exception_handler, argument
1198 def _SequentialApply(self, func, args_iterator, exception_handler, caller_id, argument
1254 def _ParallelApply(self, func, args_iterator, exception_handler, caller_id, argument
1540 def __init__(self, cls, args_iterator, caller_id, func, task_queue, argument
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_parallelism_framework.py251 def _RunApply(self, func, args_iterator, process_count, thread_count, argument