| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 88 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("<im in printThumbLdrLabelOperand() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ATTInstPrinter.cpp | 38 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() [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | interfacedocgenerator.py | 42 def writeNewInterfaces(self, feature, key, title, markup, fp): 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) 97 asciidoctor markup form.
|
| /third_party/node/deps/v8/third_party/markupsafe/ |
| H A D | _speedups.c | 24 static PyObject* markup; variable 45 /* import markup type so that we can mark the return value */ in init_constants() 49 markup = PyObject_GetAttrString(module, "Markup"); in init_constants() 129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape() 155 /* convert the unicode string into a markup object. */ in escape() 156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape() 167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent() 187 "escape(s) -> markup\n\n" 190 "such characters in HTML. Marks return value as markup string."}, 192 "escape_silent(s) -> markup\ [all...] |
| /third_party/node/tools/inspector_protocol/markupsafe/ |
| H A D | _speedups.c | 24 static PyObject* markup; variable 45 /* import markup type so that we can mark the return value */ in init_constants() 49 markup = PyObject_GetAttrString(module, "Markup"); in init_constants() 129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape() 155 /* convert the unicode string into a markup object. */ in escape() 156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape() 167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent() 187 "escape(s) -> markup\n\n" 190 "such characters in HTML. Marks return value as markup string."}, 192 "escape_silent(s) -> markup\ [all...] |
| /third_party/skia/third_party/externals/markupsafe/ |
| H A D | _speedups.c | 24 static PyObject* markup; variable 45 /* import markup type so that we can mark the return value */ in init_constants() 49 markup = PyObject_GetAttrString(module, "Markup"); in init_constants() 129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape() 155 /* convert the unicode string into a markup object. */ in escape() 156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape() 167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent() 187 "escape(s) -> markup\n\n" 190 "such characters in HTML. Marks return value as markup string."}, 192 "escape_silent(s) -> markup\ [all...] |
| /third_party/markupsafe/ |
| H A D | _speedups.c | 3 static PyObject* markup; variable 10 /* import markup type so that we can mark the return value */ in init_constants() 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() 231 /* convert the unicode string into a markup object. */ in escape() 232 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape() 243 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | ScientificNumberFormatterTest.java | 32 ScientificNumberFormatter markup = ScientificNumberFormatter.getMarkupInstance( in TestBasic() 38 markup.format(1.23456e-78)); in TestBasic()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | ScientificNumberFormatterTest.java | 29 ScientificNumberFormatter markup = ScientificNumberFormatter.getMarkupInstance( in TestBasic() 35 markup.format(1.23456e-78)); in TestBasic()
|
| /third_party/pcre2/pcre2/ |
| H A D | 132html | 210 my($markup) = $1; 215 print TEMP "$_$markup\n";
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXInstPrinter.cpp | 91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | ICUTagletAdapter.java | 13 import com.sun.tools.doclets.formats.html.markup.RawHtml;
|
| /third_party/python/Lib/xmlrpc/ |
| H A D | server.py | 708 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): member in ServerHTMLDoc 773 doc = self.markup( 790 doc = self.markup(package_documentation, self.preformat, fdict)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 96 StringRef markup(StringRef s) const;
|
| /third_party/python/Lib/ |
| H A D | pydoc.py | 679 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): function 811 doc = self.markup(getdoc(object), self.preformat, fdict, cdict) 850 contents = self.markup(str(object.__author__), self.preformat) 853 contents = self.markup(str(object.__credits__), self.preformat) 926 doc = self.markup(getdoc(value), self.preformat, 1015 doc = self.markup(doc, self.preformat, funcs, classes, mdict) 1084 doc = self.markup( 1096 doc = self.markup(getdoc(object), self.preformat) 2592 contents = '<pre>%s</pre>' % html.markup(contents)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCInstPrinter.cpp | 151 StringRef MCInstPrinter::markup(StringRef s) const {
|
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| H A D | xmlwf.c | 551 markup(void *userData, const XML_Char *s, int len) { in markup() function 1230 XML_SetDefaultHandler(parser, markup); in tmain()
|
| /third_party/skia/third_party/externals/microhttpd/doc/ |
| H A D | texinfo.tex | 2210 \message{markup,} 2220 % define and register \INITMACRO to be called on markup style changes. 2241 \csname markup#1true\endcsname
|