HomeSort by relevance Sort by last modified time
    Searched refs:Annotation (Results 176 - 200 of 1372) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gradle-plugin/com/android/tools/annotations/26.0.0-beta1/
annotations-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/annotations/26.0.0-beta2/
annotations-26.0.0-beta2.jar 
  /system/tools/hidl/
Annotation.h 55 struct Annotation {
56 Annotation(const char *name, AnnotationParamVector *params);
68 DISALLOW_COPY_AND_ASSIGN(Annotation);
  /external/proguard/src/proguard/classfile/editor/
AnnotationAdder.java 24 import proguard.classfile.attribute.annotation.*;
25 import proguard.classfile.attribute.annotation.visitor.AnnotationVisitor;
30 * target annotation element value, target annotation attribute, or target
31 * parameter annotation attribute.
52 * target annotation element value.
100 public void visitAnnotation(Clazz clazz, Annotation annotation)
102 Annotation newAnnotation =
103 new Annotation(constantAdder.addConstant(clazz, annotation.u2typeIndex)
    [all...]
ParameterAnnotationsAttributeEditor.java 23 import proguard.classfile.attribute.annotation.*;
48 * Adds a given annotation to the annotations attribute.
50 public void addAnnotation(int parameterIndex, Annotation annotation)
54 annotation);
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/
plexus-component-annotations-1.6.jar 
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_flushed.jar 
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Reflection.java 21 import java.lang.annotation.Annotation;
31 Class<? extends Annotation> annotationClass) {
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotatedClassVisitor.java 21 package proguard.classfile.attribute.annotation.visitor;
24 import proguard.classfile.attribute.annotation.Annotation;
31 * The latter visits the class of each visited annotation, although
53 public void visitAnnotation(Clazz clazz, Annotation annotation)
AnnotationToMemberVisitor.java 21 package proguard.classfile.attribute.annotation.visitor;
24 import proguard.classfile.attribute.annotation.Annotation;
31 * The latter visits the class member of each visited class member annotation
32 * or method parameter annotation, although never twice in a row.
53 public void visitAnnotation(Clazz clazz, Member member, Annotation annotation)
  /external/vogar/src/vogar/target/junit/junit3/
TestCaseFactory.java 19 import java.lang.annotation.Annotation;
46 T createTest(Class<? extends TestCase> testClass, String methodName, Annotation[] annotations);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
AnnotationUtil.java 18 import java.lang.annotation.Annotation;
22 import javax.annotation.processing.RoundEnvironment;
32 Class<? extends Annotation> annotationClass) {
  /libcore/luni/src/main/java/libcore/reflect/
AnnotatedElements.java 19 import java.lang.annotation.Annotation;
20 import java.lang.annotation.IncompleteAnnotationException;
21 import java.lang.annotation.Repeatable;
36 * {@link AnnotatedElement#getAnnotationsByType} for elements that do not support annotation
42 public static <T extends Annotation> T[] getDirectOrIndirectAnnotationsByType(
48 Annotation[] annotations = element.getDeclaredAnnotations();
53 Class<? extends Annotation> repeatableAnnotationClass =
71 * Extracts annotations from a container annotation and inserts them into a list.
74 * Given a complex annotation "annotation", it should have a "T[] value()" method on it
    [all...]
  /prebuilts/devtools/tools/lib/
j2objc-annotations-1.1.jar 
  /prebuilts/sdk/tools/
jack-annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/
j2objc-annotations-1.1.jar 
  /art/test/148-multithread-gc-annotations/src/
AnnotationThread.java 17 import java.lang.annotation.*;
25 Annotation[] annotations = AnnotationThread.class.getAnnotations();
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationMemberValue.java 15 package javassist.bytecode.annotation;
23 * Nested annotation.
29 Annotation value;
32 * Constructs an annotation member. The initial value is not specified.
39 * Constructs an annotation member. The initial value is specified by
42 public AnnotationMemberValue(Annotation a, ConstPool cp) {
63 public Annotation getValue() {
70 public void setValue(Annotation newValue) {
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolAnnotation.h 25 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
AnnotationFormatter.java 33 import org.jf.dexlib2.iface.Annotation;
36 import javax.annotation.Nonnull;
37 import javax.annotation.Nullable;
44 @Nonnull Collection<? extends Annotation> annotations,
47 for (Annotation annotation: annotations) {
53 writeTo(writer, annotation, containingClass);
57 public static void writeTo(@Nonnull IndentingWriter writer, @Nonnull Annotation annotation,
59 writer.write(".annotation ");
    [all...]
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestPredicates.java 20 import android.test.suitebuilder.annotation.Smoke;
21 import android.test.suitebuilder.annotation.Suppress;
23 import java.lang.annotation.Annotation;
39 * annotation class, either on the method or on the containing class.
41 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) {
47 private final Class<? extends Annotation> annotationClass;
49 private HasAnnotation(Class<? extends Annotation> annotationClass) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolAnnotation.h 25 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolAnnotation.h 25 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)

Completed in 2006 milliseconds

1 2 3 4 5 6 78 91011>>