Home
last modified time | relevance | path

Searched defs:ann (Results 1 – 25 of 63) sorted by relevance

123

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DJacksonAnnotationIntrospector.java153 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 …]
DAnnotationMap.java21 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()
DCollectorBase.java27 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
DAnnotationCollector.java52 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
DAnnotationIntrospectorPair.java95 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 …]
DVisibilityChecker.java29 public T with(JsonAutoDetect ann); in with()
186 public Std(JsonAutoDetect ann) in Std()
261 public Std with(JsonAutoDetect ann) in with()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DAnnotationIntrospector.java184 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 …]
/external/tensorflow/tensorflow/compiler/tests/
Dapprox_topk_test.py76 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
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dapprox_topk_test.py80 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
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DIncludeTest.java38 JsonInclude ann = Bogus.class.getAnnotation(JsonInclude.class); in testFromAnnotation() local
46 JsonInclude ann = Custom.class.getAnnotation(JsonInclude.class); in testFromAnnotationWithCustom() local
DJacksonInjectTest.java31 JacksonInject ann = Bogus.class.getField("field").getAnnotation(JacksonInject.class); in testFromAnnotation() local
DJsonSetterTest.java39 JsonSetter ann = Bogus.class.getField("field").getAnnotation(JsonSetter.class); in testFromAnnotation() local
/external/armnn/python/pyarmnn/test/
Dtest_tensor_info.py3 import pyarmnn as ann namespace
Dtest_types.py4 import pyarmnn as ann namespace
Dtest_tensor_shape.py4 import pyarmnn as ann namespace
Dtest_supported_backends.py4 import pyarmnn as ann namespace
Dtest_tensor_conversion.py6 import pyarmnn as ann namespace
Dtest_deserializer.py6 import pyarmnn as ann namespace
Dtest_onnx_parser.py6 import pyarmnn as ann namespace
Dtest_quantize_and_dequantize.py6 import pyarmnn as ann namespace
Dtest_profiling_utilities.py7 import pyarmnn as ann namespace
Dtest_iconnectable.py5 import pyarmnn as ann namespace
Dtest_tensor.py7 import pyarmnn as ann namespace
/external/armnn/python/pyarmnn/scripts/
Dgenerate_docs.py9 import pyarmnn as ann namespace
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/annotation/
DJsonPOJOBuilder.java86 public Value(JsonPOJOBuilder ann) { in Value()

123