HomeSort by relevance Sort by last modified time
    Searched defs:Annotations (Results 1 - 6 of 6) 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 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/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 274 /// Global annotations.
275 std::vector<llvm::Constant*> Annotations;
835 /// Emit all the global annotations.
858 /// Add global annotations that are set on D, for the global GV. Those
859 /// annotations are emitted during finalization of the LLVM code.
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 242 milliseconds