Home
last modified time | relevance | path

Searched refs:doctest (Results 1 – 12 of 12) sorted by relevance

/external/llvm/docs/
DMakefile.sphinx17 … pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
152 doctest:
153 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
181 if "%1" == "doctest" (
182 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
186 results in %BUILDDIR%/doctest/output.txt.
/external/clang/docs/analyzer/
DMakefile17 … pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
152 doctest: target
153 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
181 if "%1" == "doctest" (
182 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
186 results in %BUILDDIR%/doctest/output.txt.
/external/clang/docs/
DMakefile.sphinx17 …json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext default
160 doctest:
161 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
181 if "%1" == "doctest" (
182 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
186 results in %BUILDDIR%/doctest/output.txt.
/external/markdown/markdown/extensions/
Dmeta.py89 import doctest
90 doctest.testmod()
Dfenced_code.py116 import doctest
117 doctest.testmod()
Dabbr.py94 import doctest
95 doctest.testmod()
Dwikilinks.py153 import doctest
154 doctest.testmod()
Dheaderid.py193 import doctest
194 doctest.testmod()
/external/markdown/
Dregression-tests.py11 from doctest import DocTestSuite