/external/chromium-trace/catapult/third_party/graphy/graphy/ |
pie_chart_test.py | 34 self.assertRaises(DeprecationWarning, pie_chart.Segment, 1, 61 self.assertRaises(DeprecationWarning, chart.AddSegment, 1, 74 self.assertRaises(DeprecationWarning, chart.AddSegments, [1],
|
pie_chart.py | 39 DeprecationWarning, stacklevel=2) 125 DeprecationWarning, stacklevel=2) 147 "label, color) instead", DeprecationWarning, stacklevel=2) 168 'AddSegments instead.', DeprecationWarning)
|
common.py | 104 'before label) is deprecated.', DeprecationWarning, 108 'instead.', DeprecationWarning, stacklevel=2) 116 DeprecationWarning, stacklevel=2) 126 'DataSeries.style.color instead.', DeprecationWarning, 132 'DataSeries.style.color instead.', DeprecationWarning, 147 DeprecationWarning, stacklevel=2) 264 'PieCharts ', DeprecationWarning, stacklevel=2)
|
line_chart.py | 117 DeprecationWarning, stacklevel=2) 128 DeprecationWarning, stacklevel=2)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
commands.py | 40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_buffer.py | 35 DeprecationWarning)):
|
test_opcodes.py | 114 DeprecationWarning), 117 DeprecationWarning)):
|
test_pep247.py | 8 DeprecationWarning) 10 DeprecationWarning)
|
test_commands.py | 64 DeprecationWarning)):
|
test_md5.py | 4 DeprecationWarning)
|
test_pep352.py | 18 _deprecations = [(msg, DeprecationWarning) for msg in DEPRECATION_WARNINGS] 141 with check_warnings(("", DeprecationWarning)): 213 # Catching a string should trigger a DeprecationWarning. 218 with self.assertRaises(DeprecationWarning): 226 with self.assertRaises(DeprecationWarning):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
commands.py | 40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_buffer.py | 35 DeprecationWarning)):
|
test_opcodes.py | 114 DeprecationWarning), 117 DeprecationWarning)):
|
test_pep247.py | 8 DeprecationWarning) 10 DeprecationWarning)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
commands.py | 40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_buffer.py | 35 DeprecationWarning)):
|
test_opcodes.py | 114 DeprecationWarning), 117 DeprecationWarning)):
|
test_pep247.py | 8 DeprecationWarning) 10 DeprecationWarning)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
commands.py | 40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_buffer.py | 35 DeprecationWarning)):
|
test_opcodes.py | 114 DeprecationWarning), 117 DeprecationWarning)):
|
test_pep247.py | 8 DeprecationWarning) 10 DeprecationWarning)
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
util.py | 51 raise DeprecationWarning(text) 53 cls = DeprecationWarning
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
parser.py | 52 DeprecationWarning, 2)
|