HomeSort by relevance Sort by last modified time
    Searched refs:ValueError (Results 226 - 250 of 2434) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/json/
tool.py 31 except ValueError, e:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_complex.py 180 self.assertRaises(ValueError, pow, 1+1j, 1+1j, 1+1j)
211 self.assertRaises(ValueError, pow, a, b, 0)
309 self.assertRaises(ValueError, complex, '1+1j\0j')
314 self.assertRaises(ValueError, complex, "")
316 self.assertRaises(ValueError, complex, "\0")
317 self.assertRaises(ValueError, complex, "3\09")
321 self.assertRaises(ValueError, complex, "1+")
322 self.assertRaises(ValueError, complex, "1+1j+1j")
323 self.assertRaises(ValueError, complex, "--")
324 self.assertRaises(ValueError, complex, "(1+2j"
    [all...]
test_nis.py 21 except ValueError:
test_resource.py 43 # to change it raise ValueError instead.
48 except ValueError:
88 except (OverflowError, ValueError):
92 except (OverflowError, ValueError):
103 except (ValueError, AttributeError):
test_cgi.py 51 raise ValueError, "unknown method: %s" % method
58 ("", ValueError("bad query field: ''")),
59 ("&", ValueError("bad query field: ''")),
60 ("&&", ValueError("bad query field: ''")),
61 (";", ValueError("bad query field: ''")),
62 (";&;", ValueError("bad query field: ''")),
69 ("&=a", ValueError("bad query field: ''")),
70 ("=a&", ValueError("bad query field: ''")),
71 ("=&a", ValueError("bad query field: 'a'")),
76 ("&b=a", ValueError("bad query field: ''"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy_reg.py 161 raise ValueError, "code out of range"
167 raise ValueError("key %s is already registered with code %s" %
170 raise ValueError("code %s is already in use for key %s" %
180 raise ValueError("key %s is not registered with code %s" %
ssl.py 193 raise ValueError(
213 raise ValueError("sendto not allowed on instances of %s" %
223 raise ValueError(
238 raise ValueError(
252 raise ValueError(
264 raise ValueError("recvfrom not allowed on instances of %s" %
271 raise ValueError("recvfrom_into not allowed on instances of %s" %
288 raise ValueError("No SSL wrapper around " + str(self))
311 raise ValueError("attempt to connect already-connected SSLSocket!")
426 raise ValueError("Invalid PEM encoding; must start with %s
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 89 except ValueError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 31 except ValueError, e:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 180 self.assertRaises(ValueError, pow, 1+1j, 1+1j, 1+1j)
211 self.assertRaises(ValueError, pow, a, b, 0)
309 self.assertRaises(ValueError, complex, '1+1j\0j')
314 self.assertRaises(ValueError, complex, "")
316 self.assertRaises(ValueError, complex, "\0")
317 self.assertRaises(ValueError, complex, "3\09")
321 self.assertRaises(ValueError, complex, "1+")
322 self.assertRaises(ValueError, complex, "1+1j+1j")
323 self.assertRaises(ValueError, complex, "--")
324 self.assertRaises(ValueError, complex, "(1+2j"
    [all...]
test_nis.py 21 except ValueError:
test_resource.py 43 # to change it raise ValueError instead.
48 except ValueError:
88 except (OverflowError, ValueError):
92 except (OverflowError, ValueError):
103 except (ValueError, AttributeError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy_reg.py 161 raise ValueError, "code out of range"
167 raise ValueError("key %s is already registered with code %s" %
170 raise ValueError("code %s is already in use for key %s" %
180 raise ValueError("key %s is not registered with code %s" %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 89 except ValueError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 31 except ValueError, e:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
initsid.py 36 except ValueError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 180 self.assertRaises(ValueError, pow, 1+1j, 1+1j, 1+1j)
211 self.assertRaises(ValueError, pow, a, b, 0)
309 self.assertRaises(ValueError, complex, '1+1j\0j')
314 self.assertRaises(ValueError, complex, "")
316 self.assertRaises(ValueError, complex, "\0")
317 self.assertRaises(ValueError, complex, "3\09")
321 self.assertRaises(ValueError, complex, "1+")
322 self.assertRaises(ValueError, complex, "1+1j+1j")
323 self.assertRaises(ValueError, complex, "--")
324 self.assertRaises(ValueError, complex, "(1+2j"
    [all...]
test_nis.py 21 except ValueError:
test_resource.py 43 # to change it raise ValueError instead.
48 except ValueError:
88 except (OverflowError, ValueError):
92 except (OverflowError, ValueError):
103 except (ValueError, AttributeError):
  /test/vts/utils/python/file/
file_utils.py 133 ValueError if the group or permission bits are invalid"""
135 raise ValueError("Invalid group: %s" % str(groupIndex))
138 raise ValueError("Invalid permission bits: %s" % str(permission_bits))
148 perm = int(permission_bits[i]) # throws ValueError if not an integer
150 raise ValueError("Invalid permission bit: %s" % str(perm))
167 ValueError if the group or permission bits are invalid"""
181 ValueError if the group or permission bits are invalid"""
195 ValueError if the group or permission bits are invalid"""
212 ValueError if the group or permission bits are invalid"""
228 ValueError if the group or permission bits are invalid""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 111 'strict' to raise a ValueError exception if there is an encoding error
165 raise ValueError("invalid mode: %r" % mode)
174 raise ValueError("can't use U and writing mode at once")
177 raise ValueError("can't have text and binary mode at once")
179 raise ValueError("can't have read/write/append mode at once")
181 raise ValueError("must have exactly one of read/write/append mode")
183 raise ValueError("binary mode doesn't take an encoding argument")
185 raise ValueError("binary mode doesn't take an errors argument")
187 raise ValueError("binary mode doesn't take a newline argument")
208 raise ValueError("invalid buffering size")
    [all...]
ssl.py 184 raise ValueError(
204 raise ValueError("sendto not allowed on instances of %s" %
214 raise ValueError(
229 raise ValueError(
243 raise ValueError(
255 raise ValueError("recvfrom not allowed on instances of %s" %
262 raise ValueError("recvfrom_into not allowed on instances of %s" %
279 raise ValueError("No SSL wrapper around " + str(self))
302 raise ValueError("attempt to connect already-connected SSLSocket!")
411 raise ValueError("Invalid PEM encoding; must start with %s"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ssl.py 193 raise ValueError(
213 raise ValueError("sendto not allowed on instances of %s" %
223 raise ValueError(
238 raise ValueError(
252 raise ValueError(
264 raise ValueError("recvfrom not allowed on instances of %s" %
271 raise ValueError("recvfrom_into not allowed on instances of %s" %
288 raise ValueError("No SSL wrapper around " + str(self))
311 raise ValueError("attempt to connect already-connected SSLSocket!")
426 raise ValueError("Invalid PEM encoding; must start with %s
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 51 raise ValueError, "unknown method: %s" % method
58 ("", ValueError("bad query field: ''")),
59 ("&", ValueError("bad query field: ''")),
60 ("&&", ValueError("bad query field: ''")),
61 (";", ValueError("bad query field: ''")),
62 (";&;", ValueError("bad query field: ''")),
69 ("&=a", ValueError("bad query field: ''")),
70 ("=a&", ValueError("bad query field: ''")),
71 ("=&a", ValueError("bad query field: 'a'")),
76 ("&b=a", ValueError("bad query field: ''"))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ssl.py 193 raise ValueError(
213 raise ValueError("sendto not allowed on instances of %s" %
223 raise ValueError(
238 raise ValueError(
252 raise ValueError(
264 raise ValueError("recvfrom not allowed on instances of %s" %
271 raise ValueError("recvfrom_into not allowed on instances of %s" %
288 raise ValueError("No SSL wrapper around " + str(self))
311 raise ValueError("attempt to connect already-connected SSLSocket!")
426 raise ValueError("Invalid PEM encoding; must start with %s
    [all...]

Completed in 1594 milliseconds

1 2 3 4 5 6 7 8 91011>>