Home
last modified time | relevance | path

Searched defs:optionflags (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Ddoctest.py1166 def __init__(self, checker=None, verbose=None, optionflags=0): argument
1544 def check_output(self, want, got, optionflags): argument
1598 def _do_a_fancy_diff(self, want, got, optionflags): argument
1621 def output_difference(self, example, got, optionflags): argument
1820 report=True, optionflags=0, extraglobs=None, argument
1924 globs=None, verbose=None, report=True, optionflags=0, argument
2049 compileflags=None, optionflags=0): argument
2078 def __init__(self, mod=None, globs=None, verbose=None, optionflags=0): argument
2180 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddoctest.py1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument
1597 def check_output(self, want, got, optionflags): argument
1660 def _do_a_fancy_diff(self, want, got, optionflags): argument
1683 def output_difference(self, example, got, optionflags): argument
1880 report=True, optionflags=0, extraglobs=None, argument
1984 globs=None, verbose=None, report=True, optionflags=0, argument
2107 compileflags=None, optionflags=0): argument
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddoctest.py1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument
1597 def check_output(self, want, got, optionflags): argument
1660 def _do_a_fancy_diff(self, want, got, optionflags): argument
1683 def output_difference(self, example, got, optionflags): argument
1880 report=True, optionflags=0, extraglobs=None, argument
1984 globs=None, verbose=None, report=True, optionflags=0, argument
2107 compileflags=None, optionflags=0): argument
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddoctest.py1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument
1597 def check_output(self, want, got, optionflags): argument
1660 def _do_a_fancy_diff(self, want, got, optionflags): argument
1683 def output_difference(self, example, got, optionflags): argument
1880 report=True, optionflags=0, extraglobs=None, argument
1984 globs=None, verbose=None, report=True, optionflags=0, argument
2107 compileflags=None, optionflags=0): argument
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddoctest.py1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument
1597 def check_output(self, want, got, optionflags): argument
1660 def _do_a_fancy_diff(self, want, got, optionflags): argument
1683 def output_difference(self, example, got, optionflags): argument
1880 report=True, optionflags=0, extraglobs=None, argument
1984 globs=None, verbose=None, report=True, optionflags=0, argument
2107 compileflags=None, optionflags=0): argument
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddoctest.py1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument
1597 def check_output(self, want, got, optionflags): argument
1660 def _do_a_fancy_diff(self, want, got, optionflags): argument
1683 def output_difference(self, example, got, optionflags): argument
1880 report=True, optionflags=0, extraglobs=None, argument
1984 globs=None, verbose=None, report=True, optionflags=0, argument
2107 compileflags=None, optionflags=0): argument
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddoctest.py1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument
1597 def check_output(self, want, got, optionflags): argument
1660 def _do_a_fancy_diff(self, want, got, optionflags): argument
1683 def output_difference(self, example, got, optionflags): argument
1880 report=True, optionflags=0, extraglobs=None, argument
1984 globs=None, verbose=None, report=True, optionflags=0, argument
2107 compileflags=None, optionflags=0): argument
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/docs/
H A Dtf_doctest_lib.py126 def check_output(self, want, got, optionflags): argument
198 def output_difference(self, example, got, optionflags): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_doctest.py1099 def optionflags(): r""" member in test_DocTestRunner
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_doctest.py1224 def optionflags(): r""" member in test_DocTestRunner
/aosp_15_r20/external/python/cpython3/Lib/test/support/
D__init__.py1246 def run_doctest(module, verbosity=None, optionflags=0): argument