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

/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.cpp193 const char **Annotations,
210 StoredAnnotations[I] = Annotations[I];
334 + sizeof(const char *) * Annotations.size(),
339 Annotations.data(), Annotations.size(),
189 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks, unsigned Priority, CXAvailabilityKind Availability, const char **Annotations, unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) argument
/external/clang/lib/CodeGen/
H A DCodeGenModule.h357 std::vector<llvm::Constant*> Annotations; member in class:clang::CodeGen::CodeGenModule
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 210 milliseconds