/external/pdfium/testing/resources/javascript/ |
D | field.fragment | 38 /Type /Annot 53 /Type /Annot 64 /Type /Annot 74 /Type /Annot 84 /Type /Annot 94 /Type /Annot 110 /Type /Annot 125 /Type /Annot
|
D | bug_494057.in | 36 /Type /Annot 51 /Type /Annot 60 /Type /Annot 69 /Type /Annot 78 /Type /Annot
|
D | annot_properties.in | 41 var annot = this.getAnnot(0, "Annot-1"); 65 annot = this.getAnnot(0, "Annot-1"); 80 /Type /Annot 83 /NM (Annot-1)
|
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
|
D | annot_properties_expected.txt | 6 Alert: name: Annot-1 12 Alert: SUCCESS: Annot.type: Cannot assign to readonly property.
|
/external/pdfium/testing/resources/ |
D | links_highlights_annots.in | 75 /Type /Annot 84 /Type /Annot 93 /Type /Annot 102 /Type /Annot 111 /Type /Annot 126 /Type /Annot
|
D | annotiter.in | 77 /Type /Annot 92 /Type /Annot 101 /Type /Annot 110 /Type /Annot 119 /Type /Annot
|
D | annotation_markup_multiline_no_ap.in | 31 /Type /Annot 47 /Type /Annot 63 /Type /Annot 79 /Type /Annot
|
D | link_annots.in | 212 /Type /Annot 223 /Type /Annot 234 /Type /Annot 249 /Type /Annot 265 /Type /Annot 279 /Type /Annot 293 /Type /Annot 300 /Type /Annot
|
D | listbox_form.in | 53 /Type /Annot 64 /Type /Annot 79 /Type /Annot 90 /Type /Annot 102 /Type /Annot
|
D | text_form_multiple.in | 24 /Type /Annot 57 /Type /Annot 68 /Type /Annot 79 /Type /Annot
|
D | combobox_form.in | 53 /Type /Annot 64 /Type /Annot 79 /Type /Annot
|
D | calculate.in | 41 /Type /Annot 55 /Type /Annot
|
D | annotation_highlight_rollover_ap.in | 29 /Type /Annot 32 /NM (Annot-1)
|
D | bug_821454.in | 35 /Type /Annot 43 /Type /Annot
|
D | bug_1206.in | 45 /Type /Annot 57 /Type /Annot
|
/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/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeFunctionSymbol.cpp | 64 for (auto &Annot : IS.annotations()) { in inlineSiteContainsAddress() local 65 switch (Annot.OpCode) { in inlineSiteContainsAddress() 69 CodeOffset += Annot.U1; in inlineSiteContainsAddress() 74 CodeOffset += Annot.U1; in inlineSiteContainsAddress() 80 CodeOffset += Annot.U2; in inlineSiteContainsAddress() 81 if (OffsetInFunc >= CodeOffset && OffsetInFunc < CodeOffset + Annot.U1) in inlineSiteContainsAddress()
|
D | NativeInlineSiteSymbol.cpp | 101 for (const auto &Annot : Sym.annotations()) { in getLineOffset() local 102 switch (Annot.OpCode) { in getLineOffset() 106 CodeOffset += Annot.U1; in getLineOffset() 109 CodeOffset += Annot.U2; in getLineOffset() 113 CodeOffset += Annot.U1; in getLineOffset() 114 LineOffset += Annot.S1; in getLineOffset() 117 FileOffset = Annot.U1; in getLineOffset()
|
/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)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument 50 if (!Annot.empty()) { in printAnnotation() 52 (*CommentStream) << Annot; in printAnnotation() 55 if (Annot.back() != '\n') in printAnnotation() 58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 692 for (auto &Annot : IS.annotations()) { in visitKnownRecord() local 693 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in visitKnownRecord() 711 switch (Annot.OpCode) { in visitKnownRecord() 716 formatCodeOffset(Annot.U1); in visitKnownRecord() 719 formatLineOffset(Annot.S1); in visitKnownRecord() 722 formatCodeLength(Annot.U1); in visitKnownRecord() 726 CodeOffset += Annot.U1; in visitKnownRecord() 729 formatCodeOffset(Annot.U1); in visitKnownRecord() 730 formatLineOffset(Annot.S1); in visitKnownRecord() 733 formatCodeOffset(Annot.U2); in visitKnownRecord() [all …]
|
/external/llvm-project/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument 50 if (!Annot.empty()) { in printAnnotation() 52 (*CommentStream) << Annot; in printAnnotation() 55 if (Annot.back() != '\n') in printAnnotation() 58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|