/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
D | MetadataFilterTest.java | 316 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 324 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 332 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 340 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 348 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 357 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 365 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 373 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 381 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() 389 } catch (RuntimeException e) { in testParseFieldMapFromString_RuntimeExceptionCases() [all …]
|
D | BuildMetadataFromXmlTest.java | 204 } catch (RuntimeException e) { in testLoadInternationalFormatExpectsOnlyOnePattern() 259 } catch (RuntimeException e) { in testLoadNationalFormatRequiresFormat() 274 } catch (RuntimeException e) { in testLoadNationalFormatExpectsExactlyOneFormat() 708 } catch (RuntimeException expected) { in testSetRelevantDescPatternsThrowsErrorIfTypePresentMultipleTimes() 884 } catch (RuntimeException expected) { in testSetPossibleLengthsGeneralDesc_ShortNumberMetadataErrorsOnLocalLengths() 903 } catch (RuntimeException expected) { in testProcessPhoneNumberDescElement_ErrorDuplicates() 923 } catch (RuntimeException expected) { in testProcessPhoneNumberDescElement_ErrorDuplicatesOneLocal() 943 } catch (RuntimeException expected) { in testProcessPhoneNumberDescElement_ErrorUncoveredLengths() 1005 } catch (RuntimeException expected) { in testLoadCountryMetadata_GeneralDescHasNumberLengthsSet() 1024 } catch (RuntimeException expected) { in testProcessPhoneNumberDescElement_ErrorEmptyPossibleLengthStringAttribute() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
D | FormattedMessage.java | 33 throw new RuntimeException("Not yet implemented."); in FormattedMessage() 47 throw new RuntimeException("Not yet implemented."); in length() 61 throw new RuntimeException("Not yet implemented."); in charAt() 75 throw new RuntimeException("Not yet implemented."); in subSequence() 89 throw new RuntimeException("Not yet implemented."); in appendTo() 103 throw new RuntimeException("Not yet implemented."); in nextPosition() 117 throw new RuntimeException("Not yet implemented."); in toCharacterIterator()
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
D | MetadataFilter.java | 212 throw new RuntimeException("Null string should not be passed to parseFieldMapFromString"); in parseFieldMapFromString() 217 throw new RuntimeException("Empty string should not be passed to parseFieldMapFromString"); in parseFieldMapFromString() 228 throw new RuntimeException(group + " given more than once in " + string); in parseFieldMapFromString() 233 throw new RuntimeException(group + " given more than once in " + string); in parseFieldMapFromString() 238 throw new RuntimeException(group + " given more than once in " + string); in parseFieldMapFromString() 242 throw new RuntimeException(group + " is not a valid token"); in parseFieldMapFromString() 249 throw new RuntimeException(parent + " is not a valid parent token"); in parseFieldMapFromString() 252 throw new RuntimeException(parent + " given more than once in " + string); in parseFieldMapFromString() 257 throw new RuntimeException(child + " is not a valid child token"); in parseFieldMapFromString() 260 throw new RuntimeException(child + " given more than once in " + group); in parseFieldMapFromString() [all …]
|
D | BuildMetadataFromXml.java | 260 throw new RuntimeException("Invalid number of intlFormat patterns for country: " + countryId); in loadInternationalFormat() 297 throw new RuntimeException("Invalid number of format patterns (" + numFormatPatterns in loadNationalFormat() 455 throw new RuntimeException( in processPhoneNumberDescElement() 538 throw new RuntimeException("Empty possibleLength string found."); in parsePossibleLengthStringToSet() 545 throw new RuntimeException(String.format("Leading, trailing or adjacent commas in possible " in parsePossibleLengthStringToSet() 550 throw new RuntimeException(String.format("Missing end of range character in possible " in parsePossibleLengthStringToSet() 556 throw new RuntimeException(String.format("Ranges must have exactly one - character: " in parsePossibleLengthStringToSet() 564 throw new RuntimeException(String.format("The first number in a range should be two or " in parsePossibleLengthStringToSet() 570 throw new RuntimeException(String.format("Duplicate length element found (%d) in " in parsePossibleLengthStringToSet() 577 throw new RuntimeException(String.format("Duplicate length element found (%d) in " in parsePossibleLengthStringToSet() [all …]
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | ConverterPerformanceTest.java | 56 throw new RuntimeException(ex.getMessage()); in setup() 73 throw new RuntimeException(e.getMessage()); in TestFromUnicodeStream() 92 throw new RuntimeException(e.getMessage()); 221 throw new RuntimeException(e.getMessage()); 230 throw new RuntimeException(e.getMessage()); 250 throw new RuntimeException(e.getMessage()); 259 throw new RuntimeException(e.getMessage()); 279 throw new RuntimeException(e.getMessage()); 288 throw new RuntimeException(e.getMessage()); 308 throw new RuntimeException(e.getMessage()); [all …]
|
D | BreakIteratorPerformanceTest.java | 88 throw new RuntimeException(ex.getMessage()); in setup() 132 … throw new RuntimeException("ICU4J BreakIterator gave the wrong answer for " + breakType + " " in createTestICU() 135 … throw new RuntimeException("ICU4J BreakIterator gave the wrong number of " + breakType in createTestICU() 152 … throw new RuntimeException("Java BreakIterator gave the wrong answer for " + breakType + " " 155 … throw new RuntimeException("Java BreakIterator gave the wrong number of " + breakType
|
/third_party/protobuf/conformance/ |
D | ConformanceJavaLite.java | 93 throw new RuntimeException("Request didn't have payload."); in doTest() 97 throw new RuntimeException("Unexpected payload case."); in doTest() 103 throw new RuntimeException("Unspecified output format."); in doTest() 113 throw new RuntimeException("Unexpected request output."); in doTest() 128 throw new RuntimeException("Unexpected EOF from test program."); in doTestIo()
|
D | ConformanceJava.java | 199 throw new RuntimeException(sb.toString()); in parseBinary() 231 throw new RuntimeException(sb.toString()); in parseBinary() 263 throw new RuntimeException("Protobuf request doesn't have specific payload type."); in doTest() 285 throw new RuntimeException("Protobuf request doesn't have specific payload type."); in doTest() 316 throw new RuntimeException("Protobuf request doesn't have specific payload type."); in doTest() 321 throw new RuntimeException("Request didn't have payload."); in doTest() 325 throw new RuntimeException("Unexpected payload case."); in doTest() 331 throw new RuntimeException("Unspecified output format."); in doTest() 352 throw new RuntimeException("Unexpected request output."); in doTest() 367 throw new RuntimeException("Unexpected EOF from test program."); in doTestIo()
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
D | SkottieAnimation.java | 161 throw new RuntimeException(t); in start() 186 throw new RuntimeException(t); in end() 200 throw new RuntimeException(t); in pause() 219 throw new RuntimeException(t); in resume() 278 throw new RuntimeException(t); in setProgress() 341 throw new RuntimeException("Cannot swap buffers " in drawFrame() 362 private void checkSurface() throws RuntimeException { in checkSurface() 367 throw new RuntimeException("createWindowSurface failed " in checkSurface() 413 throw new RuntimeException(t); in onSurfaceTextureAvailable() 452 throw new RuntimeException(t); in surfaceChanged()
|
D | SkottieRunner.java | 100 throw new RuntimeException(t); in updateAnimationSurface() 173 throw new RuntimeException(t); in initGl() 184 throw new RuntimeException("eglGetDisplay failed " 190 throw new RuntimeException("eglInitialize failed " + 196 throw new RuntimeException("eglConfig not initialized"); 210 throw new RuntimeException("createPbufferSurface failed " 215 throw new RuntimeException("eglMakeCurrent failed "
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
D | GenerateTimeZonesMapData.java | 64 throws IOException, RuntimeException { in parseTextFile() 78 throw new RuntimeException(String.format("line %d: malformatted data, expected '|'", in parseTextFile() 84 throw new RuntimeException(String.format("line %d: missing time zones", lineNumber)); in parseTextFile() 87 throw new RuntimeException(String.format("duplicated prefix %d", prefix)); in parseTextFile() 128 } catch (RuntimeException e) { in run()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIData.java | 62 RuntimeException re = new RuntimeException("error reading api data"); in read() 92 RuntimeException re = new RuntimeException("error getting info stream: " + fileName); in read() 100 … RuntimeException re = new RuntimeException("failed to close the zip file: " + fileName); in read()
|
D | CheckAPI.java | 250 RuntimeException re = new RuntimeException("IO Error"); in write() 268 RuntimeException re = new RuntimeException("IO Error"); in read() 603 RuntimeException re = new RuntimeException("error reading " + compare); in CheckAPI() 621 RuntimeException re = new RuntimeException(e.getMessage()); in run() 780 RuntimeException re = new RuntimeException("write error: " + e.getMessage()); in run() 964 … void set(int val) { if (res != -1) throw new RuntimeException("bad doc: " + doc); res = val; } in tagStatus() 1016 throw new RuntimeException("unknown index " + ix + " for tag: " + kind); in tagStatus()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MapEntry.java | 200 throw new RuntimeException( in checkFieldDescriptor() 229 throw new RuntimeException("There is no repeated field in a map entry message."); in getRepeatedFieldCount() 234 throw new RuntimeException("There is no repeated field in a map entry message."); in getRepeatedField() 315 throw new RuntimeException( in checkFieldDescriptor() 330 throw new RuntimeException("\"" + field.getFullName() + "\" is not a message value field."); in newBuilderForField() 372 throw new RuntimeException("There is no repeated field in a map entry message."); in setRepeatedField() 377 throw new RuntimeException("There is no repeated field in a map entry message."); in addRepeatedField() 426 throw new RuntimeException("There is no repeated field in a map entry message."); in getRepeatedFieldCount() 431 throw new RuntimeException("There is no repeated field in a map entry message."); in getRepeatedField()
|
D | AbstractMessageLite.java | 62 throw new RuntimeException(getSerializingExceptionMessage("ByteString"), e); in toByteString() 75 throw new RuntimeException(getSerializingExceptionMessage("byte array"), e); in toByteArray() 192 throw new RuntimeException(getReadingExceptionMessage("ByteString"), e); in mergeFrom() 208 throw new RuntimeException(getReadingExceptionMessage("ByteString"), e); in mergeFrom() 228 throw new RuntimeException(getReadingExceptionMessage("byte array"), e); in mergeFrom() 253 throw new RuntimeException(getReadingExceptionMessage("byte array"), e); in mergeFrom()
|
D | GeneratedMessageLite.java | 445 throw new RuntimeException("Reading from byte array should not throw IOException.", e); in mergeFrom() 468 } catch (RuntimeException e) { in mergeFrom() 1153 throw new RuntimeException( in getMethodOrDie() 1164 throw new RuntimeException( in invokeOrDie() 1168 if (cause instanceof RuntimeException) { in invokeOrDie() 1169 throw (RuntimeException) cause; in invokeOrDie() 1173 throw new RuntimeException( in invokeOrDie() 1353 throw new RuntimeException("Unable to find proto buffer class: " + messageClassName, e); in readResolve() 1357 throw new RuntimeException("Unable to call DEFAULT_INSTANCE in " + messageClassName, e); in readResolve() 1359 throw new RuntimeException("Unable to call parsePartialFrom", e); in readResolve() [all …]
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
D | BundleChecker.java | 78 throw new RuntimeException("CRC mismatch"); in run() 82 throw new RuntimeException("Decompression failed", iox); in run() 92 throw new RuntimeException(entryName, ex); in run() 106 throw new RuntimeException("Usage: BundleChecker [-s] <fileX.zip> ..."); in main()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 89 class RuntimeException : public Exception { 91 RuntimeException() throw() : Exception("Runtime exception") {} in RuntimeException() function 92 explicit RuntimeException(const char* message) throw() in RuntimeException() function 94 virtual ~RuntimeException() throw() {} in ~RuntimeException()
|
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/ |
D | GenerateTimeZonesMapDataTest.java | 78 } catch (RuntimeException e) { in testParseTextFileThrowsExceptionWithMalformattedData() 87 } catch (RuntimeException e) { in testParseTextFileThrowsExceptionWithMissingTimeZone() 121 } catch (RuntimeException e) { in testConvertThrowsExceptionWithMissingTimeZone() 132 } catch (RuntimeException e) { in testConvertDataThrowsExceptionWithDuplicatedPrefixes()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationRoot.java | 30 private static final RuntimeException exception; 49 RuntimeException e2 = null; 61 } catch(RuntimeException e) {
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRoot.java | 28 private static final RuntimeException exception; 47 RuntimeException e2 = null; 59 } catch(RuntimeException e) {
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/platformutil/ |
D | DeqpPlatformCapabilityQueryInstrumentation.java | 87 throw new RuntimeException("missing command line"); in doRenderConfigSupportedQuery() 104 throw new RuntimeException("platform query reported failure"); in doRenderConfigSupportedQuery() 106 throw new RuntimeException("platform query returned out-of-range result"); in doRenderConfigSupportedQuery()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 478 throw new RuntimeException(e); in setField() 480 throw new RuntimeException(e); in setField() 490 throw new RuntimeException(e); in clearField() 492 throw new RuntimeException(e); in clearField() 516 throw new RuntimeException(e); in toString() 518 throw new RuntimeException(e); in toString() 520 throw new RuntimeException(e); in toString()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 481 throw new RuntimeException(e); in setField() 483 throw new RuntimeException(e); in setField() 493 throw new RuntimeException(e); in clearField() 495 throw new RuntimeException(e); in clearField() 519 throw new RuntimeException(e); in toString() 521 throw new RuntimeException(e); in toString() 523 throw new RuntimeException(e); in toString()
|