HomeSort by relevance Sort by last modified time
    Searched full:overflowerror (Results 1 - 25 of 690) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bigaddrspace.py 14 self.assertRaises(OverflowError, operator.add, s1, '?')
21 except OverflowError:
24 self.fail("should have raised OverflowError")
27 except OverflowError:
30 self.fail("should have raised OverflowError")
37 # self.assertRaises(OverflowError, operator.mul, 'x', MAX_Py_ssize_t + 1)
test_getargs2.py 66 self.assertRaises(OverflowError, getargs_b, -1)
69 self.assertRaises(OverflowError, getargs_b, UCHAR_MAX + 1)
73 self.assertRaises(OverflowError, getargs_b, VERY_LARGE)
152 self.assertRaises(OverflowError, getargs_h, SHRT_MIN-1)
155 self.assertRaises(OverflowError, getargs_h, SHRT_MAX+1)
159 self.assertRaises(OverflowError, getargs_h, VERY_LARGE)
168 self.assertRaises(OverflowError, getargs_i, INT_MIN-1)
171 self.assertRaises(OverflowError, getargs_i, INT_MAX+1)
175 self.assertRaises(OverflowError, getargs_i, VERY_LARGE)
184 self.assertRaises(OverflowError, getargs_l, LONG_MIN-1)
    [all...]
test_xrange.py 84 self.assertRaises(OverflowError, xrange, 10**100, 10**101, 10**101)
91 self.assertRaises(OverflowError, xrange, -sys.maxint, sys.maxint)
92 self.assertRaises(OverflowError, xrange, 0, 2*sys.maxint)
96 self.assertRaises(OverflowError, xrange, -sys.maxint-1, sys.maxint, 2)
121 except OverflowError:
131 except OverflowError:
  /external/python/cpython2/Lib/test/
