Home
last modified time | relevance | path

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

1234567

/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/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/
DClientDecorationFactoryTest.java44 S3SyncClientDecorator decorator = new S3SyncClientDecorator(); in syncClientTest() local
56 S3AsyncClientDecorator decorator = new S3AsyncClientDecorator(); in asyncClientTest() local
/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/bcc/tests/python/
Dutils.py30 def decorator(func): function
55 def decorator(func): function
/external/python/cpython3/Lib/test/test_doctest/
Ddecorator_mod.py5 def decorator(f): function
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInvokeDynamicClassInstrumentor.java9 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
/external/python/cpython3/Lib/test/support/_hypothesis_stubs/
D__init__.py21 def decorator(f): function
49 def decorator(f): function
/external/python/cpython3/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py30 def decorator(test_method): function
/external/executorch/backends/arm/quantizer/quantization_annotation/
D__init__.py45 def decorator(annotator: AnnotatorType): function
/external/ml_dtypes/ml_dtypes/tests/
Dmulti_thread_utils.py25 def decorator(test_cls): function
/external/autotest/client/common_lib/
Dlog.py26 def decorator(fn): 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/tensorflow/tensorflow/python/checkpoint/
Dsaveable_compat.py69 def decorator(cls_or_obj): function
/external/pytorch/torch/onnx/
D_deprecation.py28 def decorator(function: Callable[_P, _T]) -> Callable[_P, _T]: function
/external/python/cpython3/Lib/test/support/
Dhashlib_helper.py24 def decorator(func_or_class): function
/external/pytorch/test/functorch/
Dcommon_utils.py429 op_name, variant_name="", *, decorator=None, device_type=None, dtypes=None argument
494 def decorateForModules(decorator, module_classes, device_type=None, dtypes=None): argument
499 decorator=decorator, argument
530 def decorator(fn): function
/external/python/google-api-python-client/samples/tasks_appengine/
Dmain.py23 decorator = OAuth2Decorator(client_id=settings.CLIENT_ID, variable
/external/cronet/tot/build/android/pylib/utils/
Ddecorators.py28 def decorator(f): function
/external/angle/build/android/pylib/utils/
Ddecorators.py28 def decorator(f): function
/external/cronet/stable/build/android/pylib/utils/
Ddecorators.py28 def decorator(f): function
/external/python/google-api-python-client/samples/appengine/
Dmain.py72 decorator = appengine.oauth2decorator_from_clientsecrets( variable
/external/tensorflow/tensorflow/python/ops/
Dbatch_ops.py86 def decorator(fn): # pylint: disable=missing-docstring function
/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
DConditionalDecoratorTest.java31 … ConditionalDecorator<Integer> decorator = ConditionalDecorator.create(i -> true, i -> i + 1); in basicTransform_directlyCalled_isSuccessful() local
/external/python/cpython3/Lib/test/test_zipfile/_path/
D_test_params.py14 def decorator(func): function

1234567