Home
last modified time | relevance | path

Searched defs:thread_state (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Drm.py164 def _RemoveFuncWrapper(cls, name_expansion_result, thread_state=None): argument
340 def RemoveFunc(self, name_expansion_result, thread_state=None): argument
Dsetmeta.py118 def _SetMetadataFuncWrapper(cls, name_expansion_result, thread_state=None): argument
202 def SetMetadataFunc(self, name_expansion_result, thread_state=None): argument
Dcp.py671 def _CopyFuncWrapper(cls, args, thread_state=None): argument
738 def CopyFunc(self, name_expansion_result, thread_state=None): argument
Dacl.py274 def _ApplyAclChangesWrapper(cls, url_or_expansion_result, thread_state=None): argument
400 def ApplyAclChanges(self, name_expansion_result, thread_state=None): argument
Dperfdiag.py273 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
Drsync.py445 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/
Dtest_parallelism_framework.py76 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/
Dcommand.py121 def SetAclFuncWrapper(cls, name_expansion_result, thread_state=None): argument
645 def SetAclFunc(self, name_expansion_result, thread_state=None): argument
Dcopy_helper.py241 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
Dutil.py870 def GetCloudApiInstance(cls, thread_state=None): argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc222 ThreadState* thread_state = &thread_map_[rtc::CurrentThreadId()]; in PushState() local