HomeSort by relevance Sort by last modified time
    Searched full:deprecationwarning (Results 51 - 75 of 287) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 40 DeprecationWarning)) as w:
320 "got non-integer", DeprecationWarning)):
326 # with a DeprecationWarning
329 "-integer", DeprecationWarning)) as w:
489 DeprecationWarning)):
test_class.py 640 (".+__(get|set|del)slice__ has been removed", DeprecationWarning),
641 ("classic int division", DeprecationWarning),
642 ("<> not supported", DeprecationWarning)):
test_coercion.py 226 with check_warnings(("classic (int|long) division", DeprecationWarning),
342 DeprecationWarning),
343 ("classic (int|long) division", DeprecationWarning),
test_warnings.py 711 newenv["PYTHONWARNINGS"] = "ignore::DeprecationWarning"
715 self.assertEqual(p.communicate()[0], "['ignore::DeprecationWarning']")
720 newenv["PYTHONWARNINGS"] = ("ignore::DeprecationWarning,"
726 "['ignore::DeprecationWarning', 'ignore::UnicodeWarning']")
731 newenv["PYTHONWARNINGS"] = "ignore::DeprecationWarning"
736 "['ignore::UnicodeWarning', 'ignore::DeprecationWarning']")
test_StringIO.py 219 DeprecationWarning)):
test_augassign.py 327 with check_py3k_warnings(("classic int division", DeprecationWarning)):
test_contextlib.py 322 DeprecationWarning)):
test_importhooks.py 245 "and removed", DeprecationWarning)):
test_strop.py 3 DeprecationWarning,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 40 DeprecationWarning)) as w:
320 "got non-integer", DeprecationWarning)):
326 # with a DeprecationWarning
329 "-integer", DeprecationWarning)) as w:
489 DeprecationWarning)):
test_class.py 640 (".+__(get|set|del)slice__ has been removed", DeprecationWarning),
641 ("classic int division", DeprecationWarning),
642 ("<> not supported", DeprecationWarning)):
test_coercion.py 226 with check_warnings(("classic (int|long) division", DeprecationWarning),
342 DeprecationWarning),
343 ("classic (int|long) division", DeprecationWarning),
test_warnings.py 711 newenv["PYTHONWARNINGS"] = "ignore::DeprecationWarning"
715 self.assertEqual(p.communicate()[0], "['ignore::DeprecationWarning']")
720 newenv["PYTHONWARNINGS"] = ("ignore::DeprecationWarning,"
726 "['ignore::DeprecationWarning', 'ignore::UnicodeWarning']")
731 newenv["PYTHONWARNINGS"] = "ignore::DeprecationWarning"
736 "['ignore::UnicodeWarning', 'ignore::DeprecationWarning']")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 21 category = DeprecationWarning
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
multifile.py 31 DeprecationWarning, stacklevel=2)
MimeWriter.py 20 DeprecationWarning, 2)
mimetools.py 10 filterwarnings("ignore", ".*rfc822 has been removed", DeprecationWarning)
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 21 category = DeprecationWarning
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
multifile.py 31 DeprecationWarning, stacklevel=2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 79 DeprecationWarning, 2)
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 117 warnings.filterwarnings('ignore', category=DeprecationWarning)
  /external/chromium_org/chrome/browser/resources/web_dev_style/
js_checker.py 139 warnings.filterwarnings('ignore', category=DeprecationWarning)
  /external/chromium_org/net/tools/testserver/
testserver_base.py 18 warnings.filterwarnings("ignore", category=DeprecationWarning)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 89 'UserWarning', 'DeprecationWarning', 'PendingDeprecationWarning', 'SyntaxWarning',

Completed in 363 milliseconds

1 23 4 5 6 7 8 91011>>