Home
last modified time | relevance | path

Searched refs:Annot (Results 1 – 25 of 188) sorted by relevance

12345678

/external/pdfium/testing/resources/javascript/
Dfield.fragment38 /Type /Annot
53 /Type /Annot
64 /Type /Annot
74 /Type /Annot
84 /Type /Annot
94 /Type /Annot
110 /Type /Annot
125 /Type /Annot
Dbug_494057.in36 /Type /Annot
51 /Type /Annot
60 /Type /Annot
69 /Type /Annot
78 /Type /Annot
Dannot_properties.in41 var annot = this.getAnnot(0, "Annot-1");
65 annot = this.getAnnot(0, "Annot-1");
80 /Type /Annot
83 /NM (Annot-1)
Dbug_679642.in63 /Type /Annot
70 /Type /Annot
77 /Type /Annot
Dbug_679643.in63 /Type /Annot
70 /Type /Annot
77 /Type /Annot
Dannot_properties_expected.txt6 Alert: name: Annot-1
12 Alert: SUCCESS: Annot.type: Cannot assign to readonly property.
/external/pdfium/testing/resources/
Dlinks_highlights_annots.in75 /Type /Annot
84 /Type /Annot
93 /Type /Annot
102 /Type /Annot
111 /Type /Annot
126 /Type /Annot
Dannotiter.in77 /Type /Annot
92 /Type /Annot
101 /Type /Annot
110 /Type /Annot
119 /Type /Annot
Dannotation_markup_multiline_no_ap.in31 /Type /Annot
47 /Type /Annot
63 /Type /Annot
79 /Type /Annot
Dlink_annots.in212 /Type /Annot
223 /Type /Annot
234 /Type /Annot
249 /Type /Annot
265 /Type /Annot
279 /Type /Annot
293 /Type /Annot
300 /Type /Annot
Dlistbox_form.in53 /Type /Annot
64 /Type /Annot
79 /Type /Annot
90 /Type /Annot
102 /Type /Annot
Dtext_form_multiple.in24 /Type /Annot
57 /Type /Annot
68 /Type /Annot
79 /Type /Annot
Dcombobox_form.in53 /Type /Annot
64 /Type /Annot
79 /Type /Annot
Dcalculate.in41 /Type /Annot
55 /Type /Annot
Dannotation_highlight_rollover_ap.in29 /Type /Annot
32 /NM (Annot-1)
Dbug_821454.in35 /Type /Annot
43 /Type /Annot
Dbug_1206.in45 /Type /Annot
57 /Type /Annot
/external/llvm/lib/MC/
DMCInstPrinter.cpp41 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/
DNativeFunctionSymbol.cpp64 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()
DNativeInlineSiteSymbol.cpp101 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/
Dbug_585.in34 /Type /Annot
37 /NM (Annot-1)
81 /Type /Annot
124 /Type /Annot
166 /Type /Annot
Dbug_492.in42 var annot = this.getAnnot(0, "Annot-1");
48 /Type /Annot
51 /NM (Annot-1)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp49 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/
DMinimalSymbolDumper.cpp692 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/
DMCInstPrinter.cpp49 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()

12345678