/libcore/luni/src/test/java/libcore/java/time/chrono/ |
D | JapaneseDateTest.java | 45 } catch (NullPointerException ignored) { in minus_null_throwsNpe() 76 } catch (UnsupportedTemporalTypeException ignored) { in minus_less_than_day_throwsUnsupportedTemporalTypeException() 83 } catch (UnsupportedTemporalTypeException ignored) { in minus_less_than_day_throwsUnsupportedTemporalTypeException() 90 } catch (UnsupportedTemporalTypeException ignored) { in minus_less_than_day_throwsUnsupportedTemporalTypeException() 100 } catch (UnsupportedTemporalTypeException ignored) { in minus_Duration_throws_UnsupportedTemporalTypeException() 110 } catch (DateTimeException ignored) { in minus_Period_throws_DateTimeException()
|
D | HijrahDateTest.java | 46 } catch (NullPointerException ignored) { in minus_null_throws_NPE() 56 } catch (DateTimeException ignored) { in minus_Duration_throws_DateTimeException() 66 } catch (DateTimeException ignored) { in minus_Period_throws_DateTimeException() 117 } catch (UnsupportedTemporalTypeException ignored) { in until_isoDates_unsupportedTypes() 124 } catch (UnsupportedTemporalTypeException ignored) { in until_isoDates_unsupportedTypes() 131 } catch (UnsupportedTemporalTypeException ignored) { in until_isoDates_unsupportedTypes()
|
D | ThaiBuddhistDateTest.java | 61 } catch (DateTimeException ignored) { in minus_javaTimePeriod_shouldThrowDateTimeException() 73 } catch (DateTimeException ignored) { in minus_javaTimeDuration_shouldThrowDateTimeException() 83 } catch (NullPointerException ignored) { in minusNull_shouldThrowNpe()
|
D | ChronoPeriodTest.java | 42 } catch (NullPointerException ignored) { in between_withNull_throwsNpe() 49 } catch (NullPointerException ignored) { in between_withNull_throwsNpe() 56 } catch (NullPointerException ignored) { in between_withNull_throwsNpe()
|
D | MinguoDateTest.java | 42 } catch (NullPointerException ignored) { in minus_null_throwsNpe() 59 } catch (UnsupportedTemporalTypeException ignored) { in minus_Duration_throws_UnsupportedTemporalTypeException() 69 } catch (DateTimeException ignored) { in minus_Period_throws_DateTimeException()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | UnicodeScriptTest.java | 36 } catch (IllegalArgumentException ignored) { in forName_shouldThrowIllegalArgumentException_whenNameIsUnknown() 46 } catch (NullPointerException ignored) { in forName_shouldThrowNPE_whenNullIsPassed() 63 } catch (IllegalArgumentException ignored) { in of_shouldThrowIllegalArgumentException_whenInvalidUnicodePointPassed() 70 } catch (IllegalArgumentException ignored) { in of_shouldThrowIllegalArgumentException_whenInvalidUnicodePointPassed()
|
D | PackageTest.java | 90 } catch (NullPointerException ignored) { in testGetAnnotationsByType_shouldThrowNPE_whenNullIsPassed() 130 } catch (NullPointerException ignored) { in testIsSealed_sealedPackage() 189 } catch (NullPointerException ignored) { in testIsCompatibleWith()
|
D | ThreadGroupTest.java | 101 } catch (UnsupportedOperationException ignored) { in suspend_shouldThrowUnsupportedOperationException() 118 } catch (UnsupportedOperationException ignored) { in stop_shouldThrowUnsupportedOperationException()
|
D | ThreadTest.java | 304 } catch (InterruptedException ignored) { in getStackTrace() 528 } catch (InterruptedException ignored) { in threadDoubleStart() 542 } catch (InterruptedException ignored) { in threadRestart() 558 } catch (UnsupportedOperationException ignored) { in resume_shouldThrowUnsupportedOperationException() 586 } catch (InterruptedException ignored) { in run()
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | Pack200Test.java | 36 } catch (NullPointerException ignored) { in newPacker_throwsNpe() 47 } catch (NullPointerException ignored) { in newUnpacker_throwsNpe()
|
/libcore/json/src/main/java/org/json/ |
D | JSON.java | 52 } catch (NumberFormatException ignored) { in toDouble() 66 } catch (NumberFormatException ignored) { in toInteger() 80 } catch (NumberFormatException ignored) { in toLong()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | UNIXProcess.java | 232 try { stdin.close(); } catch (IOException ignored) {} 233 try { stdout.close(); } catch (IOException ignored) {} 234 try { stderr.close(); } catch (IOException ignored) {} 301 } catch (IOException ignored) { 323 } catch (IOException ignored) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | SAXParserFactoryTest.java | 96 } catch (UnsupportedOperationException ignored) {} in test_getSchema() 103 } catch (UnsupportedOperationException ignored) {} in test_setSchema() 112 } catch (FactoryConfigurationError ignored) {} in test_newInstanceLjavaLangString_LjavaLangClassLoader() 117 } catch (FactoryConfigurationError ignored) {} in test_newInstanceLjavaLangString_LjavaLangClassLoader()
|
/libcore/libart/src/main/java/java/lang/ |
D | Daemons.java | 192 } catch (InterruptedException ignored) { in stop() 193 } catch (OutOfMemoryError ignored) { in stop() 264 } catch (OutOfMemoryError ignored) { in runInternal() 339 } catch (OutOfMemoryError ignored) { in runInternal() 522 } catch (OutOfMemoryError ignored) { in sleepForNanos() 669 } catch (OutOfMemoryError ignored) { in timedOut()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | FormatterTest.java | 283 } catch (NullPointerException ignored) { in testConstructor_Ljava_io_OutputStreamLjava_nio_charset_CharsetLjava_util_Locale() 290 } catch (NullPointerException ignored) { in testConstructor_Ljava_io_OutputStreamLjava_nio_charset_CharsetLjava_util_Locale() 312 } catch (NullPointerException ignored) { in testConstructor_Ljava_io_FileLjava_nio_charset_CharsetLjava_util_Locale() 319 } catch (NullPointerException ignored) { in testConstructor_Ljava_io_FileLjava_nio_charset_CharsetLjava_util_Locale() 337 } catch (NullPointerException ignored) { in testConstructor_Ljava_lang_StringLjava_nio_charset_CharsetLjava_util_Locale() 344 } catch (NullPointerException ignored) { in testConstructor_Ljava_lang_StringLjava_nio_charset_CharsetLjava_util_Locale()
|
/libcore/support/src/test/java/libcore/java/security/ |
D | CpuFeatures.java | 109 | IllegalAccessException | IllegalArgumentException ignored) { in isAesHardwareAccelerated() 160 } catch (IOException ignored) { in cpuFieldContainsAes()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 198 } catch (Exception ignored) { in closeQuietly() 215 } catch (IOException ignored) { in closeQuietly() 234 } catch (Exception ignored) { in closeQuietly()
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 654 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 714 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 720 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 736 } catch (Exception ignored) { in testAddNodeChangeListener() 891 } catch (InterruptedException ignored) { in waitForEvent() 898 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childAdded() 907 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childRemoved() 939 } catch (InterruptedException ignored) { in waitForEvent() 946 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in preferenceChange()
|
/libcore/support/src/test/java/libcore/testing/io/ |
D | TestIoUtils.java | 60 } catch (Exception ignored) { in closeQuietly()
|
/libcore/ojluni/src/main/native/ |
D | Runtime.c | 77 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, in Runtime_nativeLoad() argument
|
/libcore/luni/src/test/java/libcore/java/util/stream/ |
D | LongStreamTest.java | 56 } catch (NullPointerException ignored) { in ofNullArray_shouldThrowNPE()
|
/libcore/ojluni/src/test/java/io/InputStream/ |
D | TransferTo.java | 70 } catch (IOException ignored) { } in ifOutIsNullThenNpeIsThrown() 99 } catch (IOException ignored) { in transferToThenCheckIfAnyClosed()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | CipherOutputStream.java | 218 } catch (IOException ignored) {} in close()
|
/libcore/luni/src/main/java/libcore/net/ |
D | InetAddressUtils.java | 98 } catch (GaiException ignored) { in parseNumericAddressNoThrow()
|
/libcore/ojluni/src/main/java/java/net/ |
D | PlainDatagramSocketImpl.java | 211 } catch (IOException ignored) { } in datagramSocketClose() 248 } catch (SocketException ignored) { } in disconnect0()
|