/aosp_15_r20/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestInfo.java | 69 public abstract ImmutableList<Annotation> getAnnotations(); in getAnnotations() method in TestInfo 115 getAnnotations()); in withUpdatedParameterNames() method in TestInfo 118 public static TestInfo legacyCreate(Method method, String name, List<Annotation> annotations) { in legacyCreate() 123 static TestInfo createWithoutParameters(Method method, List<Annotation> annotations) { in createWithoutParameters()
|
/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 | BodyDeclaration.java | 37 private List<AnnotationExpr> annotations; field in BodyDeclaration 42 public BodyDeclaration(List<AnnotationExpr> annotations) { in BodyDeclaration() 46 public BodyDeclaration(Range range, List<AnnotationExpr> annotations) { in BodyDeclaration() 52 public final List<AnnotationExpr> getAnnotations() { in getAnnotations() method in BodyDeclaration 64 public final T setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestInfo.java | 74 public abstract ImmutableList<Annotation> getAnnotations(); in getAnnotations() method in TestInfo 124 getAnnotations()); in withUpdatedParameterNames() method in TestInfo 128 Method method, Class<?> testClass, String name, List<Annotation> annotations) { in legacyCreate() 134 Method method, Class<?> testClass, List<Annotation> annotations) { in createWithoutParameters()
|
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/ |
H A D | TestInfo.java | 74 public abstract ImmutableList<Annotation> getAnnotations(); in getAnnotations() method in TestInfo 124 getAnnotations()); in withUpdatedParameterNames() method in TestInfo 128 Method method, Class<?> testClass, String name, List<Annotation> annotations) { in legacyCreate() 134 Method method, Class<?> testClass, List<Annotation> annotations) { in createWithoutParameters()
|
/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 | BodyDeclaration.java | 35 private List<AnnotationExpr> annotations; field in BodyDeclaration 40 public BodyDeclaration(List<AnnotationExpr> annotations) { in BodyDeclaration() 44 …ion(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations) { in BodyDeclaration() 49 public final List<AnnotationExpr> getAnnotations() { in getAnnotations() method in BodyDeclaration 56 public final void setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | BaseParameter.java | 32 private List<AnnotationExpr> annotations; field in BaseParameter 48 public BaseParameter(int modifiers, List<AnnotationExpr> annotations, VariableDeclaratorId id) { in BaseParameter() 54 …int beginColumn, int endLine, int endColumn, int modifiers, List<AnnotationExpr> annotations, Vari… in BaseParameter() 61 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in BaseParameter 79 public void setAnnotations(List<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/ |
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() 87 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in PackageDeclaration 112 public PackageDeclaration setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | ArrayBracketPair.java | 19 private List<AnnotationExpr> annotations; field in ArrayBracketPair 21 public ArrayBracketPair(Range range, List<AnnotationExpr> annotations) { in ArrayBracketPair() 34 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in ArrayBracketPair 39 public ArrayBracketPair setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | ArrayCreationLevel.java | 21 private List<AnnotationExpr> annotations; field in ArrayCreationLevel 23 public ArrayCreationLevel(Range range, Expression dimension, List<AnnotationExpr> annotations) { in ArrayCreationLevel() 46 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in ArrayCreationLevel 51 public ArrayCreationLevel setAnnotations(List<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/type/ |
H A D | Type.java | 38 private List<AnnotationExpr> annotations; field in Type 51 public Type(Range range, List<AnnotationExpr> annotations) { in Type() 56 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in Type 61 public T setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
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() 128 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in TypeParameter 133 public TypeParameter 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() 84 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in PackageDeclaration 101 public void setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A D | AnnotationProcessingUtils.java | 51 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils 59 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils 167 private void queueAnnotations(List<Annotation> annotations, Queue<Annotation> workingSet) { in queueAnnotations() 203 abstract List<Annotation> getAnnotations(); in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode 219 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.DescriptionNode 239 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.ClassNode 258 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.MethodNode
|
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A D | AnnotationProcessingUtils.java | 52 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils 60 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils 166 private void queueAnnotations(List<Annotation> annotations, Queue<Annotation> workingSet) { in queueAnnotations() 199 abstract List<Annotation> getAnnotations(); in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode 215 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.DescriptionNode 235 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.ClassNode 254 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.MethodNode
|
/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() 94 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in PackageDeclaration 112 public PackageDeclaration setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
|
H A D | ArrayCreationLevel.java | 50 private NodeList<AnnotationExpr> annotations = new NodeList<>(); field in ArrayCreationLevel 65 public ArrayCreationLevel(Expression dimension, NodeList<AnnotationExpr> annotations) { in ArrayCreationLevel() 73 …yCreationLevel(TokenRange tokenRange, Expression dimension, NodeList<AnnotationExpr> annotations) { in ArrayCreationLevel() 117 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in ArrayCreationLevel 122 public ArrayCreationLevel setAnnotations(final NodeList<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/type/ |
H A D | Type.java | 34 private List<AnnotationExpr> annotations; field in Type 47 …ype(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations) { in Type() 52 public List<AnnotationExpr> getAnnotations() { in getAnnotations() method in Type 56 public void setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | ArrayType.java | 76 public ArrayType(Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) { in ArrayType() 80 public ArrayType(Type type, AnnotationExpr... annotations) { in ArrayType() 88 …e(TokenRange tokenRange, Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) { in ArrayType() 175 private NodeList<AnnotationExpr> annotations = new NodeList<>(); field in ArrayType.ArrayBracketPair 179 …blic ArrayBracketPair(TokenRange tokenRange, Origin origin, NodeList<AnnotationExpr> annotations) { in ArrayBracketPair() 185 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in ArrayType.ArrayBracketPair 189 public ArrayBracketPair setAnnotations(NodeList<AnnotationExpr> annotations) { in setAnnotations() 214 public ArrayType setAnnotations(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() 129 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in ReceiverParameter 138 public ReceiverParameter setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
|
/aosp_15_r20/external/junit/src/main/java/org/junit/runner/ |
H A D | Description.java | 44 public static Description createSuiteDescription(String name, Annotation... annotations) { in createSuiteDescription() 57 …Description createSuiteDescription(String name, Serializable uniqueId, Annotation... annotations) { in createSuiteDescription() 72 …tatic Description createTestDescription(String className, String name, Annotation... annotations) { in createTestDescription() 85 … static Description createTestDescription(Class<?> clazz, String name, Annotation... annotations) { in createTestDescription() 134 … public static Description createSuiteDescription(Class<?> testClass, Annotation... annotations) { in createSuiteDescription() 161 private Description(Class<?> clazz, String displayName, Annotation... annotations) { in Description() 165 …ription(Class<?> testClass, String displayName, Serializable uniqueId, Annotation... annotations) { in Description() 282 public Collection<Annotation> getAnnotations() { in getAnnotations() method in Description
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
H A D | AnnotationSetItem.java | 35 private final Annotations annotations; field in AnnotationSetItem 49 public AnnotationSetItem(Annotations annotations) { in AnnotationSetItem() 68 private static int writeSize(Annotations annotations) { in writeSize() 84 public Annotations getAnnotations() { in getAnnotations() method in AnnotationSetItem
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/ |
H A D | AnnotationSetItem.java | 35 private final Annotations annotations; field in AnnotationSetItem 50 public AnnotationSetItem(Annotations annotations, DexFile dexFile) { in AnnotationSetItem() 69 private static int writeSize(Annotations annotations) { in writeSize() 85 public Annotations getAnnotations() { in getAnnotations() method in AnnotationSetItem
|
/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() 92 public NodeList<AnnotationExpr> getAnnotations() { in getAnnotations() method in ModuleDeclaration 97 public ModuleDeclaration setAnnotations(final 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 | PolicyTarget.java | 22 …util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations = null; field in PolicyTarget 28 …java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations) { in PolicyTarget() 52 ….util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> getAnnotations() { in getAnnotations() method in PolicyTarget 90 …java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations) { in copy()
|
D | PolicyField.java | 35 …util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations = null; field in PolicyField 42 …java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations) { in PolicyField() 76 ….util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> getAnnotations() { in getAnnotations() method in PolicyField 111 …java.util.List<com.android.libraries.pcc.chronicle.api.policy.annotation.Annotation> annotations) { in copy()
|