/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
H A D | MethodDescriptor.java | 86 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local 115 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local 283 public String getName() { in getName() method in MethodDescriptor 311 final Annotation[][] annotations = mMethod.getParameterAnnotations(); in getHelp() local 351 private static String getHelpForParameter(Type parameterType, Annotation[] annotations) { in getHelpForParameter() 461 private static String getName(Annotation[] annotations) { in getName() method in MethodDescriptor 476 private static String getDescription(Annotation[] annotations) { in getDescription() 491 public static Object getDefaultValue(Type parameterType, Annotation[] annotations) { in getDefaultValue() 529 public static boolean hasDefaultValue(Annotation[] annotations) { in hasDefaultValue() 544 static boolean hasExplicitDefaultValue(Annotation[] annotations) { in hasExplicitDefaultValue()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/ |
H A D | PackageDeclaration.java | 49 private List<AnnotationExpr> annotations; field in PackageDeclaration 60 public PackageDeclaration(List<AnnotationExpr> annotations, NameExpr name) { in PackageDeclaration() 65 public PackageDeclaration(Range range, List<AnnotationExpr> annotations, NameExpr name) { in PackageDeclaration() 97 public NameExpr getName() { in getName() method in PackageDeclaration 112 public PackageDeclaration setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/ |
H A D | PackageDeclaration.java | 46 private List<AnnotationExpr> annotations; field in PackageDeclaration 57 public PackageDeclaration(List<AnnotationExpr> annotations, NameExpr name) { in PackageDeclaration() 62 …int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations, Name… in PackageDeclaration() 93 public NameExpr getName() { in getName() method in PackageDeclaration 101 public void setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | TypeParameter.java | 47 private List<AnnotationExpr> annotations; field in TypeParameter 67 …t endColumn, String name, List<ClassOrInterfaceType> typeBound, List<AnnotationExpr> annotations) { in TypeParameter() 87 public String getName() { in getName() 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/ |
H A D | PackageDeclaration.java | 47 private NodeList<AnnotationExpr> annotations = new NodeList<>(); field in PackageDeclaration 60 public PackageDeclaration(NodeList<AnnotationExpr> annotations, Name name) { in PackageDeclaration() 68 …public PackageDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name) { in PackageDeclaration() 104 public Name getName() { in getName() method in PackageDeclaration 112 public PackageDeclaration setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
H A D | ReceiverParameter.java | 55 private NodeList<AnnotationExpr> annotations; field in ReceiverParameter 78 public ReceiverParameter(NodeList<AnnotationExpr> annotations, Type type, Name name) { in ReceiverParameter() 86 …public ReceiverParameter(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Type type, N… in ReceiverParameter() 138 public ReceiverParameter setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations() 164 public Name getName() { in getName() method in ReceiverParameter
|
H A D | Parameter.java | 68 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() 169 public SimpleName getName() { in getName() method in Parameter 189 public Parameter setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | CallableDeclaration.java | 68 …CallableDeclaration(NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<T… in CallableDeclaration() 76 …tion(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, No… in CallableDeclaration() 114 public SimpleName getName() { in getName() method in CallableDeclaration 264 public String getName() { in getName() method in CallableDeclaration.Signature
|
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/ |
H A D | MethodDescriptor.java | 81 final Annotation[][] annotations = getParameterAnnotations(); in invoke() local 238 public String getName() { in getName() method in MethodDescriptor 297 public static Object getDefaultValue(Type parameterType, Iterable<Annotation> annotations) { in getDefaultValue() 315 public static Object getOptionalValue(Type parameterType, Iterable<Annotation> annotations) { in getOptionalValue() 351 public static boolean hasDefaultValue(Iterable<Annotation> annotations) { in hasDefaultValue() 365 public static boolean isOptional(Iterable<Annotation> annotations) { in isOptional()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/ |
H A D | ModuleDeclaration.java | 28 private NodeList<AnnotationExpr> annotations; field in ModuleDeclaration 43 …public ModuleDeclaration(NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList… in ModuleDeclaration() 51 …public ModuleDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name, b… in ModuleDeclaration() 73 public Name getName() { in getName() method in ModuleDeclaration 97 public ModuleDeclaration setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
H A D | ClassDetails.java | 26 private Set<String> annotations; field in ClassDetails 43 public String getName() { in getName() method in ClassDetails 75 private final Set<String> annotations; field in ClassDetails.AnnotationCollector 77 public AnnotationCollector(Set<String> annotations) { in AnnotationCollector()
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/build-system/builder-model/ |
HD | builder-model.jar | ... lang.Object {
public static synthetic void isZipAlignEnabled$annotations ()
}
com/android/builder/model ... |
/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 D | TypeParameter.java | 51 private List<AnnotationExpr> annotations; field in TypeParameter 69 …Range range, String name, List<ClassOrInterfaceType> typeBound, List<AnnotationExpr> annotations) { in TypeParameter() 89 public String getName() { in getName() method in TypeParameter 133 public TypeParameter setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/ |
H A D | ImmutableMethod.java | 59 @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() 117 @Override @Nonnull public String getName() { return name; } in getName() method in ImmutableMethod
|
H A D | ImmutableMethodParameter.java | 45 @Nonnull protected final Set<? extends ImmutableAnnotation> annotations; field in ImmutableMethodParameter 49 @Nullable Set<? extends Annotation> annotations, in ImmutableMethodParameter() 68 @Nullable @Override public String getName() { return name; } in getName() method in ImmutableMethodParameter
|
H A D | ImmutableField.java | 59 @Nonnull protected final Set<? extends ImmutableAnnotation> annotations; field in ImmutableField 67 @Nullable Collection<? extends Annotation> annotations, in ImmutableField() 94 @Nonnull @Override public String getName() { return name; } in getName() method in ImmutableField
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/ |
H A D | BuilderMethodParameter.java | 41 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethodParameter 45 @Nonnull BuilderAnnotationSet annotations) { in BuilderMethodParameter() 55 @Nullable @Override public String getName() { in getName() method in BuilderMethodParameter
|
H A D | BuilderField.java | 46 @Nonnull final BuilderAnnotationSet annotations; field in BuilderField 52 @Nonnull BuilderAnnotationSet annotations, in BuilderField() 77 @Nonnull @Override public String getName() { in getName() method in BuilderField
|
H A D | BuilderMethod.java | 48 @Nonnull final BuilderAnnotationSet annotations; field in BuilderMethod 58 @Nonnull BuilderAnnotationSet annotations, in BuilderMethod() 70 @Override @Nonnull public String getName() { return methodReference.name.getString(); } in getName() method in BuilderMethod
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | TypeParameter.java | 76 …(SimpleName name, NodeList<ClassOrInterfaceType> typeBound, NodeList<AnnotationExpr> annotations) { in TypeParameter() 84 … SimpleName name, NodeList<ClassOrInterfaceType> typeBound, NodeList<AnnotationExpr> annotations) { in TypeParameter() 109 public SimpleName getName() { in getName() method in TypeParameter 153 public TypeParameter setAnnotations(NodeList<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | ClassOrInterfaceType.java | 88 …l SimpleName name, final NodeList<Type> typeArguments, final NodeList<AnnotationExpr> annotations)… in ClassOrInterfaceType() 96 …eType scope, SimpleName name, NodeList<Type> typeArguments, NodeList<AnnotationExpr> annotations) { in ClassOrInterfaceType() 117 public SimpleName getName() { in getName() method in ClassOrInterfaceType 195 public ClassOrInterfaceType setAnnotations(NodeList<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/policy/ |
D | Policy.java | 25 …util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations = null; field in Policy 47 …java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations, … in Policy() 53 public final java.lang.String getName() { in getName() method in Policy 149 …java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations, … in copy()
|
/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 D | Parameter.java | 58 private List<AnnotationExpr> annotations; field in Parameter 93 List<AnnotationExpr> annotations, in Parameter() 155 public String getName() { in getName() method in Parameter 186 public Parameter setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | TypeDeclaration.java | 61 public TypeDeclaration(List<AnnotationExpr> annotations, in TypeDeclaration() 70 public TypeDeclaration(Range range, List<AnnotationExpr> annotations, in TypeDeclaration() 115 public final String getName() { in getName() method in TypeDeclaration
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/ |
H A D | TypeDeclaration.java | 49 public TypeDeclaration(List<AnnotationExpr> annotations, in TypeDeclaration() 59 int endColumn, List<AnnotationExpr> annotations, in TypeDeclaration() 82 public final String getName() { in getName() method in TypeDeclaration
|