/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/ |
D | layer2.py | 4 from functools import wraps 53 @wraps(Layer1.describe_domain) 58 @wraps(Layer1.deprecate_domain) 63 @wraps(Layer1.register_domain) 69 @wraps(Layer1.list_activity_types) 87 @wraps(Layer1.list_workflow_types) 139 @wraps(Layer1.count_pending_activity_tasks) 144 @wraps(Layer1.count_pending_decision_tasks) 164 @wraps(Layer1.respond_activity_task_canceled) 171 @wraps(Layer1.respond_activity_task_completed) [all …]
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | utils.py | 37 @functools.wraps(func) 116 @functools.wraps(return_cb) 135 @functools.wraps(raise_cb)
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | rtp_to_ntp.cc | 48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp); in CompensateForWrapAround() local 49 if (wraps < 0) { in CompensateForWrapAround() 53 *compensated_timestamp = new_timestamp + (wraps << 32); in CompensateForWrapAround()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/ |
D | base.py | 19 from functools import wraps 35 @wraps(func) 44 @wraps(func)
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
D | decorators.py | 28 @functools.wraps(obj) 72 @functools.wraps(target) 88 @functools.wraps(original_ctor) 161 @functools.wraps(func)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | decorators.py | 37 @functools.wraps(f) 45 @functools.wraps(f)
|
/external/webrtc/talk/session/media/ |
D | typewrapping.h.pump | 15 // Type A wraps X 16 // Type B wraps Y 17 // Type C wraps Z 117 // The code that follows wraps calls to $i-argument functions, unwrapping the 249 // Helper macro for declaring a wrapper that wraps/unwraps with reinterpret_cast<>. 253 // Helper macro for declaring a wrapper that wraps/unwraps implicitly.
|
/external/chromium-trace/catapult/telemetry/third_party/mock/ |
D | mock.py | 47 from functools import wraps as original_wraps 50 def wraps(original): function 60 wraps = original_wraps variable 62 def wraps(func): function 478 self, spec=None, wraps=None, name=None, spec_set=None, argument 498 __dict__['_mock_wraps'] = wraps 513 spec, wraps, name, spec_set, parent, 666 wraps = None 670 wraps = getattr(self._mock_wraps, name) 673 parent=self, name=name, wraps=wraps, _new_name=name, [all …]
|
/external/chromium-trace/catapult/third_party/mock/ |
D | mock.py | 47 from functools import wraps as original_wraps 50 def wraps(original): function 60 wraps = original_wraps variable 62 def wraps(func): function 478 self, spec=None, wraps=None, name=None, spec_set=None, argument 498 __dict__['_mock_wraps'] = wraps 513 spec, wraps, name, spec_set, parent, 666 wraps = None 670 wraps = getattr(self._mock_wraps, name) 673 parent=self, name=name, wraps=wraps, _new_name=name, [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | CHANGES | 17 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and 43 - Issue #85: Always accept *updated* and *assigned* arguments for `wraps()`. 78 - Pull request #32: Add six.wraps, which is like functools.wraps but always sets
|
D | six.py | 761 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, function 764 f = functools.wraps(wrapped, assigned, updated)(f) 769 wraps = functools.wraps variable
|
/external/chromium-trace/catapult/third_party/six/ |
D | CHANGES | 30 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and 59 - Issue #85: Always accept *updated* and *assigned* arguments for `wraps()`. 94 - Pull request #32: Add six.wraps, which is like functools.wraps but always sets
|
D | six.py | 789 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, function 792 f = functools.wraps(wrapped, assigned, updated)(f) 797 wraps = functools.wraps variable
|
/external/autotest/site_utils/stats/ |
D | registry.py | 42 @functools.wraps(f)
|
/external/chromium-trace/catapult/third_party/webtest/ |
D | README.chromium | 7 This wraps any WSGI application and makes it easy to send test requests
|
/external/autotest/client/common_lib/ |
D | decorators.py | 45 @functools.wraps(func)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/ |
D | six.py | 690 def wraps(wrapped): function 692 f = functools.wraps(wrapped)(f) 697 wraps = functools.wraps variable
|
/external/v8/build/ |
D | landmine_utils.py | 17 @functools.wraps(func)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | util.py | 123 @functools.wraps(wrapped)
|
/external/autotest/client/cros/ |
D | xmlrpc_server.py | 122 @functools.wraps(wrapped_function)
|
/external/skia/site/dev/design/ |
D | sync-and-gyp.md | 5 is a Python program that wraps `gclient sync` and `gyp_skia`.
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | decorators.py | 46 @functools.wraps(func)
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_binaryop.ll | 25 ; At the same time vectorization wraps around the loop, vectorizes
|
/external/v8/tools/testrunner/local/ |
D | progress.py | 29 from functools import wraps 103 @wraps(f)
|
/external/webrtc/webrtc/api/objc/ |
D | RTCEAGLVideoView.m | 18 // RTCDisplayLinkTimer wraps a CADisplayLink and is set to fire every two screen 74 // RTCEAGLVideoView wraps a GLKView which is setup with
|