HomeSort by relevance Sort by last modified time
    Searched refs:check_warnings (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ascii_formatd.py 6 from test.test_support import check_warnings, run_unittest, import_module
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
test_structmembers.py 80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
test_commands.py 9 check_warnings
63 with check_warnings((".*commands.getstatus.. is deprecated",
test_cookie.py 3 from test.test_support import run_unittest, run_doctest, check_warnings
94 with check_warnings(('.+Cookie class is insecure; do not use it',
test_pep352.py 5 from test.test_support import run_unittest, check_warnings
24 with check_warnings(*_deprecations, quiet=True):
141 with check_warnings(("", DeprecationWarning)):
test_macostools.py 50 with test_support.check_warnings(('macostools.touched*',
test_sundry.py 10 with test_support.check_warnings(quiet=True):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ascii_formatd.py 6 from test.test_support import check_warnings, run_unittest, import_module
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
test_structmembers.py 80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
test_commands.py 9 check_warnings
63 with check_warnings((".*commands.getstatus.. is deprecated",
test_cookie.py 3 from test.test_support import run_unittest, run_doctest, check_warnings
94 with check_warnings(('.+Cookie class is insecure; do not use it',
test_pep352.py 5 from test.test_support import run_unittest, check_warnings
24 with check_warnings(*_deprecations, quiet=True):
141 with check_warnings(("", DeprecationWarning)):
test_macostools.py 50 with test_support.check_warnings(('macostools.touched*',
test_sundry.py 10 with test_support.check_warnings(quiet=True):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 6 from test.test_support import check_warnings, run_unittest, import_module
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
test_structmembers.py 80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
test_commands.py 9 check_warnings
63 with check_warnings((".*commands.getstatus.. is deprecated",
test_cookie.py 3 from test.test_support import run_unittest, run_doctest, check_warnings
94 with check_warnings(('.+Cookie class is insecure; do not use it',
test_pep352.py 5 from test.test_support import run_unittest, check_warnings
24 with check_warnings(*_deprecations, quiet=True):
141 with check_warnings(("", DeprecationWarning)):
test_macostools.py 50 with test_support.check_warnings(('macostools.touched*',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 6 from test.test_support import check_warnings, run_unittest, import_module
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
test_structmembers.py 80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
test_commands.py 9 check_warnings
63 with check_warnings((".*commands.getstatus.. is deprecated",
test_cookie.py 3 from test.test_support import run_unittest, run_doctest, check_warnings
94 with check_warnings(('.+Cookie class is insecure; do not use it',
test_pep352.py 5 from test.test_support import run_unittest, check_warnings
24 with check_warnings(*_deprecations, quiet=True):
141 with check_warnings(("", DeprecationWarning)):

Completed in 1460 milliseconds

1 2 3 4 5 6