/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | rm.py | 164 def _RemoveFuncWrapper(cls, name_expansion_result, thread_state=None): argument 340 def RemoveFunc(self, name_expansion_result, thread_state=None): argument
|
D | setmeta.py | 118 def _SetMetadataFuncWrapper(cls, name_expansion_result, thread_state=None): argument 202 def SetMetadataFunc(self, name_expansion_result, thread_state=None): argument
|
D | cp.py | 671 def _CopyFuncWrapper(cls, args, thread_state=None): argument 738 def CopyFunc(self, name_expansion_result, thread_state=None): argument
|
D | acl.py | 274 def _ApplyAclChangesWrapper(cls, url_or_expansion_result, thread_state=None): argument 400 def ApplyAclChanges(self, name_expansion_result, thread_state=None): argument
|
D | perfdiag.py | 273 def _DownloadObject(cls, args, thread_state=None): argument 289 def _DownloadSlice(cls, args, thread_state=None): argument 302 def _UploadObject(cls, args, thread_state=None): argument 317 def _UploadSlice(cls, args, thread_state=None): argument 330 def _DeleteWrapper(cls, object_name, thread_state=None): argument
|
D | rsync.py | 445 def _ListUrlRootFunc(cls, args_tuple, thread_state=None): argument 872 def _RsyncFunc(cls, diff_to_apply, thread_state=None): argument
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_parallelism_framework.py | 76 def _ReturnOneValue(cls, args, thread_state=None): argument 80 def _ReturnProcAndThreadId(cls, args, thread_state=None): argument 84 def _SleepThenReturnProcAndThreadId(cls, args, thread_state=None): argument 92 def _FailureFunc(cls, args, thread_state=None): argument 106 def _IncrementByLength(cls, args, thread_state=None): argument 117 def _ReApplyWithReplicatedArguments(cls, args, thread_state=None): argument 150 def _PerformNRecursiveCalls(cls, args, thread_state=None): argument
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | command.py | 121 def SetAclFuncWrapper(cls, name_expansion_result, thread_state=None): argument 645 def SetAclFunc(self, name_expansion_result, thread_state=None): argument
|
D | copy_helper.py | 241 def _PerformParallelUploadFileToObject(cls, args, thread_state=None): argument 1770 def _PerformSlicedDownloadObjectToFile(cls, args, thread_state=None): argument 3026 def _DeleteTempComponentObjectFn(cls, url_to_delete, thread_state=None): argument
|
D | util.py | 870 def GetCloudApiInstance(cls, thread_state=None): argument
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.cc | 222 ThreadState* thread_state = &thread_map_[rtc::CurrentThreadId()]; in PushState() local
|