Home
last modified time | relevance | path

Searched +defs:getAnnotations +defs:annotations (Results 26 – 50 of 911) sorted by relevance

12345678910>>...37

/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/
H A DBaseAnnotations.java27 private final Annotations annotations; field in BaseAnnotations
41 public BaseAnnotations(String attributeName, Annotations annotations, in BaseAnnotations()
70 public final Annotations getAnnotations() { in getAnnotations() method in BaseAnnotations
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
H A DBuilderMethodParameter.java41 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethodParameter
45 @Nonnull BuilderAnnotationSet annotations) { in BuilderMethodParameter()
59 @Nonnull @Override public BuilderAnnotationSet getAnnotations() { in getAnnotations() method in BuilderMethodParameter
H A DBuilderField.java46 @Nonnull final BuilderAnnotationSet annotations; field in BuilderField
52 @Nonnull BuilderAnnotationSet annotations, in BuilderField()
69 @Nonnull @Override public BuilderAnnotationSet getAnnotations() { in getAnnotations() method in BuilderField
H A DBuilderMethod.java48 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethod
58 @Nonnull BuilderAnnotationSet annotations, in BuilderMethod()
75 @Override @Nonnull public BuilderAnnotationSet getAnnotations() { return annotations; } in getAnnotations() method in BuilderMethod
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
H A DTypeParameter.java47 private List<AnnotationExpr> annotations; field in TypeParameter
67 …t endColumn, String name, List<ClassOrInterfaceType> typeBound, List<AnnotationExpr> annotations) { in TypeParameter()
122 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in TypeParameter
126 public void setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DVariableDeclarationExpr.java63 private NodeList<AnnotationExpr> annotations; field in VariableDeclarationExpr
97 …bleDeclarationExpr(final NodeList<Modifier> modifiers, final NodeList<AnnotationExpr> annotations,… in VariableDeclarationExpr()
105 …Expr(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, No… in VariableDeclarationExpr()
126 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in VariableDeclarationExpr
147 public VariableDeclarationExpr setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
H A DImmutableClassDef.java63 @Nonnull protected final Set<? extends ImmutableAnnotation> annotations; field in ImmutableClassDef
74 @Nullable Collection<? extends Annotation> annotations, in ImmutableClassDef()
101 @Nullable Collection<? extends Annotation> annotations, in ImmutableClassDef()
123 @Nullable Set<? extends ImmutableAnnotation> annotations, in ImmutableClassDef()
162 …@Nonnull @Override public Set<? extends ImmutableAnnotation> getAnnotations() { return annotations… in getAnnotations() method in ImmutableClassDef
H A DImmutableMethod.java59 @Nonnull protected final Set<? extends ImmutableAnnotation> annotations; field in ImmutableMethod
68 @Nullable Set<? extends Annotation> annotations, in ImmutableMethod()
88 @Nullable Set<? extends ImmutableAnnotation> annotations, in ImmutableMethod()
122 …@Override @Nonnull public Set<? extends ImmutableAnnotation> getAnnotations() { return annotations… in getAnnotations() method in ImmutableMethod
H A DImmutableMethodParameter.java45 @Nonnull protected final Set<? extends ImmutableAnnotation> annotations; field in ImmutableMethodParameter
49 @Nullable Set<? extends Annotation> annotations, in ImmutableMethodParameter()
67 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { return annotations; } in getAnnotations() method in ImmutableMethodParameter
H A DImmutableField.java59 @Nonnull protected final Set<? extends ImmutableAnnotation> annotations; field in ImmutableField
67 @Nullable Collection<? extends Annotation> annotations, in ImmutableField()
98 …@Nonnull @Override public Set<? extends ImmutableAnnotation> getAnnotations() { return annotations… in getAnnotations() method in ImmutableField
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DVariableDeclarationExpr.java39 private List<AnnotationExpr> annotations; field in VariableDeclarationExpr
60 final int modifiers, final List<AnnotationExpr> annotations, final Type type, in VariableDeclarationExpr()
77 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in VariableDeclarationExpr
99 public void setAnnotations(final List<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DParameter.java68 private NodeList<AnnotationExpr> annotations; field in Parameter
95 …public Parameter(NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, Type type, bo… in Parameter()
103 …eter(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, Ty… in Parameter()
164 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in Parameter
189 public Parameter setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
H A DBodyDeclaration.java46 private NodeList<AnnotationExpr> annotations; field in BodyDeclaration
53 public BodyDeclaration(NodeList<AnnotationExpr> annotations) { in BodyDeclaration()
61 public BodyDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations) { in BodyDeclaration()
72 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in BodyDeclaration
78 public T setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/theories/
H A DParameterSignature.java59 private final Annotation[] annotations; field in ParameterSignature
61 private ParameterSignature(Class<?> type, Annotation[] annotations) { in ParameterSignature()
94 public List<Annotation> getAnnotations() { in getAnnotations() method in ParameterSignature
108 Annotation[] annotations, Class<T> annotationType, int depth) { in findDeepAnnotation()
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/policy/
DPolicy.java25 …util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations = null; field in Policy
47java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations, … in Policy()
78 ….util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> getAnnotations() { in getAnnotations() method in Policy
149java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations, … in copy()
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldAnnotationStruct.java34 private AnnotationSetItem annotations; field in FieldAnnotationStruct
43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
123 public Annotations getAnnotations() { in getAnnotations() method in FieldAnnotationStruct
H A DMethodAnnotationStruct.java34 private AnnotationSetItem annotations; field in MethodAnnotationStruct
43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
123 public Annotations getAnnotations() { in getAnnotations() method in MethodAnnotationStruct
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DFieldAnnotationStruct.java34 private AnnotationSetItem annotations; field in FieldAnnotationStruct
43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
119 public Annotations getAnnotations() { in getAnnotations() method in FieldAnnotationStruct
H A DMethodAnnotationStruct.java34 private AnnotationSetItem annotations; field in MethodAnnotationStruct
43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
119 public Annotations getAnnotations() { in getAnnotations() method in MethodAnnotationStruct
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/monitoring/
H A DMonitoringKeysetInfo.java105 public Builder setAnnotations(MonitoringAnnotations annotations) { in setAnnotations()
165 private final MonitoringAnnotations annotations; field in MonitoringKeysetInfo
173 MonitoringAnnotations annotations, List<Entry> entries, Integer primaryKeyId) { in MonitoringKeysetInfo()
183 public MonitoringAnnotations getAnnotations() { in getAnnotations() method in MonitoringKeysetInfo
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
H A DParameter.java58 private List<AnnotationExpr> annotations; field in Parameter
93 List<AnnotationExpr> annotations, in Parameter()
145 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in Parameter
186 public Parameter setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DType.java47 private NodeList<AnnotationExpr> annotations; field in Type
58 public Type(NodeList<AnnotationExpr> annotations) { in Type()
66 public Type(TokenRange tokenRange, NodeList<AnnotationExpr> annotations) { in Type()
73 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in Type
82 public Type setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DVariableDeclarationExpr.java55 private List<AnnotationExpr> annotations; field in VariableDeclarationExpr
103 … final EnumSet<Modifier> modifiers, final List<AnnotationExpr> annotations, in VariableDeclarationExpr()
135 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in VariableDeclarationExpr
163 public VariableDeclarationExpr setAnnotations(final List<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/util/
H A DAnnotatedPrivateKey.java20 private final Map<String, Object> annotations; field in AnnotatedPrivateKey
28 AnnotatedPrivateKey(PrivateKey key, Map<String, Object> annotations) in AnnotatedPrivateKey()
39 public Map<String, Object> getAnnotations() in getAnnotations() method in AnnotatedPrivateKey
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/util/
H A DAnnotatedPrivateKey.java20 private final Map<String, Object> annotations; field in AnnotatedPrivateKey
28 AnnotatedPrivateKey(PrivateKey key, Map<String, Object> annotations) in AnnotatedPrivateKey()
39 public Map<String, Object> getAnnotations() in getAnnotations() method in AnnotatedPrivateKey

12345678910>>...37