HomeSort by relevance Sort by last modified time
    Searched refs:Annot (Results 1 - 25 of 39) sorted by null

1 2

  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Annot.java 27 public @interface Annot {
Parent.java 19 @Annot("asdf")
  /external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
AMDGPUInstPrinter.cpp 8 StringRef Annot) {
11 printAnnotation(OS, Annot);
AMDGPUInstPrinter.h 22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Annot.java 5 public @interface Annot
Parent.java 2 @com.android.stubs.Annot(value="asdf")
  /external/llvm/lib/MC/
MCInstPrinter.cpp 32 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
33 if (!Annot.empty()) {
35 (*CommentStream) << Annot;
38 if (Annot.back() != '\n')
41 OS << " " << MAI.getCommentString() << " " << Annot;
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
BPFInstPrinter.cpp 30 StringRef Annot, const MCSubtargetInfo &STI) {
32 printAnnotation(O, Annot);
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 33 StringRef Annot, const MCSubtargetInfo &STI) {
35 printAnnotation(O, Annot);
XCoreInstPrinter.h 35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
MSP430InstPrinter.cpp 30 StringRef Annot, const MCSubtargetInfo &STI) {
32 printAnnotation(O, Annot);
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 54 void printAnnotation(raw_ostream &OS, StringRef Annot);
70 StringRef Annot, const MCSubtargetInfo &STI) = 0;
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.h 31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
SparcInstPrinter.cpp 47 StringRef Annot, const MCSubtargetInfo &STI) {
50 printAnnotation(O, Annot);
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMovieActionDictionary_autogen.cpp 23 SkPdfDictionary* SkPdfMovieActionDictionary::Annot(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Annot", "");
32 return get("Annot", "") != NULL;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h 28 void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
PPCInstPrinter.cpp 54 StringRef Annot, const MCSubtargetInfo &STI) {
74 printAnnotation(O, Annot);
85 printAnnotation(O, Annot);
99 printAnnotation(O, Annot);
116 printAnnotation(O, Annot);
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.h 42 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 51 StringRef Annot,
59 printAnnotation(O, Annot);
101 printAnnotation(O, Annot);
137 printAnnotation(O, Annot);
147 printAnnotation(O, Annot);
155 printAnnotation(O, Annot);
172 printAnnotation(O, Annot);
182 printAnnotation(O, Annot);
212 printAnnotation(O, Annot);
613 StringRef Annot,
    [all...]
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 89 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 70 StringRef Annot, const MCSubtargetInfo &STI) {
103 printAnnotation(O, Annot);
109 printAnnotation(O, Annot);
132 printAnnotation(O, Annot);
152 printAnnotation(O, Annot);
158 printAnnotation(O, Annot);
173 printAnnotation(O, Annot);
186 printAnnotation(O, Annot);
202 printAnnotation(O, Annot);
215 printAnnotation(O, Annot);
    [all...]

Completed in 288 milliseconds

1 2