/external/pdfium/fxjs/ |
D | cjs_annot.cpp | 37 JSConstructor<CJS_Annot, Annot>, in DefineJSObjects() 42 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Annot() function in Annot 44 Annot::~Annot() {} in ~Annot() 46 CJS_Return Annot::get_hidden(CJS_Runtime* pRuntime) { in get_hidden() 55 CJS_Return Annot::set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_hidden() 78 CJS_Return Annot::get_name(CJS_Runtime* pRuntime) { in get_name() 85 CJS_Return Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name() 95 CJS_Return Annot::get_type(CJS_Runtime* pRuntime) { in get_type() 105 CJS_Return Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type() 109 void Annot::SetSDKAnnot(CPDFSDK_BAAnnot* annot) { in SetSDKAnnot()
|
D | cjs_annot.h | 13 class Annot : public CJS_EmbedObj { 15 explicit Annot(CJS_Object* pJSObject); 16 ~Annot() override; 41 JS_STATIC_PROP(hidden, hidden, Annot); 42 JS_STATIC_PROP(name, name, Annot); 43 JS_STATIC_PROP(type, type, Annot);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCInstPrinter.cpp | 29 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument 30 if (!Annot.empty()) { in printAnnotation() 32 (*CommentStream) << Annot; in printAnnotation() 34 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/external/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 41 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument 42 if (!Annot.empty()) { in printAnnotation() 44 (*CommentStream) << Annot; in printAnnotation() 47 if (Annot.back() != '\n') in printAnnotation() 50 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/external/pdfium/testing/resources/ |
D | annotiter.in | 77 /Type /Annot 92 /Type /Annot 101 /Type /Annot 110 /Type /Annot 119 /Type /Annot
|
D | text_form_multiple.in | 24 /Type /Annot 57 /Type /Annot 68 /Type /Annot
|
D | combobox_form.in | 48 /Type /Annot 60 /Type /Annot 73 /Type /Annot
|
D | annotation_highlight_rollover_ap.in | 29 /Type /Annot 32 /NM (Annot-1)
|
D | bug_572871.in | 44 /Type /Annot 60 /Type /Annot
|
/external/pdfium/testing/resources/javascript/ |
D | bug_494057.in | 36 /Type /Annot 51 /Type /Annot 60 /Type /Annot 69 /Type /Annot 78 /Type /Annot
|
D | field.in | 36 /Type /Annot 51 /Type /Annot 60 /Type /Annot 69 /Type /Annot 78 /Type /Annot
|
D | bug_679642.in | 63 /Type /Annot 70 /Type /Annot 77 /Type /Annot
|
D | bug_679643.in | 63 /Type /Annot 70 /Type /Annot 77 /Type /Annot
|
/external/pdfium/testing/resources/pixel/ |
D | bug_585.in | 34 /Type /Annot 37 /NM (Annot-1) 81 /Type /Annot 124 /Type /Annot 166 /Type /Annot
|
D | bug_492.in | 42 var annot = this.getAnnot(0, "Annot-1"); 48 /Type /Annot 51 /NM (Annot-1)
|
D | bug_733528.in | 28 /Type /Annot 57 /Type /Annot
|
D | bug_113910.in | 24 /Type /Annot 55 /Type /Annot
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 35 StringRef Annot) { in printInst() argument 55 printAnnotation(O, Annot); in printInst() 66 printAnnotation(O, Annot); in printInst() 80 printAnnotation(O, Annot); in printInst() 86 printAnnotation(O, Annot); in printInst()
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 57 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 77 printAnnotation(O, Annot); in printInst() 88 printAnnotation(O, Annot); in printInst() 102 printAnnotation(O, Annot); in printInst() 135 printAnnotation(O, Annot); in printInst() 141 printAnnotation(O, Annot); in printInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 54 StringRef Annot) { in printInst() argument 74 printAnnotation(O, Annot); in printInst() 92 printAnnotation(O, Annot); in printInst() 97 printAnnotation(O, Annot); in printInst() 111 printAnnotation(O, Annot); in printInst() 119 printAnnotation(O, Annot); in printInst() 132 printAnnotation(O, Annot); in printInst() 140 printAnnotation(O, Annot); in printInst() 152 printAnnotation(O, Annot); in printInst() 163 printAnnotation(O, Annot); in printInst() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstPrinter.h | 33 void printAnnotation(raw_ostream &OS, StringRef Annot); 46 StringRef Annot) = 0;
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/InstPrinter/ |
D | MBlazeInstPrinter.cpp | 29 StringRef Annot) { in printInst() argument 31 printAnnotation(O, Annot); in printInst()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 52 StringRef Annot, in printInst() argument 60 printAnnotation(O, Annot); in printInst() 102 printAnnotation(O, Annot); in printInst() 138 printAnnotation(O, Annot); in printInst() 148 printAnnotation(O, Annot); in printInst() 156 printAnnotation(O, Annot); in printInst() 175 printAnnotation(O, Annot); in printInst() 185 printAnnotation(O, Annot); in printInst() 195 printAnnotation(O, Annot); in printInst() 273 printAnnotation(O, Annot); in printInst() [all …]
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.cpp | 33 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 35 printAnnotation(O, Annot); in printInst()
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
D | BPFInstPrinter.cpp | 30 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 32 printAnnotation(O, Annot); in printInst()
|