HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeError (Results 1 - 25 of 982) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/pyasn1/pyasn1/
__init__.py 7 raise RuntimeError('PyASN1 requires Python 2.4 or later')
  /art/tools/checker/common/
immutables.py 17 raise RuntimeError("Cannot modify ImmutableDict")
20 raise RuntimeError("Cannot modify ImmutableDict")
  /external/autotest/client/tests/error_test_bug/
error_test_bug.py 9 raise RuntimeError("Woof Woof, Timmy's trapped in the well!")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_recursion.py 72 with self.assertRaises(RuntimeError):
74 with self.assertRaises(RuntimeError):
76 with self.assertRaises(RuntimeError):
79 with self.assertRaises(RuntimeError):
81 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
91 with self.assertRaises(RuntimeError):
93 with self.assertRaises(RuntimeError):
103 with self.assertRaises(RuntimeError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_recursion.py 72 with self.assertRaises(RuntimeError):
74 with self.assertRaises(RuntimeError):
76 with self.assertRaises(RuntimeError):
79 with self.assertRaises(RuntimeError):
81 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
91 with self.assertRaises(RuntimeError):
93 with self.assertRaises(RuntimeError):
103 with self.assertRaises(RuntimeError):
  /external/python/cpython2/Lib/json/tests/
test_recursion.py 72 with self.assertRaises(RuntimeError):
74 with self.assertRaises(RuntimeError):
76 with self.assertRaises(RuntimeError):
79 with self.assertRaises(RuntimeError):
81 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
91 with self.assertRaises(RuntimeError):
93 with self.assertRaises(RuntimeError):
103 with self.assertRaises(RuntimeError):
  /external/python/cpython2/Lib/test/subprocessdata/
sigchild_ignore.py 15 raise RuntimeError('poll should have returned 0 within 30 seconds')
  /external/python/cpython3/Lib/test/subprocessdata/
sigchild_ignore.py 15 raise RuntimeError('poll should have returned 0 within 30 seconds')
  /external/tensorflow/tensorflow/compiler/jit/ops/
xla_ops_grad.py 27 raise RuntimeError("Gradient computation of graph in xla.compile() is "
  /external/tensorflow/tensorflow/python/training/
coordinator_test.py 40 except RuntimeError as e:
157 with self.assertRaisesRegexp(RuntimeError, "threads still running"):
187 args=(coord, ev_1, ev_2, RuntimeError("First"), False)),
190 args=(coord, ev_2, None, RuntimeError("Too late"), False))
197 with self.assertRaisesRegexp(RuntimeError, "First"):
207 args=(coord, ev_1, ev_2, RuntimeError("First"), True)),
210 args=(coord, ev_2, None, RuntimeError("Too late"), True))
216 with self.assertRaisesRegexp(RuntimeError, "First"):
255 args=(coord, ev_1, ev_2, RuntimeError("First"))),
258 args=(coord, ev_2, None, RuntimeError("Too late"))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_iterlen.py 85 self.assertRaises(RuntimeError, it.next)
204 raise RuntimeError('hello')
209 raise RuntimeError('hello')
219 self.assertRaises(RuntimeError, list, BadLen())
220 self.assertRaises(RuntimeError, list, BadLengthHint())
221 self.assertRaises(RuntimeError, [].extend, BadLen())
222 self.assertRaises(RuntimeError, [].extend, BadLengthHint())
223 self.assertRaises(RuntimeError, zip, BadLen())
224 self.assertRaises(RuntimeError, zip, BadLengthHint())
225 self.assertRaises(RuntimeError, filter, None, BadLen())
    [all...]
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
test_winsound.py 65 except RuntimeError:
100 RuntimeError,
111 RuntimeError,
122 RuntimeError,
133 RuntimeError,
144 RuntimeError,
155 RuntimeError,
176 # Note that this is not the same as asserting RuntimeError
179 # raise RuntimeError, but it shouldn't raise anything other
180 # than RuntimeError, and that's all we're trying to test
    [all...]
  /external/python/cpython2/Lib/test/
test_iterlen.py 85 self.assertRaises(RuntimeError, it.next)
204 raise RuntimeError('hello')
209 raise RuntimeError('hello')
219 self.assertRaises(RuntimeError, list, BadLen())
220 self.assertRaises(RuntimeError, list, BadLengthHint())
221 self.assertRaises(RuntimeError, [].extend, BadLen())
222 self.assertRaises(RuntimeError, [].extend, BadLengthHint())
223 self.assertRaises(RuntimeError, zip, BadLen())
224 self.assertRaises(RuntimeError, zip, BadLengthHint())
225 self.assertRaises(RuntimeError, filter, None, BadLen()
    [all...]
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
test_macurl2path.py 11 self.assertRaises(RuntimeError, macurl2path.url2pathname, "http://foo.com")
13 self.assertRaises(RuntimeError, macurl2path.url2pathname, "//index.html")
27 self.assertRaises(RuntimeError, macurl2path.pathname2url, "/")
  /development/gsi/gsi_util/gsi_util/checkers/
vintf_checker.py 59 RuntimeError: An error occurred when accessing required files.
69 raise RuntimeError('Failed to open: {}'.format(manifest_filename))
71 raise RuntimeError('Failed to open: {}'.format(matrix_filename))
sepolicy_checker.py 81 RuntimeError: An error occurred when accessing required files.
86 raise RuntimeError('Failed to open: {}'.format(_VENDOR_VERSION_FILE))
114 RuntimeError: An error occurred when accessing required files.
138 raise RuntimeError('Failed to open: {}'.format(_PLAT_SEPOLICY_CIL))
140 raise RuntimeError('Failed to open: {}'.format(mapping_sepolicy_cil))
153 raise RuntimeError(
  /external/python/cpython3/Lib/test/
test_generator_stop.py 12 with self.assertRaisesRegex(RuntimeError,
24 except RuntimeError as exc:
  /external/autotest/server/cros/ap_configurators/
linksyswrt320_ap_configurator.py 25 raise RuntimeError('Invalid page number passed. Number of pages '
netgear4500_ap_configurator.py 22 raise RuntimeError('Unsupported mode passed.')
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/
__init__.py 36 raise RuntimeError("Unsupported python version")
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/
__init__.py 36 raise RuntimeError("Unsupported python version")
  /external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
inc_op.py 32 raise RuntimeError("Windows not supported")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 19 raise RuntimeError("generator didn't yield")
28 raise RuntimeError("generator didn't stop")
36 raise RuntimeError("generator didn't stop after throw()")

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>