HomeSort by relevance Sort by last modified time
    Searched defs:Annotations (Results 1 - 7 of 7) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 42 public class Annotations {
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 30 public final class Annotations extends MutabilityControl
31 implements Comparable<Annotations> {
33 public static final Annotations EMPTY = new Annotations();
39 /** {@code non-null;} map from types to annotations */
40 private final TreeMap<CstType, Annotation> annotations; field in class:Annotations
52 public static Annotations combine(Annotations a1, Annotations a2) {
53 Annotations result = new Annotations()
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 29 public final class Annotations extends MutabilityControl
30 implements Comparable<Annotations> {
32 public static final Annotations EMPTY = new Annotations();
38 /** {@code non-null;} map from types to annotations */
39 private final TreeMap<CstType, Annotation> annotations; field in class:Annotations
51 public static Annotations combine(Annotations a1, Annotations a2) {
52 Annotations result = new Annotations()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 30 public final class Annotations extends MutabilityControl
31 implements Comparable<Annotations> {
33 public static final Annotations EMPTY = new Annotations();
39 /** {@code non-null;} map from types to annotations */
40 private final TreeMap<CstType, Annotation> annotations; field in class:Annotations
52 public static Annotations combine(Annotations a1, Annotations a2) {
53 Annotations result = new Annotations()
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 300 /// Global annotations.
301 std::vector<llvm::Constant*> Annotations;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 

Completed in 836 milliseconds