test_bigaddrspace.py 14 self.assertRaises(OverflowError, operator.add, s1, '?')
21 except OverflowError:
24 self.fail("should have raised OverflowError")
27 except OverflowError:
30 self.fail("should have raised OverflowError")
37 # self.assertRaises(OverflowError, operator.mul, 'x', MAX_Py_ssize_t + 1)
test_poll.py 155 self.assertRaises(OverflowError, pollster.poll, 1L << 64)
162 self.assertRaises(OverflowError, pollster.register, 0, -1)
163 self.assertRaises(OverflowError, pollster.register, 0, 1 << 64)
164 self.assertRaises(OverflowError, pollster.modify, 1, -1)
165 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
174 self.assertRaises(OverflowError, pollster.register, 0, USHRT_MAX + 1)
175 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
176 self.assertRaises(OverflowError, pollster.poll, INT_MAX + 1)
177 self.assertRaises(OverflowError, pollster.poll, UINT_MAX + 1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bigaddrspace.py 14 self.assertRaises(OverflowError, operator.add, s1, '?')
21 except OverflowError:
24 self.fail("should have raised OverflowError")
27 except OverflowError:
30 self.fail("should have raised OverflowError")
37 # self.assertRaises(OverflowError, operator.mul, 'x', MAX_Py_ssize_t + 1)
test_getargs2.py 66 self.assertRaises(OverflowError, getargs_b, -1)
69 self.assertRaises(OverflowError, getargs_b, UCHAR_MAX + 1)
73 self.assertRaises(OverflowError, getargs_b, VERY_LARGE)
152 self.assertRaises(OverflowError, getargs_h, SHRT_MIN-1)
155 self.assertRaises(OverflowError, getargs_h, SHRT_MAX+1)
159 self.assertRaises(OverflowError, getargs_h, VERY_LARGE)
168 self.assertRaises(OverflowError, getargs_i, INT_MIN-1)
171 self.assertRaises(OverflowError, getargs_i, INT_MAX+1)
175 self.assertRaises(OverflowError, getargs_i, VERY_LARGE)
184 self.assertRaises(OverflowError, getargs_l, LONG_MIN-1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bigaddrspace.py 14 self.assertRaises(OverflowError, operator.add, s1, '?')
21 except OverflowError:
24 self.fail("should have raised OverflowError")
27 except OverflowError:
30 self.fail("should have raised OverflowError")
37 # self.assertRaises(OverflowError, operator.mul, 'x', MAX_Py_ssize_t + 1)
test_getargs2.py 66 self.assertRaises(OverflowError, getargs_b, -1)
69 self.assertRaises(OverflowError, getargs_b, UCHAR_MAX + 1)
73 self.assertRaises(OverflowError, getargs_b, VERY_LARGE)
152 self.assertRaises(OverflowError, getargs_h, SHRT_MIN-1)
155 self.assertRaises(OverflowError, getargs_h, SHRT_MAX+1)
159 self.assertRaises(OverflowError, getargs_h, VERY_LARGE)
168 self.assertRaises(OverflowError, getargs_i, INT_MIN-1)
171 self.assertRaises(OverflowError, getargs_i, INT_MAX+1)
175 self.assertRaises(OverflowError, getargs_i, VERY_LARGE)
184 self.assertRaises(OverflowError, getargs_l, LONG_MIN-1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigaddrspace.py 14 self.assertRaises(OverflowError, operator.add, s1, '?')
21 except OverflowError:
24 self.fail("should have raised OverflowError")
27 except OverflowError:
30 self.fail("should have raised OverflowError")
37 # self.assertRaises(OverflowError, operator.mul, 'x', MAX_Py_ssize_t + 1)
test_getargs2.py 66 self.assertRaises(OverflowError, getargs_b, -1)
69 self.assertRaises(OverflowError, getargs_b, UCHAR_MAX + 1)
73 self.assertRaises(OverflowError, getargs_b, VERY_LARGE)
152 self.assertRaises(OverflowError, getargs_h, SHRT_MIN-1)
155 self.assertRaises(OverflowError, getargs_h, SHRT_MAX+1)
159 self.assertRaises(OverflowError, getargs_h, VERY_LARGE)
168 self.assertRaises(OverflowError, getargs_i, INT_MIN-1)
171 self.assertRaises(OverflowError, getargs_i, INT_MAX+1)
175 self.assertRaises(OverflowError, getargs_i, VERY_LARGE)
184 self.assertRaises(OverflowError, getargs_l, LONG_MIN-1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigaddrspace.py 14 self.assertRaises(OverflowError, operator.add, s1, '?')
21 except OverflowError:
24 self.fail("should have raised OverflowError")
27 except OverflowError:
30 self.fail("should have raised OverflowError")
37 # self.assertRaises(OverflowError, operator.mul, 'x', MAX_Py_ssize_t + 1)
test_getargs2.py 66 self.assertRaises(OverflowError, getargs_b, -1)
69 self.assertRaises(OverflowError, getargs_b, UCHAR_MAX + 1)
73 self.assertRaises(OverflowError, getargs_b, VERY_LARGE)
152 self.assertRaises(OverflowError, getargs_h, SHRT_MIN-1)
155 self.assertRaises(OverflowError, getargs_h, SHRT_MAX+1)
159 self.assertRaises(OverflowError, getargs_h, VERY_LARGE)
168 self.assertRaises(OverflowError, getargs_i, INT_MIN-1)
171 self.assertRaises(OverflowError, getargs_i, INT_MAX+1)
175 self.assertRaises(OverflowError, getargs_i, VERY_LARGE)
184 self.assertRaises(OverflowError, getargs_l, LONG_MIN-1
    [all...]
  /external/python/cpython3/Lib/test/
test_devpoll.py 80 self.assertRaises(OverflowError, pollster.poll, -2)
81 self.assertRaises(OverflowError, pollster.poll, -1 << 31)
82 self.assertRaises(OverflowError, pollster.poll, -1 << 64)
87 self.assertRaises(OverflowError, pollster.poll, 1 << 31)
88 self.assertRaises(OverflowError, pollster.poll, 1 << 63)
89 self.assertRaises(OverflowError, pollster.poll, 1 << 64)
125 self.assertRaises(OverflowError, pollster.register, 0, -1)
126 self.assertRaises(OverflowError, pollster.register, 0, 1 << 64)
127 self.assertRaises(OverflowError, pollster.modify, 1, -1)
128 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64
    [all...]
test_bigaddrspace.py 3 than what the address space allows are properly met with an OverflowError
28 self.assertRaises(OverflowError, operator.add, x, b"x" * 128)
37 with self.assertRaises(OverflowError) as cm:
41 with self.assertRaises(OverflowError) as cm:
51 self.assertRaises(OverflowError, operator.mul, x, 128)
test_poll.py 158 self.assertRaises(OverflowError, pollster.poll, 1 << 64)
165 self.assertRaises(OverflowError, pollster.register, 0, -1)
166 self.assertRaises(OverflowError, pollster.register, 0, 1 << 64)
167 self.assertRaises(OverflowError, pollster.modify, 1, -1)
168 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
177 self.assertRaises(OverflowError, pollster.register, 0, USHRT_MAX + 1)
178 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
179 self.assertRaises(OverflowError, pollster.poll, INT_MAX + 1)
180 self.assertRaises(OverflowError, pollster.poll, UINT_MAX + 1)
  /external/python/cpython2/Doc/c-api/
long.rst 129 single: OverflowError (built-in exception)
132 *pylong* is greater than :const:`LONG_MAX`, an :exc:`OverflowError` is raised
166 single: OverflowError (built-in exception)
169 *pylong* is greater than :const:`PY_SSIZE_T_MAX`, an :exc:`OverflowError` is raised
179 single: OverflowError (built-in exception)
182 If *pylong* is greater than :const:`ULONG_MAX`, an :exc:`OverflowError` is
189 single: OverflowError (built-in exception)
193 :exc:`OverflowError` is raised and ``-1`` is returned.
201 single: OverflowError (built-in exception)
205 :exc:`OverflowError` is raised and ``(unsigned long long)-1`` i
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
codeop.py 9 - Raise SyntaxError, ValueError or OverflowError if the command is a
10 syntax error (OverflowError and ValueError can be produced by
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
119 syntax error (OverflowError and ValueError can be produced by
164 - Raise SyntaxError, ValueError or OverflowError if the command is a
165 syntax error (OverflowError and ValueError can be produced by
  /external/python/cpython2/Lib/
codeop.py 9 - Raise SyntaxError, ValueError or OverflowError if the command is a
10 syntax error (OverflowError and ValueError can be produced by
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
119 syntax error (OverflowError and ValueError can be produced by
164 - Raise SyntaxError, ValueError or OverflowError if the command is a
165 syntax error (OverflowError and ValueError can be produced by
  /external/python/cpython3/Lib/
codeop.py 9 - Raise SyntaxError, ValueError or OverflowError if the command is a
10 syntax error (OverflowError and ValueError can be produced by
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
119 syntax error (OverflowError and ValueError can be produced by
164 - Raise SyntaxError, ValueError or OverflowError if the command is a
165 syntax error (OverflowError and ValueError can be produced by
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py 9 - Raise SyntaxError, ValueError or OverflowError if the command is a
10 syntax error (OverflowError and ValueError can be produced by
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
119 syntax error (OverflowError and ValueError can be produced by
164 - Raise SyntaxError, ValueError or OverflowError if the command is a
165 syntax error (OverflowError and ValueError can be produced by
  /prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py 9 - Raise SyntaxError, ValueError or OverflowError if the command is a
10 syntax error (OverflowError and ValueError can be produced by
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
119 syntax error (OverflowError and ValueError can be produced by
164 - Raise SyntaxError, ValueError or OverflowError if the command is a
165 syntax error (OverflowError and ValueError can be produced by
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 9 - Raise SyntaxError, ValueError or OverflowError if the command is a
10 syntax error (OverflowError and ValueError can be produced by
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
119 syntax error (OverflowError and ValueError can be produced by
164 - Raise SyntaxError, ValueError or OverflowError if the command is a
165 syntax error (OverflowError and ValueError can be produced by
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 9 - Raise SyntaxError, ValueError or OverflowError if the command is a
10 syntax error (OverflowError and ValueError can be produced by
118 - Raise SyntaxError, ValueError or OverflowError if the command is a
119 syntax error (OverflowError and ValueError can be produced by
164 - Raise SyntaxError, ValueError or OverflowError if the command is a
165 syntax error (OverflowError and ValueError can be produced by
  /external/python/cpython3/Doc/c-api/
long.rst 129 single: OverflowError (built-in exception)
135 Raise :exc:`OverflowError` if the value of *obj* is out of range for a
154 single: OverflowError (built-in exception)
160 Raise :exc:`OverflowError` if the value of *obj* is out of range for a
182 single: OverflowError (built-in exception)
187 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
195 single: OverflowError (built-in exception)
200 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
209 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
216 single: OverflowError (built-in exception
    [all...]

Completed in 327 milliseconds

1 2 3 4 5 6 7 8 91011>>