Home
last modified time | relevance | path

Searched defs:decorators (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/client/
H A DS3SyncClientDecorator.java39 List<ConditionalDecorator<S3Client>> decorators = new ArrayList<>(); in decorate() local
H A DS3AsyncClientDecorator.java45 List<ConditionalDecorator<S3AsyncClient>> decorators = new ArrayList<>(); in decorate() local
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DConditionalDecorator.java59 static <T> T decorate(T initialValue, List<ConditionalDecorator<T>> decorators) { in decorate()
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DConditionalDecoratorTest.java57 List<ConditionalDecorator<Integer>> decorators = in listOfOrderedTransforms_onlyAddsEvenNumbers_isSuccessful() local
/aosp_15_r20/external/python/python-api-core/google/api_core/gapic_v1/
Dmethod.py49 def _apply_decorators(func, decorators): argument
/aosp_15_r20/external/ComputeLibrary/src/core/utils/logging/
H A DLogger.cpp61 std::vector<std::unique_ptr<IDecorator>> decorators) in Logger()
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dmodule_wrapper.py61 def contains_deprecation_decorator(decorators): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/
H A Dcore.py81 decorators, argument
686 decorators: Tuple = () variable in OpInfo
2667 decorators=None, argument
/aosp_15_r20/external/python/cpython2/Include/
Dgraminit.h7 #define decorators 260 macro
/aosp_15_r20/external/python/cpython2/Lib/
Dsymbol.py17 decorators = 260 variable
/aosp_15_r20/external/python/cpython3/Parser/
Daction_helpers.c765 _PyPegen_function_def_decorators(Parser *p, asdl_expr_seq *decorators, stmt_ty function_def) in _PyPegen_function_def_decorators()
788 _PyPegen_class_def_decorators(Parser *p, asdl_expr_seq *decorators, stmt_ty class_def) in _PyPegen_class_def_decorators()
/aosp_15_r20/external/python/apitools/apitools/gen/
Dextended_descriptor.py134 decorators = messages.StringField(102, repeated=True) variable in ExtendedMessageDescriptor
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_optimizers.py103 def __init__(
H A Dcommon_utils.py563 def __init__(self, arg_values, name=None, decorators=None): argument
693 def decorator_fn(_, decorators=decorators): argument
H A Dcommon_modules.py216 decorators=None, # Additional decorators to apply to generated tests argument
/aosp_15_r20/external/python/mako/mako/
D_ast_util.py271 def decorators(self, node): member in SourceGenerator
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dast.py311 def __init__(self, name, bases, doc, code, decorators = None, lineno=None): argument
547 def __init__(self, decorators, name, argnames, defaults, flags, doc, code, lineno=None): argument
Dtransformer.py227 def decorators(self, nodelist): member in Transformer
/aosp_15_r20/external/guice/lib/build/
HDspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dats_olc_server_local_mode_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dlab_server_oss_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dats_olc_server_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/
Drt.jarMETA-INF/ META-INF/MANIFEST.MF com/oracle/net/Sdp$ ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/
Drt.jarMETA-INF/ META-INF/MANIFEST.MF apple/applescript/AppleScriptEngine.class AppleScriptEngine ...

12