/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | rm.py | 164 def _RemoveFuncWrapper(cls, name_expansion_result, thread_state=None): argument 165 cls.RemoveFunc(name_expansion_result, thread_state=thread_state) 340 def RemoveFunc(self, name_expansion_result, thread_state=None): argument 341 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
D | setmeta.py | 118 def _SetMetadataFuncWrapper(cls, name_expansion_result, thread_state=None): argument 119 cls.SetMetadataFunc(name_expansion_result, thread_state=thread_state) 202 def SetMetadataFunc(self, name_expansion_result, thread_state=None): argument 209 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
D | acl.py | 274 def _ApplyAclChangesWrapper(cls, url_or_expansion_result, thread_state=None): argument 275 cls.ApplyAclChanges(url_or_expansion_result, thread_state=thread_state) 400 def ApplyAclChanges(self, name_expansion_result, thread_state=None): argument 407 if thread_state: 408 gsutil_api = thread_state
|
D | cp.py | 671 def _CopyFuncWrapper(cls, args, thread_state=None): argument 672 cls.CopyFunc(args, thread_state=thread_state) 738 def CopyFunc(self, name_expansion_result, thread_state=None): argument 740 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
D | rsync.py | 445 def _ListUrlRootFunc(cls, args_tuple, thread_state=None): argument 460 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) 872 def _RsyncFunc(cls, diff_to_apply, thread_state=None): argument 874 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state)
|
D | perfdiag.py | 273 def _DownloadObject(cls, args, thread_state=None): argument 281 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 289 def _DownloadSlice(cls, args, thread_state=None): argument 297 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 302 def _UploadObject(cls, args, thread_state=None): argument 310 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 317 def _UploadSlice(cls, args, thread_state=None): argument 325 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 330 def _DeleteWrapper(cls, object_name, thread_state=None): argument 338 cls.gsutil_api = GetCloudApiInstance(cls, thread_state)
|
/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 89 return _ReturnProcAndThreadId(cls, args, thread_state=thread_state) 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/libunwind_llvm/src/ |
D | UnwindRegistersSave.S | 17 # extern int unw_getcontext(unw_context_t* thread_state) 22 # + thread_state pointer + 58 # extern int unw_getcontext(unw_context_t* thread_state) 61 # thread_state pointer is in rdi 93 ; extern int unw_getcontext(unw_context_t* thread_state) 96 ; thread_state pointer is in r3 290 @ extern int unw_getcontext(unw_context_t* thread_state) 293 @ thread_state pointer is in r0
|
D | UnwindRegistersRestore.S | 22 # + thread_state pointer + 61 # On entry, thread_state pointer is in rdi 103 ; thread_state pointer is in r3 321 @ thread_state pointer is in r0
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
D | wait_until.pass.cpp | 27 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized); 31 thread_state.store(state, std::memory_order_relaxed); in set_worker_thread_state() 36 while (thread_state.load(std::memory_order_relaxed) != state); in wait_for_worker_thread_state()
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
D | wait_until.pass.cpp | 27 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized); 31 thread_state.store(state, std::memory_order_relaxed); in set_worker_thread_state() 36 while (thread_state.load(std::memory_order_relaxed) != state); in wait_for_worker_thread_state()
|
/external/v8/src/ |
D | v8threads.cc | 108 DCHECK(per_thread->thread_state() == lazily_archived_thread_state_); in RestoreThread() 127 if (per_thread == NULL || per_thread->thread_state() == NULL) { in RestoreThread() 132 ThreadState* state = per_thread->thread_state(); in RestoreThread() 320 return data != NULL && data->thread_state() != NULL; in IsArchived()
|
D | isolate.h | 428 FIELD_ACCESSOR(ThreadState*, thread_state) in FIELD_ACCESSOR()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.cc | 222 ThreadState* thread_state = &thread_map_[rtc::CurrentThreadId()]; in PushState() local 223 std::stack<State>* stack = &thread_state->stack; in PushState() 225 new_state.MergePrevious(thread_state->global_state); in PushState()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | command.py | 121 def SetAclFuncWrapper(cls, name_expansion_result, thread_state=None): argument 122 return cls.SetAclFunc(name_expansion_result, thread_state=thread_state) 645 def SetAclFunc(self, name_expansion_result, thread_state=None): argument 652 if thread_state: 654 gsutil_api = thread_state 1707 results = task.func(cls, task.args, thread_state=self.thread_gsutil_api)
|
D | copy_helper.py | 241 def _PerformParallelUploadFileToObject(cls, args, thread_state=None): argument 253 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) 1770 def _PerformSlicedDownloadObjectToFile(cls, args, thread_state=None): argument 1785 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) 3026 def _DeleteTempComponentObjectFn(cls, url_to_delete, thread_state=None): argument 3028 gsutil_api = GetCloudApiInstance(cls, thread_state)
|
D | util.py | 870 def GetCloudApiInstance(cls, thread_state=None): argument 885 return thread_state or cls.gsutil_api
|