/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
H A D | JacksonAnnotationIntrospector.java | 153 public boolean isAnnotationBundle(Annotation ann) { in isAnnotationBundle() 284 JsonRootName ann = _findAnnotation(ac, JsonRootName.class); in findRootName() local 330 JsonFilter ann = _findAnnotation(a, JsonFilter.class); in findFilterId() local 344 JsonNaming ann = _findAnnotation(ac, JsonNaming.class); in findNamingStrategy() local 350 JsonClassDescription ann = _findAnnotation(ac, JsonClassDescription.class); in findClassDescription() local 364 JsonAutoDetect ann = _findAnnotation(ac, JsonAutoDetect.class); in findAutoDetectVisibility() local 382 JsonAlias ann = _findAnnotation(m, JsonAlias.class); in findPropertyAliases() local 406 JsonProperty ann = _findAnnotation(m, JsonProperty.class); in hasRequiredMarker() local 415 JsonProperty ann = _findAnnotation(m, JsonProperty.class); in findPropertyAccess() local 423 public String findPropertyDescription(Annotated ann) { in findPropertyDescription() [all …]
|
H A D | AnnotationCollector.java | 52 public abstract boolean isPresent(Annotation ann); in isPresent() 54 public abstract AnnotationCollector addOrOverride(Annotation ann); in addOrOverride() 79 public boolean isPresent(Annotation ann) { return false; } in isPresent() 82 public AnnotationCollector addOrOverride(Annotation ann) { in addOrOverride() 110 public boolean isPresent(Annotation ann) { in isPresent() 115 public AnnotationCollector addOrOverride(Annotation ann) { in addOrOverride() 160 public boolean isPresent(Annotation ann) { in isPresent() 165 public AnnotationCollector addOrOverride(Annotation ann) { in addOrOverride() 166 _annotations.put(ann.annotationType(), ann); in addOrOverride() local
|
H A D | AnnotationIntrospectorPair.java | 95 public boolean isAnnotationBundle(Annotation ann) { in isAnnotationBundle() 122 … public JsonIgnoreProperties.Value findPropertyIgnoralByName(MapperConfig<?> config, Annotated ann) in findPropertyIgnoralByName() 150 public Object findFilterId(Annotated ann) in findFilterId() 442 public ObjectIdInfo findObjectIdInfo(Annotated ann) { in findObjectIdInfo() 448 public ObjectIdInfo findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo) { in findObjectReferenceInfo() 456 public JsonFormat.Value findFormat(Annotated ann) { in findFormat() 466 public PropertyName findWrapperName(Annotated ann) { in findWrapperName() 481 public String findPropertyDefaultValue(Annotated ann) { in findPropertyDefaultValue() 487 public String findPropertyDescription(Annotated ann) { in findPropertyDescription() 493 public Integer findPropertyIndex(Annotated ann) { in findPropertyIndex() [all …]
|
H A D | AnnotationMap.java | 21 HashMap<Class<?>,Annotation> ann = new HashMap<>(4); in of() local 100 annotations.put(ann.annotationType(), ann); in merge() local 104 annotations.put(ann.annotationType(), ann); in merge() local 118 public boolean addIfNotPresent(Annotation ann) in addIfNotPresent() 133 public boolean add(Annotation ann) { in add() 151 protected final boolean _add(Annotation ann) { in _add()
|
H A D | CollectorBase.java | 27 Annotation ann = anns[i]; in collectAnnotations() local 38 Annotation ann = anns[i]; in collectAnnotations() local 50 Annotation ann = anns[i]; in collectFromBundle() local 74 Annotation ann = anns[i]; in collectDefaultAnnotations() local 89 Annotation ann = anns[i]; in collectDefaultFromBundle() local
|
H A D | VisibilityChecker.java | 29 public T with(JsonAutoDetect ann); in with() 186 public Std(JsonAutoDetect ann) in Std() 261 public Std with(JsonAutoDetect ann) in with()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | AnnotationIntrospector.java | 184 public boolean isAnnotationBundle(Annotation ann) { in isAnnotationBundle() 207 public ObjectIdInfo findObjectIdInfo(Annotated ann) { in findObjectIdInfo() 221 public ObjectIdInfo findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo) { in findObjectReferenceInfo() 275 … public JsonIgnoreProperties.Value findPropertyIgnoralByName(MapperConfig<?> config, Annotated ann) in findPropertyIgnoralByName() 292 …ic JsonIncludeProperties.Value findPropertyInclusionByName(MapperConfig<?> config, Annotated ann) { in findPropertyInclusionByName() 305 public Object findFilterId(Annotated ann) { return null; } in findFilterId() 588 public PropertyName findWrapperName(Annotated ann) { return null; } in findWrapperName() 598 public String findPropertyDefaultValue(Annotated ann) { return null; } in findPropertyDefaultValue() 610 public String findPropertyDescription(Annotated ann) { return null; } in findPropertyDescription() 623 public Integer findPropertyIndex(Annotated ann) { return null; } in findPropertyIndex() [all …]
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _jit_internal.py | 82 def is_final(ann) -> bool: argument 1128 def is_tuple(ann) -> bool: argument 1142 def is_list(ann) -> bool: argument 1155 def is_dict(ann) -> bool: argument 1168 def is_union(ann): argument 1179 def is_optional(ann): argument 1183 def is_optional_as_optional(ann): argument 1190 def is_union_as_optional(ann): argument 1197 def is_future(ann) -> bool: argument 1207 def is_await(ann) -> bool: argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | approx_topk_test.py | 76 def ann(db, k): function 100 def ann(db, k=10): function 124 def ann(qy, db, k): function 152 def ann(qy, db, db_half_norm, k): function 172 def ann(db, k): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
H A D | approx_topk_test.py | 80 def ann(db, k): function 104 def ann(db, k=10): function 128 def ann(qy, db, k): function 156 def ann(qy, db, db_half_norm, k): function 172 def ann(db, k): function
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | annotations.py | 371 def is_tensor(ann): argument 403 def try_ann_to_type(ann, loc, rcb=None): argument 510 def ann_to_type(ann, loc, rcb=None): argument
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
H A D | ASTParser.java | 206 AnnotationExpr ann; in PackageDeclaration() local 274 AnnotationExpr ann; in Modifiers() local 455 AnnotationExpr ann; in ExtendsList() local 496 AnnotationExpr ann; in ImplementsList() local 643 AnnotationExpr ann; in EnumConstantDeclaration() local 691 AnnotationExpr ann; in TypeParameters() local 763 AnnotationExpr ann; in TypeBound() local 1616 AnnotationExpr ann; in ReferenceType() local 1695 AnnotationExpr ann; in ClassOrInterfaceType() local 1783 AnnotationExpr ann; in TypeArgument() local [all …]
|
/aosp_15_r20/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/ |
H A D | IncludeTest.java | 38 JsonInclude ann = Bogus.class.getAnnotation(JsonInclude.class); in testFromAnnotation() local 46 JsonInclude ann = Custom.class.getAnnotation(JsonInclude.class); in testFromAnnotationWithCustom() local
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/annotool/ |
H A D | AnnotationLister.java | 145 BaseAnnotations ann) { in visitClassAnnotation() 167 DirectClassFile cf, BaseAnnotations ann) { in visitPackageAnnotation()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
H A D | DefaultDeserializationContext.java | 207 public JsonDeserializer<Object> deserializerInstance(Annotated ann, Object deserDef) in deserializerInstance() 246 public final KeyDeserializer keyDeserializerInstance(Annotated ann, Object deserDef) in keyDeserializerInstance()
|
H A D | BasicDeserializerFactory.java | 2104 Annotated ann) in findDeserializerFromAnnotation() 2123 Annotated ann) in findKeyDeserializerFromAnnotation() 2140 Annotated ann) in findContentDeserializerFromAnnotation() 2233 Annotated ann) { in _hasCreatorAnnotation()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/staledataclass/staledataclass-annotation-processor/linux_glibc_common/kotlin/ |
D | staledataclass-annotation-processor.jar | ... )
javax.lang.model.element.AnnotationMirror ann
private final void processSingleFile (javax.lang.model ... |
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
H A D | IntrospectorPairTest.java | 106 public boolean isAnnotationBundle(Annotation ann) { in isAnnotationBundle() 132 public Object findFilterId(Annotated ann) { in findFilterId()
|
/aosp_15_r20/external/armnn/python/pyarmnn/test/ |
H A D | test_types.py | 4 import pyarmnn as ann namespace
|
H A D | test_tensor_info.py | 3 import pyarmnn as ann namespace
|
H A D | test_tensor_shape.py | 4 import pyarmnn as ann namespace
|
H A D | test_supported_backends.py | 4 import pyarmnn as ann namespace
|
/aosp_15_r20/external/python/cpython3/Lib/test/typinganndata/ |
D | ann_module9.py | 6 ann = Union[List[str], int] variable
|
/aosp_15_r20/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
H A D | JsonFormat.java | 464 public Value(JsonFormat ann) { in Value() 568 public final static Value from(JsonFormat ann) { in from()
|
/aosp_15_r20/external/armnn/python/pyarmnn/scripts/ |
H A D | generate_docs.py | 9 import pyarmnn as ann namespace
|