Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/util/
DPySourceColor.py882 def str2stdout(sourcestring, colors=None, title='', markup='html', argument
894 def path2stdout(sourcepath, title='', colors=None, markup='html', argument
908 markup='html', header=None, footer=None, argument
923 markup='css', header=None, footer=None, argument
944 def str2markup(sourcestring, colors=None, title = '', argument
958 markup='html', header=None, footer=None, argument
981 def path2html(sourcepath, colors=None, markup='html', argument
998 show=0, markup='html', quiet=0, argument
1031 markup='html', quiet=0, form=None, argument
1073 def tagreplace(sourcestr, colors=lite, markup='xhtml', argument
[all …]
/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/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
D_lxml.py72 def prepare_markup(self, markup, user_specified_encoding=None, argument
102 def feed(self, markup): argument
221 def feed(self, markup): argument
D__init__.py122 def feed(self, markup): argument
125 def prepare_markup(self, markup, user_specified_encoding=None, argument
178 def feed(self, markup): argument
D_htmlparser.py138 def prepare_markup(self, markup, user_specified_encoding=None, argument
155 def feed(self, markup): argument
D_html5lib.py27 def prepare_markup(self, markup, user_specified_encoding): argument
33 def feed(self, markup): argument
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Ddammit.py215 def __init__(self, markup, override_encodings=None, is_html=False): argument
289 def find_declared_encoding(cls, markup, is_html=False, search_entire_document=False): argument
333 def __init__(self, markup, override_encodings=[], argument
Dtesting.py26 def soup(self, markup, **kwargs): argument
31 def document_for(self, markup): argument
D__init__.py80 def __init__(self, markup="", features=None, builder=None, argument
Delement.py1525 def search(self, markup): argument
1551 def _matches(self, markup, match_against): argument
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/
Ddemonstrate_parser_differences.py35 def __init__(self, markup): argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DScientificNumberFormatterTest.java29 ScientificNumberFormatter markup = ScientificNumberFormatter.getMarkupInstance( in TestBasic() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DScientificNumberFormatterTest.java25 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/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py650 def markup(f): function
671 def get_description(f, markup=markup): argument
Dgui.py1193 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/src/fxcodec/codec/
Dfx_codec_fax.cpp526 int markup = run - run % 64; in FaxEncodeRun() local