Home
last modified time | relevance | path

Searched defs:process_count (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_parallelism_framework.py110 def _AdjustProcessCountIfWindows(process_count): argument
251 def _RunApply(self, func, args_iterator, process_count, thread_count, argument
284 def _TestBasicApply(self, process_count, thread_count): argument
309 def _TestApplyWithNoTasks(self, process_count, thread_count): argument
334 def _TestApplySaturatesAvailableProcessesAndThreads(self, process_count, argument
378 def _TestIteratorFailure(self, process_count, thread_count): argument
428 def _TestSharedAttrsWork(self, process_count, thread_count): argument
477 def _TestThreadsSurviveExceptionsInFunc(self, process_count, thread_count): argument
504 def _TestThreadsSurviveExceptionsInHandler(self, process_count, thread_count): argument
576 def _TestRecursiveDepthThreeDifferentFunctions(self, process_count, argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand.py976 def _GetProcessAndThreadCount(self, process_count, thread_count, argument
1092 parallel_operations_override=False, process_count=None, argument
1255 arg_checker, process_count, thread_count, argument
1408 def _ApplyThreads(self, thread_count, process_count, recursive_apply_level, argument
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc119 int process_count = 0; in TEST() local