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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t024finally.g 10 : ID {raise RuntimeError}
12 catch [RuntimeError] {events.append('catch')}
  /external/autotest/client/tests/error_test_bug/
error_test_bug.py 9 raise RuntimeError("Woof Woof, Timmy's trapped in the well!")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/
__init__.py 7 raise RuntimeError('PyASN1 requires Python 2.4 or later')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent_unittest.py 29 raise RuntimeError('Should not call this function in the test')
61 raise RuntimeError('Simulated error in StartShell')
68 raise RuntimeError('Simulated error in StartTracing')
75 raise RuntimeError('Simulated error in StopTracing')
83 raise RuntimeError('Simulated error in CollectTraceData')
117 self.assertRaises(RuntimeError,
125 self.assertRaises(RuntimeError,
134 self.assertRaises(RuntimeError, agent.StopAgentTracing)
143 self.assertRaises(RuntimeError, agent.GetResults)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
mp_fork_bomb.py 7 # correctly on Windows. However, we should get a RuntimeError rather
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_isinstance.py 47 raise RuntimeError
60 self.assertRaises(RuntimeError, isinstance, I(), C())
69 raise RuntimeError
72 self.assertRaises(RuntimeError, isinstance, I(), C())
96 raise RuntimeError
101 self.assertRaises(RuntimeError, issubclass, C(), S())
122 raise RuntimeError
125 self.assertRaises(RuntimeError, issubclass, B, C())
254 # make sure that issubclass raises RuntimeError before the C stack is
256 self.assertRaises(RuntimeError, blowstack, issubclass, str, str
    [all...]
test_winsound.py 66 except RuntimeError:
101 RuntimeError,
112 RuntimeError,
123 RuntimeError,
134 RuntimeError,
145 RuntimeError,
156 RuntimeError,
177 # Note that this is not the same as asserting RuntimeError
180 # raise RuntimeError, but it shouldn't raise anything other
181 # than RuntimeError, and that's all we're trying to tes
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
mp_fork_bomb.py 7 # correctly on Windows. However, we should get a RuntimeError rather
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_isinstance.py 47 raise RuntimeError
60 self.assertRaises(RuntimeError, isinstance, I(), C())
69 raise RuntimeError
72 self.assertRaises(RuntimeError, isinstance, I(), C())
96 raise RuntimeError
101 self.assertRaises(RuntimeError, issubclass, C(), S())
122 raise RuntimeError
125 self.assertRaises(RuntimeError, issubclass, B, C())
254 # make sure that issubclass raises RuntimeError before the C stack is
256 self.assertRaises(RuntimeError, blowstack, issubclass, str, str
    [all...]
test_winsound.py 66 except RuntimeError:
101 RuntimeError,
112 RuntimeError,
123 RuntimeError,
134 RuntimeError,
145 RuntimeError,
156 RuntimeError,
177 # Note that this is not the same as asserting RuntimeError
180 # raise RuntimeError, but it shouldn't raise anything other
181 # than RuntimeError, and that's all we're trying to tes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
mp_fork_bomb.py 7 # correctly on Windows. However, we should get a RuntimeError rather
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
mp_fork_bomb.py 7 # correctly on Windows. However, we should get a RuntimeError rather
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...]
  /art/tools/checker/common/
immutables.py 17 raise RuntimeError("Cannot modify ImmutableDict")
20 raise RuntimeError("Cannot modify ImmutableDict")
  /prebuilts/go/darwin-x86/src/runtime/
error.go 13 // RuntimeError is a no-op function but
16 // run time error if it has a RuntimeError method.
17 RuntimeError()
28 func (*TypeAssertionError) RuntimeError() {}
49 func (e errorString) RuntimeError() {}
  /prebuilts/go/linux-x86/src/runtime/
error.go 13 // RuntimeError is a no-op function but
16 // run time error if it has a RuntimeError method.
17 RuntimeError()
28 func (*TypeAssertionError) RuntimeError() {}
49 func (e errorString) RuntimeError() {}

Completed in 957 milliseconds

1 2 3 4 5 6 7 8 91011>>