Home
last modified time | relevance | path

Searched +defs:getAnnotations +defs:annotations (Results 51 – 75 of 911) sorted by relevance

12345678910>>...37

/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
H A DAnnotatedPrivateKey.java18 private final Map<String, Object> annotations; field in AnnotatedPrivateKey
26 AnnotatedPrivateKey(PrivateKey key, Map<String, Object> annotations) in AnnotatedPrivateKey()
37 public Map<String, Object> getAnnotations() in getAnnotations() method in AnnotatedPrivateKey
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/output/
H A DOutputUnitData.java35 private final Map<OutputUnitKey, Map<String, Object>> annotations = new LinkedHashMap<>(); field in OutputUnitData
46 public Map<OutputUnitKey, Map<String, Object>> getAnnotations() { in getAnnotations() method in OutputUnitData
76 Map<OutputUnitKey, Map<String, Object>> annotations = data.annotations; in from() local
H A DOutputUnit.java48 private Map<String, Object> annotations = null; field in OutputUnit
94 public Map<String, Object> getAnnotations() { in getAnnotations() method in OutputUnit
98 public void setAnnotations(Map<String, Object> annotations) { in setAnnotations()
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotations.java39 private final TreeMap<CstType, Annotation> annotations; field in Annotations
71 public static Annotations combine(Annotations annotations, in combine()
211 public Collection<Annotation> getAnnotations() { in getAnnotations() method in Annotations
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotations.java40 private final TreeMap<CstType, Annotation> annotations; field in Annotations
72 public static Annotations combine(Annotations annotations, in combine()
210 public Collection<Annotation> getAnnotations() { in getAnnotations() method in Annotations
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A DParameter.java38 private final ImmutableList<Annotation> annotations; field in Parameter
53 Annotation[] annotations, in Parameter()
90 public Annotation[] getAnnotations() { in getAnnotations() method in Parameter
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A DParameter.java40 private final ImmutableList<Annotation> annotations; field in Parameter
55 Annotation[] annotations, in Parameter()
92 public Annotation[] getAnnotations() { in getAnnotations() method in Parameter
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
H A DBuilderClassDef.java59 @Nonnull final BuilderAnnotationSet annotations; field in BuilderClassDef
74 @Nonnull BuilderAnnotationSet annotations, in BuilderClassDef()
108 @Nonnull @Override public BuilderAnnotationSet getAnnotations() { return annotations; } in getAnnotations() method in BuilderClassDef
H A DBuilderAnnotationSetPool.java56 … public BuilderAnnotationSet internAnnotationSet(@Nullable Set<? extends Annotation> annotations) { in internAnnotationSet()
76 … public Collection<? extends BuilderAnnotation> getAnnotations(@Nonnull BuilderAnnotationSet key) { in getAnnotations() method in BuilderAnnotationSetPool
/aosp_15_r20/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DTestDescription.java68 public TestDescription(String className, String testName, Annotation... annotations) { in TestDescription()
80 public TestDescription(String className, String testName, Collection<Annotation> annotations) { in TestDescription()
98 public Collection<Annotation> getAnnotations() { in getAnnotations() method in TestDescription
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/trace/export/
DAutoValue_SpanData.java33 private final SpanData.TimedEvents<Annotation> annotations; field in AutoValue_SpanData
56 SpanData.TimedEvents<Annotation> annotations, in AutoValue_SpanData()
137 public SpanData.TimedEvents<Annotation> getAnnotations() { in getAnnotations() method in AutoValue_SpanData
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DPrimitiveSet.java216 public MonitoringAnnotations getAnnotations() { in getAnnotations() method in PrimitiveSet
253 private final MonitoringAnnotations annotations; field in PrimitiveSet
269 MonitoringAnnotations annotations, in PrimitiveSet()
390 private MonitoringAnnotations annotations; field in PrimitiveSet.Builder
456 public Builder<P> setAnnotations(MonitoringAnnotations annotations) { in setAnnotations()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
H A DAnnotationSetPool.java58 @Nonnull @Override public Collection<? extends Annotation> getAnnotations( in getAnnotations() method in AnnotationSetPool
/aosp_15_r20/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
H A DInternalCronetCallOptions.java43 public static Collection<Object> getAnnotations(CallOptions callOptions) { in getAnnotations() method in InternalCronetCallOptions
44 Collection<Object> annotations = in getAnnotations() local
/aosp_15_r20/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
H A DApiFile.kt467 val annotations = getAnnotations(tokenizer, token) in parsePackage() constant
513 val annotations = getAnnotations(tokenizer, token) in parseClass() constant
973 private fun getAnnotations(tokenizer: Tokenizer, startingToken: String) = buildList { in <lambda>() method in com.android.tools.metalava.model.text.ApiFile
1011 val annotations = getAnnotations(tokenizer, token) in parseConstructor() constant
1077 val annotations = getAnnotations(tokenizer, token) in parseMethod() constant
1188 val annotations = getAnnotations(tokenizer, token) in parseField() constant
1444 val annotations = getAnnotations(tokenizer, token) in parseProperty() constant
1623 val annotations = getAnnotations(tokenizer, token) in parseParameterList() constant
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/export/
H A DSpanData.java67 TimedEvents<Annotation> annotations, in create()
122 TimedEvents<Annotation> annotations, in create()
230 public abstract TimedEvents<Annotation> getAnnotations(); in getAnnotations() method in SpanData
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
H A DUnknownType.java53 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in UnknownType
58 public UnknownType setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DAdServicesErrorLogUtilVerifier.java69 List<ExpectErrorLogUtilCall> annotations = getAnnotations(description); in getExpectedLogCalls() local
105 private List<ExpectErrorLogUtilCall> getAnnotations(Description description) { in getAnnotations() method in AdServicesErrorLogUtilVerifier
DAdServicesErrorLogUtilWithExceptionVerifier.java70 List<ExpectErrorLogUtilWithExceptionCall> annotations = getAnnotations(description); in getExpectedLogCalls() local
106 private List<ExpectErrorLogUtilWithExceptionCall> getAnnotations(Description description) { in getAnnotations() method in AdServicesErrorLogUtilWithExceptionVerifier
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlint.jar ... lang.Object { private java.util.List annotations public java.util.List psiAnnotations private void < ...
/aosp_15_r20/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/
H A DSmaliMethodParameter.java46 @Nonnull public Set<? extends Annotation> annotations; field in SmaliMethodParameter
57 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { return annotations; } in getAnnotations() method in SmaliMethodParameter
/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/impl/
H A DRequestFinishedInfoImpl.java36 Collection<Object> annotations, in RequestFinishedInfoImpl()
55 public Collection<Object> getAnnotations() { in getAnnotations() method in RequestFinishedInfoImpl
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/kotlin/
H A DKotlinMetadataUtil.java78 private ImmutableList<XAnnotation> getAnnotations(XElement element) { in getAnnotations() method in KotlinMetadataUtil
79 ImmutableList<XAnnotation> annotations = ImmutableList.copyOf(element.getAllAnnotations()); in getAnnotations() local
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DMethodProperty.java94 public List<Annotation> getAnnotations() { in getAnnotations() method in MethodProperty
95 List<Annotation> annotations; in getAnnotations() local
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
H A DBedsteadFrameworkMethod.java72 List<Annotation> annotations = in calculateAnnotations() local
151 public Annotation[] getAnnotations() { in getAnnotations() method in BedsteadFrameworkMethod

12345678910>>...37