Searched refs:RuntimeError (Results 1 – 15 of 15) sorted by relevance
168 raise RuntimeError(185 raise RuntimeError(201 raise RuntimeError(
130 raise RuntimeError('Unknown options class name %s!' %
817 raise RuntimeError('Unknown field type %d' % field.type)
62 raise RuntimeError('Already initialised')139 raise RuntimeError('Logging facility not initialised')
65 raise RuntimeError('Timer already running')
213 raise RuntimeError('You appear to be running a parameterized test case '246 raise RuntimeError('%s is not a valid naming type.' % (naming_type,))
1563 with self.assertRaises(RuntimeError):1567 with self.assertRaises(RuntimeError):1682 with self.assertRaises(RuntimeError):1688 with self.assertRaises(RuntimeError):
615 raise RuntimeError(
7 class AdbError(RuntimeError):
463 case ResultOneofCase.RuntimeError: in ConformanceResponse()464 RuntimeError = other.RuntimeError; in ConformanceResponse()526 public string RuntimeError { property in Conformance.ConformanceResponse527 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }530 resultCase_ = ResultOneofCase.RuntimeError;585 RuntimeError = 2, enumerator617 if (RuntimeError != other.RuntimeError) return false; in Equals()630 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode(); in GetHashCode()649 if (resultCase_ == ResultOneofCase.RuntimeError) { in WriteTo()651 output.WriteString(RuntimeError); in WriteTo()[all …]
42 raise RuntimeError('output folder "%s" does not exist' % OUTPUT_FOLDER)
327 raise RuntimeError('Unsupported host: {}'.format(sys.platform))
440 class JSON_API RuntimeError : public Exception {442 RuntimeError(std::string const& msg);
2578 RuntimeError::RuntimeError(std::string const& msg) in RuntimeError() function in Json::RuntimeError2586 throw RuntimeError(msg); in throwRuntimeError()
278 assert_raise RuntimeError do960 assert_raise RuntimeError do