Home
last modified time | relevance | path

Searched refs:RuntimeError (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice_reflection.py168 raise RuntimeError(
185 raise RuntimeError(
201 raise RuntimeError(
Ddescriptor.py130 raise RuntimeError('Unknown options class name %s!' %
Dtext_format.py817 raise RuntimeError('Unknown field type %d' % field.type)
/frameworks/rs/tests/lldb/tests/harness/
Dutil_log.py62 raise RuntimeError('Already initialised')
139 raise RuntimeError('Logging facility not initialised')
Dutil_timer.py65 raise RuntimeError('Timer already running')
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
D_parameterized.py213 raise RuntimeError('You appear to be running a parameterized test case '
246 raise RuntimeError('%s is not a valid naming type.' % (naming_type,))
Dmessage_test.py1563 with self.assertRaises(RuntimeError):
1567 with self.assertRaises(RuntimeError):
1682 with self.assertRaises(RuntimeError):
1688 with self.assertRaises(RuntimeError):
Dtest_util.py615 raise RuntimeError(
/frameworks/base/tests/JankBench/scripts/
Dadbutil.py7 class AdbError(RuntimeError):
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs463 case ResultOneofCase.RuntimeError: in ConformanceResponse()
464 RuntimeError = other.RuntimeError; in ConformanceResponse()
526 public string RuntimeError { property in Conformance.ConformanceResponse
527 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
530 resultCase_ = ResultOneofCase.RuntimeError;
585 RuntimeError = 2, enumerator
617 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 …]
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md42 raise RuntimeError('output folder "%s" does not exist' % OUTPUT_FOLDER)
/frameworks/rs/
Dbuild_rs.py327 raise RuntimeError('Unsupported host: {}'.format(sys.platform))
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h440 class JSON_API RuntimeError : public Exception {
442 RuntimeError(std::string const& msg);
Djsoncpp.cpp2578 RuntimeError::RuntimeError(std::string const& msg) in RuntimeError() function in Json::RuntimeError
2586 throw RuntimeError(msg); in throwRuntimeError()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Dbasic.rb278 assert_raise RuntimeError do
960 assert_raise RuntimeError do