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

/external/python/cpython2/Doc/tools/extensions/
H A Dc_annotations.py36 class Annotations(dict): class in inherits:dict
102 refcounts = Annotations.fromfile(
/external/guice/core/src/com/google/inject/internal/
H A DAnnotations.java54 public class Annotations { class
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp193 const char **Annotations,
210 StoredAnnotations[I] = Annotations[I];
331 + sizeof(const char *) * Annotations.size(),
336 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/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h266 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} argument
307 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { argument
308 if (Annotations.empty())
311 uint8_t FirstByte = Annotations.front();
312 Annotations = Annotations.drop_front();
317 if (Annotations.empty())
320 uint8_t SecondByte = Annotations.front();
321 Annotations
351 DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) argument
445 InlineSiteSym(uint32_t RecordOffset, const Hdr *H, ArrayRef<uint8_t> Annotations) argument
454 ArrayRef<uint8_t> Annotations; local
469 ArrayRef<uint8_t> Annotations; member in class:llvm::codeview::InlineSiteSym
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.h362 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/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 241 milliseconds