HomeSort by relevance Sort by last modified time
    Searched refs:DeprecationWarning (Results 126 - 150 of 682) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 43 warnings.simplefilter('ignore', DeprecationWarning)
76 warnings.simplefilter('ignore', DeprecationWarning)
89 warnings.simplefilter('ignore', DeprecationWarning)
104 warnings.simplefilter('ignore', DeprecationWarning)
120 warnings.simplefilter('ignore', DeprecationWarning)
127 warnings.simplefilter('ignore', DeprecationWarning)
154 warnings.simplefilter('ignore', DeprecationWarning)
167 warnings.simplefilter('ignore', DeprecationWarning)
181 warnings.simplefilter('ignore', DeprecationWarning)
219 warnings.simplefilter('ignore', DeprecationWarning)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_py3kwarn.py 22 and issubclass(cls, DeprecationWarning)
353 DeprecationWarning and specifies itself in the message."""
356 DeprecationWarning, __name__)
358 DeprecationWarning, __name__)
361 except DeprecationWarning as exc:
373 self.fail("DeprecationWarning not raised for {0}"
378 # the proper DeprecationWarning.
408 self.assertRaises(DeprecationWarning, reduce, add, range(10))
417 DeprecationWarning)
418 self.assertRaises(DeprecationWarning, UserString.MutableString)
    [all...]
test_macostools.py 51 DeprecationWarning), quiet=True):
test_doctest.py     [all...]
test_popen2.py 6 DeprecationWarning)
8 DeprecationWarning)
test_zipimport_support.py 173 ("class Tester is deprecated", DeprecationWarning)]
177 ("execfile.. not supported", DeprecationWarning)]
  /external/python/cpython2/Lib/test/
test_py3kwarn.py 23 and issubclass(cls, DeprecationWarning)
359 DeprecationWarning and specifies itself in the message."""
371 print("Cannot test the Python 3 DeprecationWarning of the "
377 DeprecationWarning, __name__)
379 DeprecationWarning, __name__)
382 except DeprecationWarning as exc:
394 self.fail("DeprecationWarning not raised for {0}"
399 # the proper DeprecationWarning.
429 self.assertRaises(DeprecationWarning, reduce, add, range(10))
438 DeprecationWarning)
    [all...]
test_macostools.py 53 DeprecationWarning), quiet=True):
test_doctest.py     [all...]
test_popen2.py 5 DeprecationWarning)
7 DeprecationWarning)
test_zipimport_support.py 185 deprecations.append(("class Tester is deprecated", DeprecationWarning))
189 ("execfile.. not supported", DeprecationWarning)]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_py3kwarn.py 22 and issubclass(cls, DeprecationWarning)
353 DeprecationWarning and specifies itself in the message."""
356 DeprecationWarning, __name__)
358 DeprecationWarning, __name__)
361 except DeprecationWarning as exc:
373 self.fail("DeprecationWarning not raised for {0}"
378 # the proper DeprecationWarning.
408 self.assertRaises(DeprecationWarning, reduce, add, range(10))
417 DeprecationWarning)
418 self.assertRaises(DeprecationWarning, UserString.MutableString
    [all...]
test_macostools.py 51 DeprecationWarning), quiet=True):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_py3kwarn.py 22 and issubclass(cls, DeprecationWarning)
353 DeprecationWarning and specifies itself in the message."""
356 DeprecationWarning, __name__)
358 DeprecationWarning, __name__)
361 except DeprecationWarning as exc:
373 self.fail("DeprecationWarning not raised for {0}"
378 # the proper DeprecationWarning.
408 self.assertRaises(DeprecationWarning, reduce, add, range(10))
417 DeprecationWarning)
418 self.assertRaises(DeprecationWarning, UserString.MutableString
    [all...]
test_macostools.py 51 DeprecationWarning), quiet=True):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 22 and issubclass(cls, DeprecationWarning)
353 DeprecationWarning and specifies itself in the message."""
356 DeprecationWarning, __name__)
358 DeprecationWarning, __name__)
361 except DeprecationWarning as exc:
373 self.fail("DeprecationWarning not raised for {0}"
378 # the proper DeprecationWarning.
408 self.assertRaises(DeprecationWarning, reduce, add, range(10))
417 DeprecationWarning)
418 self.assertRaises(DeprecationWarning, UserString.MutableString
    [all...]
test_macostools.py 51 DeprecationWarning), quiet=True):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 22 and issubclass(cls, DeprecationWarning)
353 DeprecationWarning and specifies itself in the message."""
356 DeprecationWarning, __name__)
358 DeprecationWarning, __name__)
361 except DeprecationWarning as exc:
373 self.fail("DeprecationWarning not raised for {0}"
378 # the proper DeprecationWarning.
408 self.assertRaises(DeprecationWarning, reduce, add, range(10))
417 DeprecationWarning)
418 self.assertRaises(DeprecationWarning, UserString.MutableString
    [all...]
test_macostools.py 51 DeprecationWarning), quiet=True):
  /external/python/cpython3/Lib/test/test_importlib/
test_util.py 128 warnings.simplefilter('ignore', DeprecationWarning)
134 warnings.simplefilter('error', DeprecationWarning)
135 with self.assertRaises(DeprecationWarning):
262 warnings.simplefilter('ignore', DeprecationWarning)
304 warnings.simplefilter('ignore', DeprecationWarning)
337 warnings.simplefilter('ignore', DeprecationWarning)
345 warnings.simplefilter('ignore', DeprecationWarning)
353 warnings.simplefilter('ignore', DeprecationWarning)
590 with self.assertRaises(DeprecationWarning):
592 with self.assertRaises(DeprecationWarning)
    [all...]
test_api.py 113 warnings.simplefilter('ignore', DeprecationWarning)
126 warnings.simplefilter('ignore', DeprecationWarning)
142 warnings.simplefilter('ignore', DeprecationWarning)
151 warnings.simplefilter('ignore', DeprecationWarning)
161 warnings.simplefilter('ignore', DeprecationWarning)
168 warnings.simplefilter('ignore', DeprecationWarning)
  /external/python/cpython3/Lib/test/
test_dbm_dumb.py 83 with self.assertWarnsRegex(DeprecationWarning,
86 with self.assertWarnsRegex(DeprecationWarning,
248 with self.assertWarnsRegex(DeprecationWarning,
257 with self.assertWarnsRegex(DeprecationWarning,
test_http_cookies.py 16 DeprecationWarning)
277 with self.assertWarnsRegex(DeprecationWarning, r'\bkey\b'):
279 with self.assertWarnsRegex(DeprecationWarning, r'\bvalue\b'):
281 with self.assertWarnsRegex(DeprecationWarning, r'\bcoded_value\b'):
283 with self.assertWarnsRegex(DeprecationWarning, r'\bLegalChars\b'):
  /external/python/cpython3/Lib/
plistlib.py 92 "notation instead", DeprecationWarning, 2)
97 "notation instead", DeprecationWarning, 2)
106 "notation instead", DeprecationWarning, 2)
113 DeprecationWarning, 2)
134 "dump() functions instead", DeprecationWarning, 2)
160 DeprecationWarning, 2)
174 DeprecationWarning, 2)
186 DeprecationWarning, 2)
198 DeprecationWarning, 2)
  /external/python/cpython3/Lib/distutils/tests/
test_sysconfig.py 154 self.assertWarns(DeprecationWarning,
160 with check_warnings(('', DeprecationWarning)):

Completed in 1304 milliseconds

1 2 3 4 56 7 8 91011>>