Home
last modified time | relevance | path

Searched defs:decorator (Results 1 – 25 of 114) sorted by relevance

12345

/external/chromium-trace/catapult/devil/devil/android/
Ddecorators.py105 def decorator(f): function
128 def decorator(f): function
153 def decorator(f): function
182 def decorator(f): function
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py685 def decorator(self, *args, **kwargs): function
795 def decorator(self, **kwargs): function
955 def decorator(self, **kwargs): function
1161 def decorator(cls): function
1235 def decorator(cls): function
1291 def decorator(f): function
1333 def decorator(f): function
1373 def decorator(self, async_mode, *args, **kwargs): function
1444 def decorator(f): function
1572 def decorator(f): function
[all …]
/external/tensorflow/tensorflow/python/util/
Ddispatch.py220 def decorator(func): function
345 def decorator(dispatch_target): function
780 def decorator(handler): function
838 def decorator(handler): function
906 def decorator(handler): function
1151 def decorator(dispatch_target): function
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInvokeDynamicClassInstrumentor.java9 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java46 ClassInstrumentor.Decorator decorator = new ShadowDecorator(); in SandboxClassLoader() local
81 protected ClassInstrumentor createClassInstrumentor(ClassInstrumentor.Decorator decorator) { in createClassInstrumentor()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py30 def decorator(test_method): function
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_quick_tests_base.py151 def decorator(test_method): function
315 def decorator(batch_method): function
/external/autotest/client/common_lib/
Dlog.py26 def decorator(fn): function
Ddecorators.py97 def decorator(f): function
/external/tensorflow/tensorflow/python/checkpoint/
Dsaveable_compat.py69 def decorator(cls_or_obj): function
/external/python/cpython3/Lib/test/support/
Dhashlib_helper.py24 def decorator(func_or_class): function
Dthreading_helper.py59 def decorator(*args): function
/external/cronet/build/android/pylib/utils/
Ddecorators.py28 def decorator(f): function
/external/python/google-api-python-client/samples/tasks_appengine/
Dmain.py23 decorator = OAuth2Decorator(client_id=settings.CLIENT_ID, variable
/external/angle/build/android/pylib/utils/
Ddecorators.py28 def decorator(f): function
/external/tensorflow/tensorflow/python/ops/
Dbatch_ops.py86 def decorator(fn): # pylint: disable=missing-docstring function
/external/python/google-api-python-client/samples/appengine/
Dmain.py72 decorator = appengine.oauth2decorator_from_clientsecrets( variable
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Ddecorators.py39 def decorator(f): function
/external/python/cpython3/Doc/library/
Dcontextlib.rst842 .. _single-use-reusable-and-reentrant-cms:
/external/bcc/tests/python/
Dutils.py31 def decorator(func): function
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.cc86 std::unique_ptr<DebugGraphDecoratorInterface>* decorator) { in CreateDecorator()
/external/python/cffi/demo/
Dapi.py12 def decorator(func): function
/external/oss-fuzz/infra/
Dretry.py47 def decorator(func): function
/external/python/cpython3/Lib/
Dsignal.py49 def decorator(wrapper): function
/external/python/google-auth-library-python/google/auth/
D_helpers.py44 def decorator(method): function

12345