Searched defs:Annotations (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAnnotations.java42 public class Annotations { class
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotations.java30 public final class Annotations extends MutabilityControl class in inherits:MutabilityControl,Comparable
31 implements Comparable<Annotations> {
33 public static final Annotations EMPTY = new Annotations();
52 public static Annotations combine(Annotations a1, Annotations a2) {
53 Annotations result = new Annotations();
72 public static Annotations combin
86 public Annotations() { method in class:Annotations
[all...]
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp194 const char **Annotations,
212 StoredAnnotations[I] = Annotations[I];
336 + sizeof(const char *) * Annotations.size(),
341 Annotations.data(), Annotations.size(),
190 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks, unsigned Priority, CXAvailabilityKind Availability, const char **Annotations, unsigned NumAnnotations, CXCursorKind ParentKind, StringRef ParentName, const char *BriefComment) argument
/external/clang/lib/CodeGen/
H A DCodeGenModule.h276 std::vector<llvm::Constant*> Annotations; member in class:clang::CodeGen::CodeGenModule

Completed in 115 milliseconds