/external/chromium-trace/catapult/devil/devil/android/ |
D | decorators.py | 105 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/ |
D | ClientDecorationFactoryTest.java | 44 S3SyncClientDecorator decorator = new S3SyncClientDecorator(); in syncClientTest() local 56 S3AsyncClientDecorator decorator = new S3AsyncClientDecorator(); in asyncClientTest() local
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 685 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/ |
D | dispatch.py | 220 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/ |
D | utils.py | 30 def decorator(func): function 55 def decorator(func): function
|
/external/python/cpython3/Lib/test/test_doctest/ |
D | decorator_mod.py | 5 def decorator(f): function
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InvokeDynamicClassInstrumentor.java | 9 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
|
/external/python/cpython3/Lib/test/support/_hypothesis_stubs/ |
D | __init__.py | 21 def decorator(f): function 49 def decorator(f): function
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | tkinter_testing_utils.py | 30 def decorator(test_method): function
|
/external/executorch/backends/arm/quantizer/quantization_annotation/ |
D | __init__.py | 45 def decorator(annotator: AnnotatorType): function
|
/external/ml_dtypes/ml_dtypes/tests/ |
D | multi_thread_utils.py | 25 def decorator(test_cls): function
|
/external/autotest/client/common_lib/ |
D | log.py | 26 def decorator(fn): function
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_quick_tests_base.py | 151 def decorator(test_method): function 315 def decorator(batch_method): function
|
/external/tensorflow/tensorflow/python/checkpoint/ |
D | saveable_compat.py | 69 def decorator(cls_or_obj): function
|
/external/pytorch/torch/onnx/ |
D | _deprecation.py | 28 def decorator(function: Callable[_P, _T]) -> Callable[_P, _T]: function
|
/external/python/cpython3/Lib/test/support/ |
D | hashlib_helper.py | 24 def decorator(func_or_class): function
|
/external/pytorch/test/functorch/ |
D | common_utils.py | 429 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/ |
D | main.py | 23 decorator = OAuth2Decorator(client_id=settings.CLIENT_ID, variable
|
/external/cronet/tot/build/android/pylib/utils/ |
D | decorators.py | 28 def decorator(f): function
|
/external/angle/build/android/pylib/utils/ |
D | decorators.py | 28 def decorator(f): function
|
/external/cronet/stable/build/android/pylib/utils/ |
D | decorators.py | 28 def decorator(f): function
|
/external/python/google-api-python-client/samples/appengine/ |
D | main.py | 72 decorator = appengine.oauth2decorator_from_clientsecrets( variable
|
/external/tensorflow/tensorflow/python/ops/ |
D | batch_ops.py | 86 def decorator(fn): # pylint: disable=missing-docstring function
|
/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/ |
D | ConditionalDecoratorTest.java | 31 … 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.py | 14 def decorator(func): function
|