/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | EncoderJNI.java | 54 throw new IllegalStateException("brotli encoder is already destroyed"); in push() 57 throw new IllegalStateException("pushing input to encoder in unexpected state"); in push() 60 throw new IllegalStateException("pushing input to encoder over previous input"); in push() 89 throw new IllegalStateException("brotli encoder is already destroyed"); in pull() 92 throw new IllegalStateException("pulling while data is not ready"); in pull() 103 throw new IllegalStateException("brotli encoder is already destroyed"); in destroy()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | DecoderJNI.java | 48 throw new IllegalStateException("brotli decoder is already destroyed"); in push() 51 throw new IllegalStateException("pushing input to decoder in " + lastStatus + " state"); in push() 54 throw new IllegalStateException("pushing input to decoder in OK state"); in push() 90 throw new IllegalStateException("brotli decoder is already destroyed"); in pull() 93 throw new IllegalStateException("pulling output from decoder in " + lastStatus + " state"); in pull() 106 throw new IllegalStateException("brotli decoder is already destroyed"); in destroy()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | DistanceTableTest.java | 136 IllegalStateException e = assertThrows(IllegalStateException.class, builder::build); in testNoDefaultLanguage() 145 IllegalStateException e = assertThrows(IllegalStateException.class, builder::build); in testNoDefaultScript() 155 IllegalStateException e = assertThrows(IllegalStateException.class, builder::build); in testNoDefaultRegion()
|
D | TrieTest.java | 98 IllegalStateException e = in testBadTrie_NoPrefix() 99 assertThrows(IllegalStateException.class, () -> trie.root().putPrefixAndValue(23)); in testBadTrie_NoPrefix() 129 IllegalStateException e = in testBadTrie_TooLong() 130 assertThrows(IllegalStateException.class, () -> infiniteRecursion(trie.root())); in testBadTrie_TooLong()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Assert.java | 21 throw new IllegalStateException("failure '" + msg + "'"); in fail() 24 if (!val) throw new IllegalStateException("assert failed"); in assrt() 27 if (!val) throw new IllegalStateException("assert '" + msg + "' failed"); in assrt()
|
D | PropsVectors.java | 183 throw new IllegalStateException("Shouldn't be called after" in setValue() 302 throw new IllegalStateException( in getRow() 324 throw new IllegalStateException( in getRowStart() 343 throw new IllegalStateException( in getRowEnd() 481 throw new IllegalStateException( in getCompactedArray() 494 throw new IllegalStateException( in getCompactedRows() 507 throw new IllegalStateException( in getCompactedColumns()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Assert.java | 17 throw new IllegalStateException("failure '" + msg + "'"); in fail() 20 if (!val) throw new IllegalStateException("assert failed"); in assrt() 23 if (!val) throw new IllegalStateException("assert '" + msg + "' failed"); in assrt()
|
D | PropsVectors.java | 181 throw new IllegalStateException("Shouldn't be called after" in setValue() 300 throw new IllegalStateException( in getRow() 322 throw new IllegalStateException( in getRowStart() 341 throw new IllegalStateException( in getRowEnd() 479 throw new IllegalStateException( in getCompactedArray() 492 throw new IllegalStateException( in getCompactedRows() 505 throw new IllegalStateException( in getCompactedColumns()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 113 class IllegalStateException : public Exception { 115 IllegalStateException() throw() : Exception("Illegal state") {} in IllegalStateException() function 116 explicit IllegalStateException(const char* message) throw() in IllegalStateException() function 118 virtual ~IllegalStateException() throw() {} in ~IllegalStateException()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | StructuralMessageInfo.java | 145 throw new IllegalStateException("Builder can only build once"); in withField() 152 throw new IllegalStateException("Builder can only build once"); in build() 155 throw new IllegalStateException("Must specify a proto syntax"); in build()
|
D | FieldInfo.java | 70 throw new IllegalStateException("Shouldn't be called for repeated message fields."); in forField() 95 throw new IllegalStateException("Shouldn't be called for repeated message fields."); in forPackedField() 472 throw new IllegalStateException("Cannot set field when building a oneof."); in withField() 507 throw new IllegalStateException( in withOneof()
|
D | TypeRegistry.java | 103 throw new IllegalStateException("A TypeRegistry.Builder can only be used once."); in add() 115 throw new IllegalStateException("A TypeRegistry.Builder can only be used once."); in add()
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | BitBuffer.java | 65 throw new IllegalStateException("Data is not a whole number of bytes"); in getBytes() 79 throw new IllegalStateException("Maximum length reached"); in appendBits() 113 throw new IllegalStateException("Maximum length reached"); in appendBits()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | UtilityTest.java | 192 catch (IllegalStateException e) { in TestAssert() 204 catch (IllegalStateException e) { in TestAssert() 216 catch (IllegalStateException e) { in TestAssert() 228 catch (IllegalStateException e) { in TestAssert()
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
D | BitBuffer.java | 93 throw new IllegalStateException("Maximum length reached"); in appendBits() 109 throw new IllegalStateException("Maximum length reached"); in appendData()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/source/ |
D | BlockingMetadataBootstrappingGuard.java | 74 } catch (IllegalArgumentException | IllegalStateException e) { in read() 75 throw new IllegalStateException("Failed to read file " + phoneMetadataFile, e); in read()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/init/ |
D | MetadataParserTest.java | 51 IllegalStateException.class, in test_parse_shouldThrowExceptionForEmptyInput() 64 IllegalStateException.class, in test_parse_shouldThrowExceptionForInvalidInput()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/init/ |
D | MetadataParser.java | 79 throw new IllegalStateException("Empty metadata"); in parse() 83 throw new IllegalStateException("Unable to parse metadata file", e); in parse()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | UtilityTest.java | 215 catch (IllegalStateException e) { in TestAssert() 227 catch (IllegalStateException e) { in TestAssert() 239 catch (IllegalStateException e) { in TestAssert() 251 catch (IllegalStateException e) { in TestAssert()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestFailureRecovery.java | 56 } catch (IllegalStateException e) { in testFailureRecovery() 63 } catch (IllegalStateException e) { in testFailureRecovery()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | TestFailureRecovery.java | 59 } catch (IllegalStateException e) { in testFailureRecovery() 66 } catch (IllegalStateException e) { in testFailureRecovery()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/ |
D | BlockingMetadataBootstrappingGuardTest.java | 79 IllegalStateException exception = assertThrows(IllegalStateException.class, throwingRunnable); in test_getOrBootstrap_shouldIncludeFileNameInExceptionOnFailure()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRuleSet.java | 439 … throw new IllegalStateException("Recursion limit exceeded when applying ruleSet " + name); in format() 455 … throw new IllegalStateException("Recursion limit exceeded when applying ruleSet " + name); in format() 586 … throw new IllegalStateException("The rule set " + name + " cannot format the value " + number); in findNormalRule() 597 … throw new IllegalStateException("The rule set " + name + " cannot roll back from the rule '" + in findNormalRule()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRuleSet.java | 438 … throw new IllegalStateException("Recursion limit exceeded when applying ruleSet " + name); in format() 454 … throw new IllegalStateException("Recursion limit exceeded when applying ruleSet " + name); in format() 585 … throw new IllegalStateException("The rule set " + name + " cannot format the value " + number); in findNormalRule() 596 … throw new IllegalStateException("The rule set " + name + " cannot roll back from the rule '" + in findNormalRule()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | ViewableTaggedData.java | 223 throw new IllegalStateException("can't push offset range without data"); in pushRangeAtOffset() 231 throw new IllegalStateException("not in a range"); in popRange() 240 throw new IllegalStateException("not in a range"); in setRangePosition() 248 throw new IllegalStateException("not in a range"); in tagRangeField() 312 throw new IllegalStateException("unimplemented field type"); in tagRangeField() 752 throw new IllegalStateException("No order for class: " + clzz); in classOrder()
|