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

1 2

  /external/clang/bindings/python/tests/cindex/
test_token_kind.py 4 from nose.tools import raises namespace
14 @raises(ValueError)
20 @raises(ValueError)
22 """Ensure trying to fetch an unknown value raises."""
test_type.py 6 from nose.tools import raises namespace
166 @raises(TypeError)
178 @raises(IndexError)
180 """Ensure that negative indexes on argument_types Raises an IndexError."""
187 @raises(IndexError)
196 @raises(Exception)
198 """Ensure that obtaining argument_types on a Type without them raises."""
255 @raises(Exception)
257 """Ensure Type.element_type raises if type doesn't have elements."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep292.py 81 raises = self.assertRaises
83 raises(ValueError, s.substitute, dict(who='tim'))
85 raises(ValueError, s.substitute, dict(who='tim'))
87 raises(ValueError, s.substitute, dict(who='tim'))
149 raises = self.assertRaises
162 raises(TypeError, s.substitute, d, {})
163 raises(TypeError, s.safe_substitute, d, {})
167 raises = self.assertRaises
172 raises(KeyError, s.substitute)
176 raises(ValueError, s.substitute, dict(gift='bud', who='you')
    [all...]
test_gettext.py 290 raises = self.assertRaises
292 raises(ValueError, gettext.c2py, "os.chmod('/etc/passwd',0777)")
test_sys_settrace.py 95 def raises(): function
100 raises()
392 """A trace function that raises an exception in response to a
400 """The function to trace; raises an exception if that's the case
test_argparse.py 237 raises = tester.assertRaises
238 raises(ArgumentParserError, parser.parse_args, args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep292.py 81 raises = self.assertRaises
83 raises(ValueError, s.substitute, dict(who='tim'))
85 raises(ValueError, s.substitute, dict(who='tim'))
87 raises(ValueError, s.substitute, dict(who='tim'))
149 raises = self.assertRaises
162 raises(TypeError, s.substitute, d, {})
163 raises(TypeError, s.safe_substitute, d, {})
167 raises = self.assertRaises
172 raises(KeyError, s.substitute)
176 raises(ValueError, s.substitute, dict(gift='bud', who='you')
    [all...]
test_gettext.py 290 raises = self.assertRaises
292 raises(ValueError, gettext.c2py, "os.chmod('/etc/passwd',0777)")
test_sys_settrace.py 95 def raises(): function
100 raises()
392 """A trace function that raises an exception in response to a
400 """The function to trace; raises an exception if that's the case
test_argparse.py 237 raises = tester.assertRaises
238 raises(ArgumentParserError, parser.parse_args, args)
    [all...]
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 19 raises [Error msg] otherwise, where [msg] is a description of the error
26 raises [Error msg] otherwise, where [msg] is a description of the error
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
failures_unittests.js 81 raises(function() {
  /external/chromium_org/tools/grit/grit/
grd_reader_unittest.py 275 for raises, data in part_failures:
277 self.assertRaises(raises, grd_reader.Parse, data, '.')
283 for raises, data in gritpart_failures:
286 self.assertRaises(raises, grd_reader.Parse, top_grd, temp_dir.GetPath())
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 223 test("raises",function() {
232 raises(
238 raises(
242 'raises with just a message, no expected'
245 raises(
253 raises(
261 raises(
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 42 Application-side implementation of these features raises namespace
  /external/mesa3d/docs/OLD/
MESA_trace.spec 42 Application-side implementation of these features raises namespace
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 347 raises(function() {
357 raises(function() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 164 of obj or raise TypeError. The default simply raises TypeError.
228 of obj or raise TypeError. The default simply raises TypeError.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 164 of obj or raise TypeError. The default simply raises TypeError.
228 of obj or raise TypeError. The default simply raises TypeError.
  /external/chromium_org/third_party/simplejson/
__init__.py 187 of obj or raise TypeError. The default simply raises TypeError.
284 of obj or raise TypeError. The default simply raises TypeError.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_idl_parser.pm     [all...]

Completed in 5107 milliseconds

1 2