/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/libart/src/main/java/java/lang/ |
D | Daemons.java | 183 } catch (InterruptedException ignored) { in stop() 184 } catch (OutOfMemoryError ignored) { in stop() 279 } catch (InterruptedException ignored) { in runInternal() 280 } catch (OutOfMemoryError ignored) { in runInternal() 395 } catch (OutOfMemoryError ignored) { in sleepForNanos() 466 } catch (OutOfMemoryError ignored) { in finalizerTimedOut()
|
/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/support/src/test/java/libcore/java/security/ |
D | CpuFeatures.java | 106 | IllegalAccessException | IllegalArgumentException ignored) { in isAesHardwareAccelerated() 157 } catch (IOException ignored) { in cpuFieldContainsAes()
|
/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/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 203 } catch (Exception ignored) { in closeQuietly() 221 } catch (IOException ignored) { in closeQuietly() 241 } catch (Exception ignored) { in closeQuietly()
|
/libcore/ojluni/src/main/native/ |
D | FileDescriptor_md.c | 65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { in FileDescriptor_isSocket() argument
|
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/main/java/javax/crypto/ |
D | CipherOutputStream.java | 218 } catch (IOException ignored) {} in close()
|
/libcore/ojluni/src/main/java/java/net/ |
D | PlainDatagramSocketImpl.java | 211 } catch (IOException ignored) { } in datagramSocketClose() 248 } catch (SocketException ignored) { } in disconnect0()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | XmlPullParserFactoryTest.java | 119 } catch (ClassNotFoundException ignored) { in TestXmlPullParserFactory() 120 throw new AssertionError(ignored); in TestXmlPullParserFactory()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | FileIOInterruptTest.java | 650 } catch (IOException ignored) { in run() 677 } catch (IOException ignored) { in run() 700 } catch (InterruptedException ignored) { in waitToDie() 713 } catch (InterruptedException ignored) { in delay()
|
/libcore/luni/src/main/java/libcore/net/ |
D | InetAddressUtils.java | 101 } catch (GaiException ignored) { in parseNumericAddressNoThrow()
|