Home
last modified time | relevance | path

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

1234

/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/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/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java96 } 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/
DDaemons.java192 } 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/
DFormatterTest.java283 } 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/
DCpuFeatures.java109 | IllegalAccessException | IllegalArgumentException ignored) { in isAesHardwareAccelerated()
160 } catch (IOException ignored) { in cpuFieldContainsAes()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java198 } 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/
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/ojluni/src/main/native/
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/test/java/io/InputStream/
DTransferTo.java70 } catch (IOException ignored) { } in ifOutIsNullThenNpeIsThrown()
99 } catch (IOException ignored) { in transferToThenCheckIfAnyClosed()
/libcore/ojluni/src/main/java/javax/crypto/
DCipherOutputStream.java218 } catch (IOException ignored) {} in close()
/libcore/luni/src/main/java/libcore/net/
DInetAddressUtils.java98 } catch (GaiException ignored) { in parseNumericAddressNoThrow()
/libcore/ojluni/src/main/java/java/net/
DPlainDatagramSocketImpl.java211 } catch (IOException ignored) { } in datagramSocketClose()
248 } catch (SocketException ignored) { } in disconnect0()

1234