Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 1654) sorted by relevance

12345678910>>...67

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dexception_type.h30 class Exception : public std::exception {
32 Exception() : what_("Unknown exception") {} in Exception() function
33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() function
34 virtual ~Exception() throw() {} in ~Exception()
48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException()
52 : Exception(message) {} in IndexOutOfBoundException()
65 class IOException : public Exception {
67 IOException() throw() : Exception("I/O exception") {} in IOException()
68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dexception_type.h30 class Exception : public std::exception {
32 Exception() : what_("Unknown exception") {} in Exception() function
33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() function
34 virtual ~Exception() throw() {} in ~Exception()
48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException()
52 : Exception(message) {} in IndexOutOfBoundException()
65 class IOException : public Exception {
67 IOException() throw() : Exception("I/O exception") {} in IOException()
68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException()
[all …]
/third_party/boost/boost/wave/
Dcpp_throw.hpp26 template <typename Exception, typename S1, typename Pos>
27 void throw_(typename Exception::error_code code, S1 msg, Pos const& pos) in throw_()
30 stream << Exception::severity_text(code) << ": " in throw_()
31 << Exception::error_text(code); in throw_()
36 boost::throw_exception(Exception(throwmsg.c_str(), code, in throw_()
40 template <typename Exception, typename Context, typename S1, typename Pos>
41 void throw_(Context& ctx, typename Exception::error_code code, in throw_()
45 stream << Exception::severity_text(code) << ": " in throw_()
46 << Exception::error_text(code); in throw_()
52 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(), in throw_()
[all …]
/third_party/jerryscript/tests/debugger/
Ddo_throw_adv.expected4 Exception throw detected (to disable automatic stop type exception 0)
5 Exception hint: 2
10 Exception throw detected (to disable automatic stop type exception 0)
11 Exception hint: 4
14 Exception throw detected (to disable automatic stop type exception 0)
15 Exception hint: Catch again
18 Exception throw detected (to disable automatic stop type exception 0)
19 Exception hint: 7
22 Exception throw detected (to disable automatic stop type exception 0)
23 Exception hint: 10
[all …]
Ddo_exception.expected5 Exception throw detected (to disable automatic stop type exception 0)
6 Exception hint: TypeError
9 Exception throw detected (to disable automatic stop type exception 0)
10 Exception hint: ReferenceError
13 Exception throw detected (to disable automatic stop type exception 0)
14 Exception hint: 456
17 Exception throw detected (to disable automatic stop type exception 0)
18 Exception hint: RangeError: Bad range!
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/shaping/
DArabicShapingRegTest.java97 } catch(Exception e){} in TestShape()
104 } catch(Exception e){} in TestShape()
112 } catch(Exception e){} in TestShape()
117 } catch(Exception e){} in TestShape()
122 } catch(Exception e){} in TestShape()
127 } catch(Exception e){} in TestShape()
134 } catch(Exception e){} in TestShape()
144 } catch(Exception e){} in TestShape()
151 } catch(Exception e){} in TestShape()
160 } catch(Exception e){} in TestShape()
[all …]
/third_party/uboot/u-boot-2020.01/test/py/tests/
Dtest_efi_selftest.py21 raise Exception('Failures occurred during the EFI selftest')
36 raise Exception('serial-number missing in device tree')
48 raise Exception('Reset failed in \'watchdog reboot\' test')
64 raise Exception('No prompt for \'text input\' test')
73 raise Exception('EOT failed in \'text input\' test')
81 raise Exception('BS failed in \'text input\' test')
89 raise Exception('BS failed in \'text input\' test')
97 raise Exception('\'a\' failed in \'text input\' test')
105 raise Exception('UP failed in \'text input\' test')
112 raise Exception('Euro sign failed in \'text input\' test')
[all …]
/third_party/boost/boost/phoenix/statement/
Dtry_catch.hpp34 template <typename Exception>
37 typedef Exception type;
137 template <typename Catch, typename Exception, typename Context>
139 eval_catch_body(Catch const &c, Exception & /*unused*/, Context const &ctx in eval_catch_body()
145 template <typename Catch, typename Exception, typename Context>
147 eval_catch_body(Catch const &c, Exception &e, Context const &ctx) const in eval_catch_body()
161 typedef vector1<Exception &> local_type; in eval_catch_body()
269 , typename Exception
276 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
277 struct catch_push_back<TryCatch, Exception, Capture, Expr, 1>
[all …]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java114 public void testPrintMessage() throws Exception { in testPrintMessage()
126 public void testPrintMessageBuilder() throws Exception { in testPrintMessageBuilder()
138 public void testPrintExtensions() throws Exception { in testPrintExtensions()
181 public void testPrintUnknownFields() throws Exception { in testPrintUnknownFields()
206 public void testPrintField() throws Exception { in testPrintField()
227 private ByteString bytes(String str) throws Exception { in bytes()
244 public void testPrintExotic() throws Exception { in testPrintExotic()
283 public void testPrintMessageSet() throws Exception { in testPrintMessageSet()
299 public void testParse() throws Exception { in testParse()
305 public void testParseReader() throws Exception { in testParseReader()
[all …]
DMessageTest.java80 public void testMergeFrom() throws Exception { in testMergeFrom()
93 public void testMergeFromDynamic() throws Exception { in testMergeFromDynamic()
103 public void testDynamicMergeFrom() throws Exception { in testDynamicMergeFrom()
120 public void testRequired() throws Exception { in testRequired()
132 public void testRequiredForeign() throws Exception { in testRequiredForeign()
150 public void testRequiredExtension() throws Exception { in testRequiredExtension()
168 public void testRequiredDynamic() throws Exception { in testRequiredDynamic()
181 public void testRequiredDynamicForeign() throws Exception { in testRequiredDynamicForeign()
204 public void testUninitializedException() throws Exception { in testUninitializedException()
213 public void testBuildPartial() throws Exception { in testBuildPartial()
[all …]
DWireFormatTest.java57 public void testSerialization() throws Exception { in testSerialization()
68 public void testSerializationPacked() throws Exception { in testSerializationPacked()
79 public void testSerializeExtensions() throws Exception { in testSerializeExtensions()
93 public void testSerializePackedExtensions() throws Exception { in testSerializePackedExtensions()
106 throws Exception { in testSerializationPackedWithoutGetSerializedSize()
127 public void testParseExtensions() throws Exception { in testParseExtensions()
143 public void testParsePackedExtensions() throws Exception { in testParsePackedExtensions()
156 public void testExtensionsSerializedSize() throws Exception { in testExtensionsSerializedSize()
161 public void testSerializeDelimited() throws Exception { in testSerializeDelimited()
180 private void assertFieldsInOrder(ByteString data) throws Exception { in assertFieldsInOrder()
[all …]
DDynamicMessageTest.java58 public void testDynamicMessageAccessors() throws Exception { in testDynamicMessageAccessors()
66 public void testSettersAfterBuild() throws Exception { in testSettersAfterBuild()
86 public void testUnknownFields() throws Exception { in testUnknownFields()
106 public void testDynamicMessageSettersRejectNull() throws Exception { in testDynamicMessageSettersRejectNull()
112 public void testDynamicMessageExtensionAccessors() throws Exception { in testDynamicMessageExtensionAccessors()
123 public void testDynamicMessageExtensionSettersRejectNull() throws Exception { in testDynamicMessageExtensionSettersRejectNull()
129 public void testDynamicMessageRepeatedSetters() throws Exception { in testDynamicMessageRepeatedSetters()
138 public void testDynamicMessageRepeatedSettersRejectNull() throws Exception { in testDynamicMessageRepeatedSettersRejectNull()
144 public void testDynamicMessageDefaults() throws Exception { in testDynamicMessageDefaults()
151 public void testDynamicMessageSerializedSize() throws Exception { in testDynamicMessageSerializedSize()
[all …]
DGeneratedMessageTest.java80 public void testDefaultInstance() throws Exception { in testDefaultInstance()
87 public void testMessageOrBuilder() throws Exception { in testMessageOrBuilder()
94 public void testUsingBuilderMultipleTimes() throws Exception { in testUsingBuilderMultipleTimes()
148 public void testRepeatedArraysAreImmutable() throws Exception { in testRepeatedArraysAreImmutable()
166 public void testParsedMessagesAreImmutable() throws Exception { in testParsedMessagesAreImmutable()
206 public void testSettersRejectNull() throws Exception { in testSettersRejectNull()
272 public void testRepeatedSetters() throws Exception { in testRepeatedSetters()
280 public void testRepeatedSettersRejectNull() throws Exception { in testRepeatedSettersRejectNull()
329 public void testRepeatedAppend() throws Exception { in testRepeatedAppend()
347 public void testRepeatedAppendRejectsNull() throws Exception { in testRepeatedAppendRejectsNull()
[all …]
/third_party/boost/boost/phoenix/statement/detail/preprocessed/
Dcatch_push_back_10.hpp15 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2>
22 , catch_exception<Exception>
44 >(catch_exception<Exception>(), capture, catch_) in make()
48 template <typename TryCatch, typename Exception, typename Expr>
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2>
55 , catch_exception<Exception>
75 >(catch_exception<Exception>(), catch_) in make()
116 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
117 struct catch_push_back<TryCatch, Exception, Capture, Expr, 3>
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMessageTest.java77 public void testParsingWithNullExtensionRegistry() throws Exception { in testParsingWithNullExtensionRegistry()
85 public void testMergeFrom() throws Exception { in testMergeFrom()
95 public void testMergeFromDynamic() throws Exception { in testMergeFromDynamic()
105 public void testDynamicMergeFrom() throws Exception { in testDynamicMergeFrom()
121 public void testRequired() throws Exception { in testRequired()
133 public void testRequiredForeign() throws Exception { in testRequiredForeign()
151 public void testRequiredExtension() throws Exception { in testRequiredExtension()
169 public void testRequiredDynamic() throws Exception { in testRequiredDynamic()
182 public void testRequiredDynamicForeign() throws Exception { in testRequiredDynamicForeign()
203 public void testUninitializedException() throws Exception { in testUninitializedException()
[all …]
DCheckUtf8Test.java53 public void testBuildRequiredStringWithGoodUtf8() throws Exception { in testBuildRequiredStringWithGoodUtf8()
58 public void testParseRequiredStringWithGoodUtf8() throws Exception { in testParseRequiredStringWithGoodUtf8()
64 public void testBuildRequiredStringWithBadUtf8() throws Exception { in testBuildRequiredStringWithBadUtf8()
73 public void testBuildOptionalStringWithBadUtf8() throws Exception { in testBuildOptionalStringWithBadUtf8()
82 public void testBuildRepeatedStringWithBadUtf8() throws Exception { in testBuildRepeatedStringWithBadUtf8()
91 public void testParseRequiredStringWithBadUtf8() throws Exception { in testParseRequiredStringWithBadUtf8()
97 public void testBuildRequiredStringWithBadUtf8Size() throws Exception { in testBuildRequiredStringWithBadUtf8Size()
106 public void testBuildOptionalStringWithBadUtf8Size() throws Exception { in testBuildOptionalStringWithBadUtf8Size()
115 public void testBuildRepeatedStringWithBadUtf8Size() throws Exception { in testBuildRepeatedStringWithBadUtf8Size()
124 public void testParseRequiredStringWithBadUtf8Size() throws Exception { in testParseRequiredStringWithBadUtf8Size()
[all …]
DWireFormatLiteTest.java63 public void testSerializeExtensionsLite() throws Exception { in testSerializeExtensionsLite()
77 public void testSerializePackedExtensionsLite() throws Exception { in testSerializePackedExtensionsLite()
89 public void testParseExtensionsLite() throws Exception { in testParseExtensionsLite()
105 public void testParsePackedExtensionsLite() throws Exception { in testParsePackedExtensionsLite()
118 public void testSerialization() throws Exception { in testSerialization()
129 public void testSerializationPacked() throws Exception { in testSerializationPacked()
140 public void testSerializeExtensions() throws Exception { in testSerializeExtensions()
154 public void testSerializePackedExtensions() throws Exception { in testSerializePackedExtensions()
166 public void testSerializationPackedWithoutGetSerializedSize() throws Exception { in testSerializationPackedWithoutGetSerializedSize()
186 public void testParseExtensions() throws Exception { in testParseExtensions()
[all …]
DWireFormatTest.java64 public void testSerialization() throws Exception { in testSerialization()
75 public void testSerializationPacked() throws Exception { in testSerializationPacked()
86 public void testSerializeExtensions() throws Exception { in testSerializeExtensions()
100 public void testSerializePackedExtensions() throws Exception { in testSerializePackedExtensions()
112 public void testSerializationPackedWithoutGetSerializedSize() throws Exception { in testSerializationPackedWithoutGetSerializedSize()
132 public void testParseExtensions() throws Exception { in testParseExtensions()
147 public void testParsePackedExtensions() throws Exception { in testParsePackedExtensions()
159 public void testSerializeDelimited() throws Exception { in testSerializeDelimited()
178 private void assertFieldsInOrder(ByteString data) throws Exception { in assertFieldsInOrder()
194 public void testInterleavedFieldsAndExtensions() throws Exception { in testInterleavedFieldsAndExtensions()
[all …]
DTextFormatTest.java157 public void testPrintMessage() throws Exception { in testPrintMessage()
169 public void testPrintMessageBuilder() throws Exception { in testPrintMessageBuilder()
181 public void testPrintExtensions() throws Exception { in testPrintExtensions()
225 public void testPrintUnknownFields() throws Exception { in testPrintUnknownFields()
251 public void testPrintField() throws Exception { in testPrintField()
285 public void testPrintExotic() throws Exception { in testPrintExotic()
324 public void testRoundtripProto3Optional() throws Exception { in testRoundtripProto3Optional()
342 public void testPrintMessageSet() throws Exception { in testPrintMessageSet()
358 public void testMerge() throws Exception { in testMerge()
364 public void testParse() throws Exception { in testParse()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DStringTokenizerTest.java121 } catch (Exception e) { in TestConstructors()
127 } catch (Exception e) { in TestConstructors()
133 } catch (Exception e) { in TestConstructors()
139 } catch (Exception e) { in TestConstructors()
146 } catch (Exception e) { in TestConstructors()
263 } catch (Exception e) { in TestNextNonDelimiterToken()
274 } catch (Exception e) { in TestNextNonDelimiterToken()
288 } catch (Exception e) { in TestNextNonDelimiterToken()
295 } catch (Exception e) { in TestNextNonDelimiterToken()
366 } catch (Exception e) { in TestNextDelimiterToken()
[all …]
/third_party/skia/bin/
Dgerrit-number19 raise Exception('git not found')
21 raise Exception('`%s` failed' % ' '.join(cmd))
24 raise Exception('Change-Id field missing from commit %s' % commit_or_branch)
33 raise Exception('error reading "%s"' % url)
37 raise Exception('unable to parse content\n"""\n%s\n"""' % content)
41 raise Exception('Content missing\n"""\n%s\n"""' %
57 except Exception as e:
/third_party/flutter/skia/bin/
Dgerrit-number19 raise Exception('git not found')
21 raise Exception('`%s` failed' % ' '.join(cmd))
24 raise Exception('Change-Id field missing from commit %s' % commit_or_branch)
33 raise Exception('error reading "%s"' % url)
37 raise Exception('unable to parse content\n"""\n%s\n"""' % content)
41 raise Exception('Content missing\n"""\n%s\n"""' %
57 except Exception as e:
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php102 throw new \Exception("Expect utf-8 encoding.");
116 throw new \Exception("Expect integer.");
133 throw new \Exception("Expect integer.");
151 throw new \Exception("Expect integer.");
164 throw new \Exception("Expect integer.");
173 throw new \Exception("Expect float.");
182 throw new \Exception("Expect float.");
189 throw new \Exception("Expect boolean.");
197 throw new \Exception("Expect $klass.");
204 throw new \Exception("Expect array.");
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestStringPrep.java120 }catch(Exception e){ in TestNFS4MixedPrep()
132 }catch(Exception e){ in TestNFS4MixedPrep()
144 Exception expected = testCase.expected; in TestCISPrep()
152 }catch(Exception e){ in TestCISPrep()
168 }catch(Exception e){ in TestCSPrep()
181 }catch(Exception e){ in TestCSPrep()
194 }catch(Exception e){ in TestCSPrep()
206 }catch(Exception e){ in TestCSPrep()
228 } catch(Exception e){ in TestGetInstance()
238 } catch(Exception e){ in TestGetInstance()
[all …]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberMatcherTest.java36 public void testContainsMoreThanOneSlashInNationalNumber() throws Exception { in testContainsMoreThanOneSlashInNationalNumber()
81 public void testFindNationalNumber() throws Exception { in testFindNationalNumber()
105 public void testFindWithInternationalPrefixes() throws Exception { in testFindWithInternationalPrefixes()
128 public void testFindWithLeadingZero() throws Exception { in testFindWithLeadingZero()
135 public void testFindNationalNumberArgentina() throws Exception { in testFindNationalNumberArgentina()
155 public void testFindWithXInNumber() throws Exception { in testFindWithXInNumber()
168 public void testFindNumbersMexico() throws Exception { in testFindNumbersMexico()
181 public void testFindNumbersWithPlusWithNoRegion() throws Exception { in testFindNumbersWithPlusWithNoRegion()
190 public void testFindExtensions() throws Exception { in testFindExtensions()
218 public void testFindInterspersedWithSpace() throws Exception { in testFindInterspersedWithSpace()
[all …]

12345678910>>...67