HomeSort by relevance Sort by last modified time
    Searched defs:annotations (Results 1 - 25 of 1645) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/annotation-tools/scene-lib/src/annotations/
package-info.java 2 * <code>annotations</code> provides classes that represent annotations,
5 package annotations; package
ArrayBuilder.java 1 package annotations; package
  /art/test/952-invoke-custom/src/annotations/
Constant.java 17 package annotations; package
  /external/annotation-tools/asmx/test/conform/annotations/
ValueAttrAnnotation.java 2 package annotations; package
ValueAttrAnnotation.class 
ValueAttrAnnotation1.class 
ValueAttrAnnotation2.class 
ValueAttrAnnotation1.java 2 package annotations; package
ValueAttrAnnotation2.java 2 package annotations; package
Values.java 2 package annotations; package
  /external/annotation-tools/scene-lib/src/annotations/el/
package-info.java 2 * <code>annotations.el</code> provides classes that associate annotations with
3 * Java elements. {@link annotations.el.AElement}s represent Java elements
4 * of the scene that can carry annotations. There is a multi-level class
6 * and only {@link annotations.el.ADeclaration declarations} contain an
7 * {@link annotations.el.ADeclaration#insertTypecasts insertTypecasts} field.
8 * A &ldquo;scene&rdquo; ({@link annotations.el.AScene}) contains many elements
9 * and represents all the annotations on a set of classes and packages.
12 * {@link annotations.util.coll.VivifyingMap}, a Map implementation that allows
14 * {@link annotations.util.coll.VivifyingMap#isEmpty() empty}) and provides
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/field/
package-info.java 2 * <code>annotations.field</code> provides classes that store the types of
5 package annotations.field;
ScalarAFT.java 1 package annotations.field;
  /external/annotation-tools/scene-lib/src/annotations/io/
package-info.java 2 * <code>annotations.io</code> provides classes for the input and output
3 * of {@link annotations.el.AScene}s to/from various formats.
5 package annotations.io;
ParseException.java 1 package annotations.io;
  /external/annotation-tools/scene-lib/src/annotations/toys/
package-info.java 2 package annotations.toys;
ClassTokenAnnotation.java 1 package annotations.toys;
FancierAnnotation.java 1 package annotations.toys;
SimplerInterface.java 1 package annotations.toys;
SubAnnotation.java 1 package annotations.toys;
  /art/test/148-multithread-gc-annotations/src/
AnnotationThread.java 25 Annotation[] annotations = AnnotationThread.class.getAnnotations(); local
26 if (annotations == null) {
27 System.out.println("error: AnnotationThread class has no annotations");
  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
package-info.java 2 * <code> annotations.io.classfile </code> provides methods for writing
3 * {@link annotations.el.AScene}s to Java class files and reading in annotations
4 * from a Java class file into an {@link annotations.el.AScene}.
8 * {@link annotations.io.classfile.ClassFileWriter#insert} for
9 * writing annotations to a class file, and
10 * {@link annotations.io.classfile.ClassFileReader#read} for
11 * reading annotations from a class file.
13 package annotations.io.classfile;
  /external/annotation-tools/scene-lib/test/annotations/tests/classfile/cases/
package-info.java 2 package annotations.tests.classfile.cases;
  /external/guava/guava/src/com/google/common/annotations/
package-info.java 21 package com.google.common.annotations;
  /external/testng/src/main/java/org/testng/annotations/
IAnnotation.java 1 package org.testng.annotations;
4 * The parent interface for all the annotations.

Completed in 257 milliseconds

1 2 3 4 5 6 7 8 91011>>