Home
last modified time | relevance | path

Searched refs:markup (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.cpp88 OS << markup("<reg:") << getRegisterName(RegNo, DefaultAltIdx) << markup(">"); in printRegName()
141 O << ", " << markup("<imm:") << "#" in printInst()
142 << translateShiftImm(ARM_AM::getSORegOffset(MO2.getImm())) << markup(">"); in printInst()
318 O << markup("<imm:") << '#' << formatImm(Op.getImm()) << markup(">"); in printOperand()
360 O << markup("<mem:") << "[pc, "; in printThumbLdrLabelOperand()
369 O << markup("<imm:") << "#-" << formatImm(-OffImm) << markup(">"); in printThumbLdrLabelOperand()
371 O << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printThumbLdrLabelOperand()
373 O << "]" << markup(">"); in printThumbLdrLabelOperand()
425 O << markup("<mem:") << "["; in printAM2PreOrOffsetIndexOp()
430 O << ", " << markup("<imm:") << "#" in printAM2PreOrOffsetIndexOp()
[all …]
/third_party/glib/patch/
Dbackport-gmarkup-Add-G_MARKUP_PARSE_FLAGS_NONE.patch16 glib/tests/markup-collect.c | 4 +++-
17 glib/tests/markup-parse.c | 2 +-
18 glib/tests/markup-subparser.c | 3 ++-
19 glib/tests/markup.c | 3 ++-
85 diff --git a/glib/tests/markup-collect.c b/glib/tests/markup-collect.c
87 --- a/glib/tests/markup-collect.c
88 +++ b/glib/tests/markup-collect.c
100 diff --git a/glib/tests/markup-parse.c b/glib/tests/markup-parse.c
102 --- a/glib/tests/markup-parse.c
103 +++ b/glib/tests/markup-parse.c
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Drevisions.adoc20 complex markup in a valid usage statement>>, which is now allowed due to
32 * 2023-05-03 - Add <<markup-word-choices, preferred way to write>> "`called
34 * 2023-04-30 - Update <<markup-blocks, Blocks>> to remove tilde markup for
36 <<markup-blocks-nested-open, continuation blocks inside refpages>>
44 * 2022-11-16 - Update `basetype` <<markup-macros-api, markup macro>>
47 * 2022-11-11 - Add <<markup-word-choices, preferred way to write>>
49 * 2022-10-12 - Add <<markup-word-choices, preferred way to write>> "`_verb_
52 * 2022-09-05 - Refactor markup to separate <<introduction, Introduction>>
56 * 2022-07-14 - Add <<markup-sample-section-features, Feature
61 * 2021-11-15 - Add <<markup-include-file-paths, Include File Paths>> section
[all …]
Dmarkup.txt5 [[markup]]
9 text layout and markup style.
12 [[markup-copyrights]]
63 [[markup-structure]]
88 [[markup]]
92 [[markup-sample-section]]
97 [[markup-include-file-paths]]
119 [[markup-sample-section]]
128 [[markup-layout]]
134 Except when necessary for lists or other markup, text should begin at the
[all …]
Dmarkup.adoc5 [[markup]] anchor
9 text layout and markup style.
12 [[markup-copyrights]]
67 [[markup-structure]]
92 [[markup]] anchor
96 [[markup-sample-section]]
101 [[markup-include-file-paths]]
123 [[markup-sample-section]]
132 [[markup-layout]]
138 Except when necessary for lists or other markup, text should begin at the
[all …]
Dintroduction.adoc15 of the markup and most of the writing style is equally applicable to other
48 * <<markup,Markup Style>> - the required and recommended markup style for
61 Vulkan Documentation is primarily written in Asciidoctor, a text markup
/third_party/vk-gl-cts/external/vulkan-docs/src/
Dstyleguide.txt43 of the markup and most of the writing style is equally applicable to other
76 * <<markup,Markup Style>> - the required and recommended markup style for
89 Vulkan Documentation is primarily written in Asciidoctor, a text markup
164 include::style/markup.txt[]
179 * 2021-11-15 - Add <<markup-include-file-paths, Include File Paths>> section
180 requiring using full paths to included markup files.
181 * 2021-11-04 - Remove backquote markup around recommended use of the
190 tilde-delimited source blocks <<markup-blocks-source, inside reference
192 Description>> section to follow current phrasing and markup patterns
194 * 2021-09-09 - Add the <<markup-italicized-enumerant-names, Italicized
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.cpp38 OS << markup("<reg:") << '%' << getRegisterName(RegNo) << markup(">"); in printRegName()
361 O << markup("<imm:") << '$' << formatImm(Imm) << markup(">"); in printOperand()
380 O << markup("<imm:") << '$'; in printOperand()
382 O << markup(">"); in printOperand()
392 O << markup("<mem:"); in printMemReference()
416 O << ',' << markup("<imm:") << ScaleVal // never printed in hex. in printMemReference()
417 << markup(">"); in printMemReference()
423 O << markup(">"); in printMemReference()
428 O << markup("<mem:"); in printSrcIdx()
437 O << markup(">"); in printSrcIdx()
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dinterfacedocgenerator.py42 def writeNewInterfaces(self, feature, key, title, markup, fp): argument
45 parentmarkup = markup
76 write(' * ' + markup + api, file=fp)
83 parentstring = parentmarkup + (', ' + markup).join(parent.split(','))
86 write(' ** ' + markup + api, file=fp)
89 write(' * ' + markup + api, file=fp)
/third_party/markupsafe/
D_speedups.c3 static PyObject* markup; variable
14 markup = PyObject_GetAttrString(module, "Markup"); in init_constants()
203 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape()
214 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
232 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
243 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
/third_party/skia/third_party/externals/markupsafe/
D_speedups.c24 static PyObject* markup; variable
49 markup = PyObject_GetAttrString(module, "Markup"); in init_constants()
129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape()
156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
/third_party/node/deps/v8/third_party/markupsafe/
D_speedups.c24 static PyObject* markup; variable
49 markup = PyObject_GetAttrString(module, "Markup"); in init_constants()
129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape()
156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
/third_party/node/tools/inspector_protocol/markupsafe/
D_speedups.c24 static PyObject* markup; variable
49 markup = PyObject_GetAttrString(module, "Markup"); in init_constants()
129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape()
156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
/third_party/cJSON/tests/inputs/
Dtest114 … "para": "A meta-markup language, used to create markup languages such as DocBook.",
17 "GlossSee": "markup"
Dtest1.expected14 "para": "A meta-markup language, used to create markup languages such as DocBook.",
17 "GlossSee": "markup"
/third_party/cJSON/fuzzing/inputs/
Dtest114 … "para": "A meta-markup language, used to create markup languages such as DocBook.",
17 "GlossSee": "markup"
/third_party/parse5/test/data/parser-feedback/
Dtests4.test27 "description": "textarea content with <em>pseudo</em> <foo>markup",
28 "input": "textarea content with <em>pseudo</em> <foo>markup",
58 "markup"
/third_party/pcre2/pcre2/
D132html210 my($markup) = $1;
215 print TEMP "$_$markup\n";
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DScientificNumberFormatterTest.java29 ScientificNumberFormatter markup = ScientificNumberFormatter.getMarkupInstance( in TestBasic() local
35 markup.format(1.23456e-78)); in TestBasic()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DScientificNumberFormatterTest.java32 ScientificNumberFormatter markup = ScientificNumberFormatter.getMarkupInstance( in TestBasic() local
38 markup.format(1.23456e-78)); in TestBasic()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Ddoc-guide.rst9 either `reStructuredText`_ (.rst) or `MarkDown`_ (.md) markup. These
28 .. _rest-markup:
33 Basic inline markup is:
/third_party/skia/site/
Dconfig.toml55 [markup]
56 [markup.goldmark]
57 [markup.goldmark.renderer]
59 [markup.highlight]
/third_party/openGLES/specs/gl/katex/
Dkatex.js4922 var markup = "<span";
4926 markup += " class=\""; field
4927 markup += utils.escape(createClass(this.classes));
4928 markup += "\"";
4941 markup += " style=\"" + utils.escape(styles) + "\""; field
4947 markup += " " + attr + "=\"";
4948 markup += utils.escape(this.attributes[attr]);
4949 markup += "\"";
4953 markup += ">";
4957 markup += this.children[i].toMarkup(); field
[all …]
/third_party/openGLES/specs/katex/
Dkatex.js4922 var markup = "<span";
4926 markup += " class=\""; field
4927 markup += utils.escape(createClass(this.classes));
4928 markup += "\"";
4941 markup += " style=\"" + utils.escape(styles) + "\""; field
4947 markup += " " + attr + "=\"";
4948 markup += utils.escape(this.attributes[attr]);
4949 markup += "\"";
4953 markup += ">";
4957 markup += this.children[i].toMarkup(); field
[all …]
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js4922 var markup = "<span";
4926 markup += " class=\""; field
4927 markup += utils.escape(createClass(this.classes));
4928 markup += "\"";
4941 markup += " style=\"" + utils.escape(styles) + "\""; field
4947 markup += " " + attr + "=\"";
4948 markup += utils.escape(this.attributes[attr]);
4949 markup += "\"";
4953 markup += ">";
4957 markup += this.children[i].toMarkup(); field
[all …]

1234567