Home
last modified time | relevance | path

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

12345678910>>...14

/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/gstreamer/gstplugins_base/gst/subparse/
Dmpl2parse.c39 GString *markup; in mpl2_parse_line() local
56 markup = g_string_new (NULL); in mpl2_parse_line()
70 g_string_append (markup, "<i>"); in mpl2_parse_line()
82 g_string_append (markup, line_chunk_escaped); in mpl2_parse_line()
87 g_string_append (markup, "</i>"); in mpl2_parse_line()
92 g_string_append (markup, "\n"); in mpl2_parse_line()
96 return g_strstrip (g_string_free (markup, FALSE)); in mpl2_parse_line()
/third_party/gettext/gnulib-local/modules/
Dmarkup5 lib/markup.h
6 lib/markup.c
21 lib_SOURCES += markup.h markup.c
24 "markup.h"
/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/boost/tools/quickbook/src/
Dmarkups.cpp23 std::map<value::tag_type, markup> markups;
27 markup init_markups[] = { in initialise_markups()
70 QUICKBOOK_FOR (markup m, init_markups) { in initialise_markups()
75 markup const& get_markup(value::tag_type t) { return markups[t]; } in get_markup()
77 std::ostream& operator<<(std::ostream& out, markup const& m) in operator <<()
Dmarkups.hpp20 struct markup struct
27 markup const& get_markup(value::tag_type);
28 std::ostream& operator<<(std::ostream&, markup const&);
Dactions.cpp305 detail::markup markup = detail::get_markup(block.get_tag()); in block_action() local
308 state.out << markup.pre << values.consume().get_encoded() in block_action()
309 << markup.post; in block_action()
317 detail::markup markup = detail::get_markup(block.get_tag()); in block_empty_action() local
318 state.out << markup.pre; in block_empty_action()
325 detail::markup markup = detail::get_markup(phrase.get_tag()); in phrase_action() local
328 state.phrase << markup.pre << values.consume().get_encoded() in phrase_action()
329 << markup.post; in phrase_action()
364 detail::markup markup = detail::get_markup(phrase.get_tag()); in raw_phrase_action() local
365 state.phrase << markup.pre << phrase.get_quickbook() << markup.post; in raw_phrase_action()
[all …]
/third_party/glib/glib/tests/
D.gitignore40 markup
41 markup-collect
42 markup-escape
43 markup-parse
44 markup-subparser
Dmarkup-subparser.c276 const char *markup; member
293 result = g_markup_parse_context_parse (ctx, tc->markup, in test()
294 strlen (tc->markup), &error); in test()
305 tc->error_message, tc->markup, string->str); in test()
312 error->message, tc->markup, string->str); in test()
319 tc->error_message, error->message, tc->markup, string->str); in test()
327 tc->result, string->str, tc->markup); in test()
Dmeson.build48 'markup' : {},
49 'markup-parse' : {},
50 'markup-collect' : {},
51 'markup-escape' : {},
52 'markup-subparser' : {},
/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/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/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/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/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
Ddoxygen_elements.hpp63 struct markup struct
69 markup(std::string const& v = "") in markup() argument
77 markup(markup_order_type o, markup_type t, std::string const& v = "") in markup() function
107 std::vector<markup> qbk_markup; argument
/third_party/libxml2/
Dlibxml2.doap8 <shortdesc xml:lang="en">XML parser and markup toolkit</shortdesc>
11 available under the MIT License. XML itself is a metalanguage to design markup
13 content using extra "markup" information enclosed between angle brackets. HTML
14 is the most well-known markup language. Though the library is written in C a
/third_party/boost/tools/build/test/
DMockToolset.py258 def set_expected(t, markup): argument
267 ''' % (verbose) + markup)
/third_party/boost/tools/quickbook/test/
Dsimple_markup-1_5.quickbook26 _or this '''escaped_ markup''' form.
38 These shouldn't be interepted as markup: == // **
Dlist_test-1_5.quickbook95 [section List immediately following markup]
102 [section List immediately following markup 2]
/third_party/boost/libs/outcome/doc/src/content/reference/macros/
Dversion.md39 Expands into the appropriate namespace markup to enter the Outcome v2 namespace.
43 …Expands into the appropriate namespace markup to enter the C++ module exported Outcome v2 namespac…
47 Expands into the appropriate namespace markup to exit the Outcome v2 namespace.
/third_party/boost/tools/quickbook/doc/
Dphrase.qbk87 Simple markup for formatting text, common in many applications, is now supported:
104 * Simple markups cannot nest. You can combine a simple markup with a nestable markup.
105 * Simple markups cannot contain any other form of quickbook markup.
106 * A non-space character must follow the leading markup
107 * A non-space character must precede the trailing markup
108 * A space or a punctuation must follow the trailing markup
109 * If the matching markup cannot be found within a block, the formatting
208 provide a very simple markup for this. For example, this:
234 We provide a phrase level markup that is a mix between the two. By using the
290 To change the source mode, use the [^\[source-mode\]] markup, where
[all …]
Dchange_log.qbk29 * Allow phrase markup in the doc-info.
96 * Disallow `[` in simple markup. Fixes some errors with mismatched punctuation.
137 * Better generated markup for callout lists.
189 * Fix delimeter checking for simple markup.
191 * Go back to using invalid markup for lists. It generates better html.
200 * Explicit markup for lists. e.g.
209 * New anchor markup for headers, will hopefully generate better pdfs.
217 * Avoids empty simple markup (i.e. \/\/ is not treated as an italic empty
219 * Better anchor markup for headers, which should be better for printing
223 in the generated markup.
[all …]
Dintroduction.qbk43 documentation using simple rules and markup for simple formatting tasks.
52 * simple markup to link to Doxygen-generated entities
54 * simple markup for italics, bold, preformatted, blurbs, code samples,

12345678910>>...14