Home
last modified time | relevance | path

Searched refs:wraps (Results 1 – 25 of 98) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
Dlayer2.py4 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/
Dutils.py37 @functools.wraps(func)
116 @functools.wraps(return_cb)
135 @functools.wraps(raise_cb)
/external/webrtc/webrtc/system_wrappers/source/
Drtp_to_ntp.cc48 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/
Dbase.py19 from functools import wraps
35 @wraps(func)
44 @wraps(func)
/external/chromium-trace/catapult/telemetry/telemetry/
Ddecorators.py28 @functools.wraps(obj)
72 @functools.wraps(target)
88 @functools.wraps(original_ctor)
161 @functools.wraps(func)
/external/chromium-trace/catapult/devil/devil/android/
Ddecorators.py37 @functools.wraps(f)
45 @functools.wraps(f)
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump15 // 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/
Dmock.py47 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/
Dmock.py47 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/
DCHANGES17 - 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
Dsix.py761 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/
DCHANGES30 - 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
Dsix.py789 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/
Dregistry.py42 @functools.wraps(f)
/external/chromium-trace/catapult/third_party/webtest/
DREADME.chromium7 This wraps any WSGI application and makes it easy to send test requests
/external/autotest/client/common_lib/
Ddecorators.py45 @functools.wraps(func)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py690 def wraps(wrapped): function
692 f = functools.wraps(wrapped)(f)
697 wraps = functools.wraps variable
/external/v8/build/
Dlandmine_utils.py17 @functools.wraps(func)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dutil.py123 @functools.wraps(wrapped)
/external/autotest/client/cros/
Dxmlrpc_server.py122 @functools.wraps(wrapped_function)
/external/skia/site/dev/design/
Dsync-and-gyp.md5 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/
Ddecorators.py46 @functools.wraps(func)
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_binaryop.ll25 ; At the same time vectorization wraps around the loop, vectorizes
/external/v8/tools/testrunner/local/
Dprogress.py29 from functools import wraps
103 @wraps(f)
/external/webrtc/webrtc/api/objc/
DRTCEAGLVideoView.m18 // RTCDisplayLinkTimer wraps a CADisplayLink and is set to fire every two screen
74 // RTCEAGLVideoView wraps a GLKView which is setup with

1234