Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 72) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/time/chrono/
DJapaneseDateTest.java45 } 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()
DHijrahDateTest.java46 } 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()
DThaiBuddhistDateTest.java61 } catch (DateTimeException ignored) { in minus_javaTimePeriod_shouldThrowDateTimeException()
73 } catch (DateTimeException ignored) { in minus_javaTimeDuration_shouldThrowDateTimeException()
83 } catch (NullPointerException ignored) { in minusNull_shouldThrowNpe()
DChronoPeriodTest.java42 } catch (NullPointerException ignored) { in between_withNull_throwsNpe()
49 } catch (NullPointerException ignored) { in between_withNull_throwsNpe()
56 } catch (NullPointerException ignored) { in between_withNull_throwsNpe()
DMinguoDateTest.java42 } 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/
DUnicodeScriptTest.java36 } 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()
DPackageTest.java90 } catch (NullPointerException ignored) { in testGetAnnotationsByType_shouldThrowNPE_whenNullIsPassed()
130 } catch (NullPointerException ignored) { in testIsSealed_sealedPackage()
189 } catch (NullPointerException ignored) { in testIsCompatibleWith()
DThreadGroupTest.java101 } catch (UnsupportedOperationException ignored) { in suspend_shouldThrowUnsupportedOperationException()
118 } catch (UnsupportedOperationException ignored) { in stop_shouldThrowUnsupportedOperationException()
DThreadTest.java304 } 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/
DPack200Test.java36 } catch (NullPointerException ignored) { in newPacker_throwsNpe()
47 } catch (NullPointerException ignored) { in newUnpacker_throwsNpe()
/libcore/json/src/main/java/org/json/
DJSON.java52 } catch (NumberFormatException ignored) { in toDouble()
66 } catch (NumberFormatException ignored) { in toInteger()
80 } catch (NumberFormatException ignored) { in toLong()
/libcore/libart/src/main/java/java/lang/
DDaemons.java183 } 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/
DUNIXProcess.java232 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/
DCpuFeatures.java106 | IllegalAccessException | IllegalArgumentException ignored) { in isAesHardwareAccelerated()
157 } catch (IOException ignored) { in cpuFieldContainsAes()
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java654 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/
DTestIoUtils.java60 } catch (Exception ignored) { in closeQuietly()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java203 } catch (Exception ignored) { in closeQuietly()
221 } catch (IOException ignored) { in closeQuietly()
241 } catch (Exception ignored) { in closeQuietly()
/libcore/ojluni/src/main/native/
DFileDescriptor_md.c65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { in FileDescriptor_isSocket() argument
DRuntime.c77 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, in Runtime_nativeLoad() argument
/libcore/luni/src/test/java/libcore/java/util/stream/
DLongStreamTest.java56 } catch (NullPointerException ignored) { in ofNullArray_shouldThrowNPE()
/libcore/ojluni/src/main/java/javax/crypto/
DCipherOutputStream.java218 } catch (IOException ignored) {} in close()
/libcore/ojluni/src/main/java/java/net/
DPlainDatagramSocketImpl.java211 } catch (IOException ignored) { } in datagramSocketClose()
248 } catch (SocketException ignored) { } in disconnect0()
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java119 } catch (ClassNotFoundException ignored) { in TestXmlPullParserFactory()
120 throw new AssertionError(ignored); in TestXmlPullParserFactory()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java650 } 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/
DInetAddressUtils.java101 } catch (GaiException ignored) { in parseNumericAddressNoThrow()

123