Home
last modified time | relevance | path

Searched defs:markup (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Doc/library/
Dmarkup.rst1 .. _markup: target
/external/llvm/lib/MC/
DMCInstPrinter.cpp55 StringRef MCInstPrinter::markup(StringRef s) const { in markup() function in MCInstPrinter
61 StringRef MCInstPrinter::markup(StringRef a, StringRef b) const { in markup() function in MCInstPrinter
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DScientificNumberFormatterTest.java26 ScientificNumberFormatter markup = ScientificNumberFormatter.getMarkupInstance( in TestBasic() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DScientificNumberFormatterTest.java27 ScientificNumberFormatter markup = ScientificNumberFormatter.getMarkupInstance( in TestBasic() local
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlLexerTest.java148 private static void assertTokens(String markup, String... golden) { in assertTokens()
/external/libmojo/third_party/markupsafe/
D_speedups.c24 static PyObject* markup; variable
/external/python/cpython2/Lib/
DDocXMLRPCServer.py26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): member in ServerHTMLDoc
Dpydoc.py560 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): member in HTMLDoc
/external/selinux/python/sepolicy/sepolicy/
D__init__.py896 def markup(f): function
900 def get_description(f, markup=markup): argument
Dgui.py1198 def markup(self, f): member in SELinuxGui
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py950 def search(self, markup): argument
977 def _matches(self, markup, matchAgainst): argument
1083 def __init__(self, markup="", parseOnlyThese=None, fromEncoding=None, argument
1769 def __init__(self, markup, overrideEncodings=[], argument
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp670 int markup = run - run % 64; in FaxEncodeRun() local